Skip to content

Commit ed3359f

Browse files
committed
remove mentions of branch_app_domain
1 parent 8d45a79 commit ed3359f

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

Branch-TestBed-Swift/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ It is available on the App Store: https://testbed-swift.app.link/appstore
1717
7. Log in to the [Branch dashboard](https://dashboard.branch.io) and create a new app from the drop-down menu in the top right corner
1818
8. On the Settings, screen copy the Branch key
1919
9. In the Xcode project's **info.plist** file, change the `branch_key` entry to the value of your new Branch key key
20-
10. Add a new String key to the **info.plist** file: `branch_app_domain`
21-
11. Populate the new `branch_app_domain` key with the value of the **Default domain name** field found in the Custom Link Domain section of the dashboard's Link Settings tab
22-
12. Populate the Branch dashboard with the following values:
20+
10. Populate the Branch dashboard with the following values:
2321
- Always try to open app: Checked
2422
- I have an iOS App: Checked
2523
- iOS URL: `swift-testbed://` (from the **info.plist** file, this is URL Types > URL Schemes > Item 0)

Branch-TestBed-Xcode-7/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
7. Log in to the [Branch dashboard](https://dashboard.branch.io) and create a new app from the drop-down menu in the top right corner
1111
8. On the Settings, screen copy the Branch key
1212
9. In the Xcode project's **info.plist** file, change the `branch_key` entry to the value of your new Branch key key
13-
10. Add a new String key to the **info.plist** file: `branch_app_domain`
14-
11. Populate the new `branch_app_domain` key with the value of the **Default domain name** field found in the Custom Link Domain section of the dashboard's Link Settings tab
15-
12. Populate the Branch dashboard with the following values:
13+
10. Populate the Branch dashboard with the following values:
1614
- Always try to open app: Checked
1715
- I have an iOS App: Checked
1816
- iOS URL: `branchtest://` (from the **Supporting Files/Branch-TestBed-Info.plist** file, this is URL Types > URL Schemes > Item 0)

Branch-TestBed/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
7. Log in to the [Branch dashboard](https://dashboard.branch.io) and create a new app from the drop-down menu in the top right corner
1111
8. On the Settings, screen copy the Branch key
1212
9. In the Xcode project's **info.plist** file, change the `branch_key` entry to the value of your new Branch key key
13-
10. Add a new String key to the **info.plist** file: `branch_app_domain`
14-
11. Populate the new `branch_app_domain` key with the value of the **Default domain name** field found in the Custom Link Domain section of the dashboard's Link Settings tab
15-
12. Populate the Branch dashboard with the following values:
13+
10. Populate the Branch dashboard with the following values:
1614
- Always try to open app: Checked
1715
- I have an iOS App: Checked
1816
- iOS URL: `branchtest://` (from the **Supporting Files/Branch-TestBed-Info.plist** file, this is URL Types > URL Schemes > Item 0)

0 commit comments

Comments
 (0)