File tree Expand file tree Collapse file tree
Examples/Swift/ARVideoKit-Example.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ private var renderer: RenderAR!
3434 /**
3535 An object that passes the AR recorder errors and status in the protocol methods.
3636 */
37- @objc public var delegate : RecordARDelegate ?
37+ @objc public weak var delegate : RecordARDelegate ?
3838 /**
3939 An object that passes the AR rendered content in the protocol method.
4040 */
41- @objc public var renderAR : RenderARDelegate ?
41+ @objc public weak var renderAR : RenderARDelegate ?
4242 /**
4343 An object that returns the AR recorder current status.
4444 */
Original file line number Diff line number Diff line change 418418 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
419419 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
420420 CODE_SIGN_STYLE = Automatic;
421- DEVELOPMENT_TEAM = P5DZ3XQ9FJ ;
421+ DEVELOPMENT_TEAM = LXD85S9DW4 ;
422422 FRAMEWORK_SEARCH_PATHS = (
423423 "$(inherited)",
424424 "$(PROJECT_DIR)",
440440 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
441441 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
442442 CODE_SIGN_STYLE = Automatic;
443- DEVELOPMENT_TEAM = P5DZ3XQ9FJ ;
443+ DEVELOPMENT_TEAM = LXD85S9DW4 ;
444444 FRAMEWORK_SEARCH_PATHS = (
445445 "$(inherited)",
446446 "$(PROJECT_DIR)",
You can’t perform that action at this time.
0 commit comments