Skip to content

Commit cb56a67

Browse files
committed
Updated entitlements path
1 parent 77f9a5e commit cb56a67

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

SDKIntegrationTestApps/iOSReleaseTest-Carthage/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 = 5YP4T32B58;
@@ -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 = YKPTD52Z6X;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@
499499
buildSettings = {
500500
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
501501
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
502-
CODE_SIGN_ENTITLEMENTS = iOSReleaseTest/iOSReleaseTest.entitlements;
502+
CODE_SIGN_ENTITLEMENTS = "$(PROJECT_DIR)/../Source/iOSReleaseTest/iOSReleaseTest.entitlements";
503503
CODE_SIGN_IDENTITY = "Apple Development";
504504
CODE_SIGN_STYLE = Automatic;
505505
CURRENT_PROJECT_VERSION = 1;
@@ -531,7 +531,7 @@
531531
buildSettings = {
532532
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
533533
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
534-
CODE_SIGN_ENTITLEMENTS = iOSReleaseTest/iOSReleaseTest.entitlements;
534+
CODE_SIGN_ENTITLEMENTS = "$(PROJECT_DIR)/../Source/iOSReleaseTest/iOSReleaseTest.entitlements";
535535
CODE_SIGN_IDENTITY = "Apple Development";
536536
CODE_SIGN_STYLE = Automatic;
537537
CURRENT_PROJECT_VERSION = 1;

SDKIntegrationTestApps/iOSReleaseTest-Manual-Static/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 = 5YP4T32B58;
@@ -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 = YKPTD52Z6X;

SDKIntegrationTestApps/iOSReleaseTest-Manual/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 = 5YP4T32B58;
@@ -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 = YKPTD52Z6X;

0 commit comments

Comments
 (0)