Skip to content

Commit

Permalink
v. 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AFathi committed Nov 21, 2017
1 parent aebc1e3 commit 850198e
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ARVideoKit-Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand All @@ -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)",
Expand Down
5 changes: 4 additions & 1 deletion ARVideoKit-Example/View Controllers/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
Binary file modified Framework/ARVideoKit.framework/ARVideoKit
Binary file not shown.
4 changes: 3 additions & 1 deletion Framework/ARVideoKit.framework/Headers/ARVideoKit-Swift.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ SWIFT_MODULE_NAMESPACE_PUSH("ARVideoKit")
/// <a href="mailto:[email protected]">Email</a>
/// </li>
/// </ul>
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;
Expand All @@ -216,5 +216,7 @@ SWIFT_CLASS("_TtC10ARVideoKit15PHLivePhotoPlus")





SWIFT_MODULE_NAMESPACE_POP
#pragma clang diagnostic pop
Binary file modified Framework/ARVideoKit.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 850198e

Please sign in to comment.