Skip to content

Commit b05e744

Browse files
committed
minor performance improvements
1 parent c51fc0d commit b05e744

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ARVideoKit/Sources/RecordAR.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/

Examples/Swift/ARVideoKit-Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
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)",
@@ -440,7 +440,7 @@
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)",

0 commit comments

Comments
 (0)