Skip to content

Commit 58b8dcd

Browse files
committed
Update project.pbxproj
1 parent 0f60927 commit 58b8dcd

File tree

1 file changed

+9
-4
lines changed
  • SDKIntegrationTestApps/iOSReleaseTest-Cocoapods/iOSReleaseTest.xcodeproj

1 file changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -529,10 +529,13 @@
529529
buildSettings = {
530530
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
531531
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
532-
CODE_SIGN_ENTITLEMENTS = "$(PROJECT_DIR)/../Source/iOSReleaseTest/iOSReleaseTest.entitlements";
533-
CODE_SIGN_STYLE = Automatic;
532+
CODE_SIGN_ENTITLEMENTS = iOSReleaseTestRelease.entitlements;
533+
CODE_SIGN_IDENTITY = "Apple Development";
534+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
535+
CODE_SIGN_STYLE = Manual;
534536
CURRENT_PROJECT_VERSION = 1;
535-
DEVELOPMENT_TEAM = R63EM248DP;
537+
DEVELOPMENT_TEAM = "";
538+
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = R63EM248DP;
536539
GENERATE_INFOPLIST_FILE = YES;
537540
INFOPLIST_FILE = "$(PROJECT_DIR)/../Source/iOSReleaseTest/Info.plist";
538541
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
@@ -545,8 +548,10 @@
545548
"@executable_path/Frameworks",
546549
);
547550
MARKETING_VERSION = 1.0;
548-
PRODUCT_BUNDLE_IDENTIFIER = com.NipunSingh.iOSReleaseTest;
551+
PRODUCT_BUNDLE_IDENTIFIER = "io.branch.link-simulator";
549552
PRODUCT_NAME = "$(TARGET_NAME)";
553+
PROVISIONING_PROFILE_SPECIFIER = "";
554+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Branch Link Simulator - Distribution";
550555
SWIFT_EMIT_LOC_STRINGS = YES;
551556
SWIFT_VERSION = 5.0;
552557
TARGETED_DEVICE_FAMILY = "1,2";

0 commit comments

Comments
 (0)