diff --git a/ARVideoKit-Example.xcodeproj/project.pbxproj b/ARVideoKit-Example.xcodeproj/project.pbxproj index 6ab9636..f9af394 100644 --- a/ARVideoKit-Example.xcodeproj/project.pbxproj +++ b/ARVideoKit-Example.xcodeproj/project.pbxproj @@ -371,7 +371,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = ""; + DEVELOPMENT_TEAM = TB37P94YA8; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)", @@ -392,7 +392,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = ""; + DEVELOPMENT_TEAM = TB37P94YA8; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)", diff --git a/ARVideoKit-Example/View Controllers/ViewController.swift b/ARVideoKit-Example/View Controllers/ViewController.swift index 2e8210f..545a6c1 100644 --- a/ARVideoKit-Example/View Controllers/ViewController.swift +++ b/ARVideoKit-Example/View Controllers/ViewController.swift @@ -41,13 +41,16 @@ class ViewController: UIViewController, ARSCNViewDelegate, RenderARDelegate, Rec // Set the recorder's delegate recorder?.delegate = self - + // Set the renderer's delegate recorder?.renderAR = self // Configure the renderer to perform additional image & video processing 👁 //recorder?.onlyRenderWhileRecording = false + // Configure ARKit content mode. Default is .auto + //recorder?.contentMode = .aspectFit + // Set the UIViewController orientations recorder?.inputViewOrientations = [.landscapeLeft, .landscapeRight, .portrait] diff --git a/Framework/ARVideoKit.framework/ARVideoKit b/Framework/ARVideoKit.framework/ARVideoKit index 14eeb0c..c15891b 100755 Binary files a/Framework/ARVideoKit.framework/ARVideoKit and b/Framework/ARVideoKit.framework/ARVideoKit differ diff --git a/Framework/ARVideoKit.framework/Headers/ARVideoKit-Swift.h b/Framework/ARVideoKit.framework/Headers/ARVideoKit-Swift.h index 3d2a39f..16d348f 100644 --- a/Framework/ARVideoKit.framework/Headers/ARVideoKit-Swift.h +++ b/Framework/ARVideoKit.framework/Headers/ARVideoKit-Swift.h @@ -204,7 +204,7 @@ SWIFT_MODULE_NAMESPACE_PUSH("ARVideoKit") /// Email /// /// -SWIFT_CLASS("_TtC10ARVideoKit15PHLivePhotoPlus") +SWIFT_CLASS("_TtC10ARVideoKit15PHLivePhotoPlus") SWIFT_AVAILABILITY(ios,introduced=9.1) @interface PHLivePhotoPlus : PHLivePhoto - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; @@ -216,5 +216,7 @@ SWIFT_CLASS("_TtC10ARVideoKit15PHLivePhotoPlus") + + SWIFT_MODULE_NAMESPACE_POP #pragma clang diagnostic pop diff --git a/Framework/ARVideoKit.framework/Info.plist b/Framework/ARVideoKit.framework/Info.plist index c94275f..b5e0a4f 100644 Binary files a/Framework/ARVideoKit.framework/Info.plist and b/Framework/ARVideoKit.framework/Info.plist differ diff --git a/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/arm.swiftdoc b/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/arm.swiftdoc new file mode 100644 index 0000000..686c619 Binary files /dev/null and b/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/arm.swiftdoc differ diff --git a/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/arm.swiftmodule b/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/arm.swiftmodule new file mode 100644 index 0000000..cd59d8b Binary files /dev/null and b/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/arm.swiftmodule differ diff --git a/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/arm64.swiftdoc b/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/arm64.swiftdoc index dbdf5b4..d8c2bdf 100644 Binary files a/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/arm64.swiftdoc and b/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/arm64.swiftdoc differ diff --git a/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/arm64.swiftmodule b/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/arm64.swiftmodule index 64e8cad..62d6d13 100644 Binary files a/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/arm64.swiftmodule and b/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/arm64.swiftmodule differ diff --git a/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/i386.swiftdoc b/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/i386.swiftdoc new file mode 100644 index 0000000..9fc58b9 Binary files /dev/null and b/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/i386.swiftdoc differ diff --git a/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/i386.swiftmodule b/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/i386.swiftmodule new file mode 100644 index 0000000..9e2659c Binary files /dev/null and b/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/i386.swiftmodule differ diff --git a/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/x86_64.swiftdoc b/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/x86_64.swiftdoc index b8ed78f..64b3236 100644 Binary files a/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/x86_64.swiftdoc and b/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/x86_64.swiftdoc differ diff --git a/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/x86_64.swiftmodule b/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/x86_64.swiftmodule index 947dc46..5b782e7 100644 Binary files a/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/x86_64.swiftmodule and b/Framework/ARVideoKit.framework/Modules/ARVideoKit.swiftmodule/x86_64.swiftmodule differ