Skip to content

Commit 8c7618c

Browse files
committed
Revert "Temp-testing without code signing"
This reverts commit 624c189.
1 parent 624c189 commit 8c7618c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,11 @@
493493
buildSettings = {
494494
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
495495
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
496+
CODE_SIGN_ENTITLEMENTS = iOSReleaseTest/iOSReleaseTest.entitlements;
497+
CODE_SIGN_IDENTITY = "Apple Development";
498+
CODE_SIGN_STYLE = Automatic;
496499
CURRENT_PROJECT_VERSION = 1;
500+
DEVELOPMENT_TEAM = R63EM248DP;
497501
GENERATE_INFOPLIST_FILE = YES;
498502
INFOPLIST_FILE = iOSReleaseTest/Info.plist;
499503
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
@@ -508,6 +512,7 @@
508512
MARKETING_VERSION = 1.0;
509513
PRODUCT_BUNDLE_IDENTIFIER = "io.branch.sdk.Branch-TestBed";
510514
PRODUCT_NAME = "$(TARGET_NAME)";
515+
PROVISIONING_PROFILE_SPECIFIER = "";
511516
SWIFT_EMIT_LOC_STRINGS = YES;
512517
SWIFT_VERSION = 5.0;
513518
TARGETED_DEVICE_FAMILY = "1,2";
@@ -520,7 +525,11 @@
520525
buildSettings = {
521526
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
522527
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
528+
CODE_SIGN_ENTITLEMENTS = iOSReleaseTest/iOSReleaseTest.entitlements;
529+
CODE_SIGN_IDENTITY = "Apple Development";
530+
CODE_SIGN_STYLE = Automatic;
523531
CURRENT_PROJECT_VERSION = 1;
532+
DEVELOPMENT_TEAM = R63EM248DP;
524533
GENERATE_INFOPLIST_FILE = YES;
525534
INFOPLIST_FILE = iOSReleaseTest/Info.plist;
526535
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
@@ -535,6 +544,7 @@
535544
MARKETING_VERSION = 1.0;
536545
PRODUCT_BUNDLE_IDENTIFIER = "io.branch.sdk.Branch-TestBed";
537546
PRODUCT_NAME = "$(TARGET_NAME)";
547+
PROVISIONING_PROFILE_SPECIFIER = "";
538548
SWIFT_EMIT_LOC_STRINGS = YES;
539549
SWIFT_VERSION = 5.0;
540550
TARGETED_DEVICE_FAMILY = "1,2";
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4-
<dict/>
4+
<dict>
5+
<key>com.apple.developer.associated-domains</key>
6+
<array>
7+
<string>applinks:bnc.lt</string>
8+
<string>applinks:bnctestbed.app.link</string>
9+
<string>applinks:bnctestbed.test-app.link</string>
10+
<string>applinks:bnctestbed-alternate.app.link</string>
11+
</array>
12+
</dict>
513
</plist>

0 commit comments

Comments
 (0)