Skip to content

Commit

Permalink
Testbed fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Jun 11, 2024
2 parents 62a352f + f0f44e7 commit 261eb1f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="rntestbed" android:host="open"/>
<data android:scheme="https" android:host="5vwu.app.link"/>
<data android:scheme="https" android:host="5vwu-alternate.app.link"/>
<data android:scheme="https" android:host="5vwu.test-app.link"/>
<data android:scheme="https" android:host="5vwu-alternate.test-app.link"/>
<data android:scheme="branchtest" android:host="open"/>
<data android:scheme="https" android:host="bnctestbed.app.link"/>
<data android:scheme="https" android:host="bnctestbed-alternate.app.link"/>
<data android:scheme="https" android:host="bnctestbed.test-app.link"/>
<data android:scheme="https" android:host="bnctestbed-alternate.test-app.link"/>
</intent-filter>
</activity>

<meta-data android:name="io.branch.sdk.BranchKey" android:value="key_live_fnEOjLBXxU7teRvUn1xvpbbbryex8vcB"/>
<meta-data android:name="io.branch.sdk.BranchKey.test" android:value="key_test_oiBNmHw3FQWznLFSe2rQxaogutkr3ymN"/>
<meta-data android:name="io.branch.sdk.BranchKey" android:value="key_live_hcnegAumkH7Kv18M8AOHhfgiohpXq5tB"/>
<meta-data android:name="io.branch.sdk.BranchKey.test" android:value="key_test_hdcBLUy1xZ1JD0tKg7qrLcgirFmPPVJc"/>
</application>
</manifest>
24 changes: 22 additions & 2 deletions branchreactnativetestbed/ios/branchreactnativetestbed/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>branch_universal_link_domains</key>
<array>
<string>bnctestbed.app.link</string>
<string>bnctestbed-alternate.app.link</string>
<string>bnctestbed.test.app.link</string>
<string>bnctestbed-alternate.test.app.link</string>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>branchtest</string>
</array>
<key>CFBundleURLName</key>
<string>org.reactjs.native.example.branchreactnativetestbed</string>
</dict>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
Expand Down Expand Up @@ -54,9 +74,9 @@
<key>branch_key</key>
<dict>
<key>live</key>
<string>key_live_feebgAAhbH9Tv85H5wLQhpdaefiZv5Dv</string>
<string>key_live_hcnegAumkH7Kv18M8AOHhfgiohpXq5tB</string>
<key>test</key>
<string>key_test_oiBNmHw3FQWznLFSe2rQxaogutkr3ymN</string>
<string>key_test_hdcBLUy1xZ1JD0tKg7qrLcgirFmPPVJc</string>
</dict>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<dict>
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:5vwu.app.link</string>
<string>applinks:5vwu.test-app.link</string>
<string>applinks:5vwu-alternate.test-app.link</string>
<string>applinks:5wvu-alternate.app.link</string>
<string>applinks:bnctestbed.app.link</string>
<string>applinks:bnctestbed.test-app.link</string>
<string>applinks:bnctestbed-alternate.test-app.link</string>
<string>applinks:bnctestbed-alternate.app.link</string>
</array>
</dict>
</plist>

0 comments on commit 261eb1f

Please sign in to comment.