Skip to content

Commit

Permalink
feat: add dev deep link configuration (#168)
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
  • Loading branch information
sairanjit authored Feb 7, 2024
1 parent 3cb958d commit 8696c80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<data android:scheme="https" />

<data android:host="agent.credebl.id" />
<data android:host="dev-agent.credebl.id" />
</intent-filter>

</activity>
Expand Down
1 change: 1 addition & 0 deletions ios/AdeyaWallet/AdeyaWallet.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:agent.credebl.id</string>
<string>applinks:dev-agent.credebl.id</string>
</array>
</dict>
</plist>
1 change: 1 addition & 0 deletions ios/AdeyaWallet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<key>CFBundleURLSchemes</key>
<array>
<string>agent.credebl.id</string>
<string>dev-agent.credebl.id</string>
</array>
</dict>
</array>
Expand Down

0 comments on commit 8696c80

Please sign in to comment.