Skip to content

Commit 73323e7

Browse files
committed
Updated project settings with App configuration from Branch Testbed.
1 parent 213da05 commit 73323e7

File tree

3 files changed

+34
-29
lines changed

3 files changed

+34
-29
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
509509
"@executable_path/Frameworks",
510510
);
511511
MARKETING_VERSION = 1.0;
512-
PRODUCT_BUNDLE_IDENTIFIER = com.NipunSingh.iOSReleaseTest;
512+
PRODUCT_BUNDLE_IDENTIFIER = "io.branch.sdk.Branch-TestBed";
513513
PRODUCT_NAME = "$(TARGET_NAME)";
514514
SWIFT_EMIT_LOC_STRINGS = YES;
515515
SWIFT_VERSION = 5.0;
@@ -539,7 +539,7 @@
539539
"@executable_path/Frameworks",
540540
);
541541
MARKETING_VERSION = 1.0;
542-
PRODUCT_BUNDLE_IDENTIFIER = com.NipunSingh.iOSReleaseTest;
542+
PRODUCT_BUNDLE_IDENTIFIER = "io.branch.sdk.Branch-TestBed";
543543
PRODUCT_NAME = "$(TARGET_NAME)";
544544
SWIFT_EMIT_LOC_STRINGS = YES;
545545
SWIFT_VERSION = 5.0;

SDKIntegrationTestApps/iOSReleaseTest-Cocoapods/iOSReleaseTest/Info.plist

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,19 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>branch_universal_link_domains</key>
6-
<array>
7-
<string>nipunreleasetest.app.link</string>
8-
<string>nipunreleasetest-alternate.app.link</string>
9-
</array>
10-
<key>CFBundleURLTypes</key>
11-
<array>
12-
<dict>
13-
<key>CFBundleTypeRole</key>
14-
<string>Editor</string>
15-
<key>CFBundleURLSchemes</key>
16-
<array>
17-
<string>iOSReleaseTest</string>
18-
</array>
19-
<key>CFBundleURLName</key>
20-
<string>com.NipunSingh.iOSReleaseTest</string>
21-
</dict>
22-
</array>
23-
<key>branch_key</key>
24-
<dict>
25-
<key>live</key>
26-
<string>key_live_ok7NoVhyIh1llbtOW6sfHpbnxBlJjiDp</string>
27-
<key>test</key>
28-
<string>secret_live_NktIf5YHh5us8Hbm7CbyUCPmqwtyqz9M</string>
29-
</dict>
5+
<key>CFBundleURLTypes</key>
6+
<array>
7+
<dict>
8+
<key>CFBundleTypeRole</key>
9+
<string>Editor</string>
10+
<key>CFBundleURLName</key>
11+
<string>io.branch.sdk.Branch-TestBed</string>
12+
<key>CFBundleURLSchemes</key>
13+
<array>
14+
<string>branchtest</string>
15+
</array>
16+
</dict>
17+
</array>
3018
<key>UIApplicationSceneManifest</key>
3119
<dict>
3220
<key>UIApplicationSupportsMultipleScenes</key>
@@ -46,5 +34,20 @@
4634
</array>
4735
</dict>
4836
</dict>
37+
<key>branch_key</key>
38+
<dict>
39+
<key>live</key>
40+
<string>key_live_hcnegAumkH7Kv18M8AOHhfgiohpXq5tB</string>
41+
<key>test</key>
42+
<string>key_test_hdcBLUy1xZ1JD0tKg7qrLcgirFmPPVJc</string>
43+
</dict>
44+
<key>branch_universal_link_domains</key>
45+
<array>
46+
<array/>
47+
<string>applinks:bnctestbed.test-app.link</string>
48+
<string>bnc.lt</string>
49+
<string>applinks:bnctestbed-alternate.app.link</string>
50+
<string>bnctestbed.app.link</string>
51+
</array>
4952
</dict>
5053
</plist>

SDKIntegrationTestApps/iOSReleaseTest-Cocoapods/iOSReleaseTest/iOSReleaseTest.entitlements

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
<dict>
55
<key>com.apple.developer.associated-domains</key>
66
<array>
7-
<string>applinks:nipunreleasetest.app.link</string>
8-
<string>applinks:nipunreleasetest-alternate.app.link</string>
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>
911
</array>
1012
</dict>
1113
</plist>

0 commit comments

Comments
 (0)