File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
SDKIntegrationTestApps/iOSReleaseTest-Cocoapods/iOSReleaseTest.xcodeproj Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 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;
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";
You can’t perform that action at this time.
0 commit comments