Skip to content

Commit

Permalink
SDK-2192 (#921)
Browse files Browse the repository at this point in the history
Updated Keys and linking domain.
  • Loading branch information
NidhiDixit09 authored Jun 11, 2024
1 parent d579319 commit 944affa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
13 changes: 12 additions & 1 deletion branchreactnativetestbed/ios/branchreactnativetestbed/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>branchtest</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
Expand Down Expand Up @@ -54,7 +65,7 @@
<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>
</dict>
Expand Down
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 944affa

Please sign in to comment.