Skip to content

Commit 77f9a5e

Browse files
committed
Update project.pbxproj
1 parent c816a53 commit 77f9a5e

File tree

1 file changed

+2
-2
lines changed
  • SDKIntegrationTestApps/iOSReleaseTest-SPM/iOSReleaseTest.xcodeproj

1 file changed

+2
-2
lines changed

SDKIntegrationTestApps/iOSReleaseTest-SPM/iOSReleaseTest.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
buildSettings = {
406406
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
407407
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
408-
CODE_SIGN_ENTITLEMENTS = iOSReleaseTest/iOSReleaseTest.entitlements;
408+
CODE_SIGN_ENTITLEMENTS = "$(PROJECT_DIR)/../Source/iOSReleaseTest/iOSReleaseTest.entitlements";
409409
CODE_SIGN_STYLE = Automatic;
410410
CURRENT_PROJECT_VERSION = 1;
411411
DEVELOPMENT_TEAM = R63EM248DP;
@@ -434,7 +434,7 @@
434434
buildSettings = {
435435
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
436436
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
437-
CODE_SIGN_ENTITLEMENTS = iOSReleaseTest/iOSReleaseTest.entitlements;
437+
CODE_SIGN_ENTITLEMENTS = "$(PROJECT_DIR)/../Source/iOSReleaseTest/iOSReleaseTest.entitlements";
438438
CODE_SIGN_STYLE = Automatic;
439439
CURRENT_PROJECT_VERSION = 1;
440440
DEVELOPMENT_TEAM = R63EM248DP;

0 commit comments

Comments
 (0)