Skip to content

Commit

Permalink
Fix a build error
Browse files Browse the repository at this point in the history
  • Loading branch information
shu223 committed Nov 4, 2023
1 parent 13796af commit 475e987
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iOS-Depth-Sampler.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@
CODE_SIGN_ENTITLEMENTS = "iOS-Depth-Sampler/iOS-Depth-Sampler.entitlements";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 9Z86A4AWDE;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
INFOPLIST_FILE = "iOS-Depth-Sampler/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -608,6 +609,7 @@
CODE_SIGN_ENTITLEMENTS = "iOS-Depth-Sampler/iOS-Depth-Sampler.entitlements";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 9Z86A4AWDE;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
INFOPLIST_FILE = "iOS-Depth-Sampler/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down

0 comments on commit 475e987

Please sign in to comment.