Skip to content

Commit

Permalink
feat: 🔧 Update iOS/Android project to accept deeplinks for whiteliste…
Browse files Browse the repository at this point in the history
…d EVM wallets.
  • Loading branch information
Chralu committed Oct 24, 2024
1 parent fad9eb9 commit 857586b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
11 changes: 11 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,15 @@
android:name="flutterEmbedding"
android:value="2" />
</application>
<queries>
<package android:name="io.metamask"/>
<package android:name="com.wallet.crypto.trustapp"/>
<package android:name="com.okinc.okex.gp"/>
<package android:name="com.binance.dev"/>
<package android:name="com.uniswap.mobile"/>
<package android:name="io.safepal.wallet"/>
<package android:name="me.rainbow"/>
<package android:name="exodusmovement.exodus"/>
<package android:name="io.gnosis.safe"/>
</queries>
</manifest>
8 changes: 7 additions & 1 deletion ios/Runner/Info-Debug.plist
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,14 @@
<key>LSApplicationQueriesSchemes</key>
<array>
<string>metamask</string>
<string>rainbow</string>
<string>trust</string>
<string>okex</string>
<string>bnc</string>
<string>uniswap</string>
<string>safepalwallet</string>
<string>rainbow</string>
<string>exodus</string>
<string>safe</string>
</array>
<key>NFCReaderUsageDescription</key>
<string>This app uses the NFC to read the tags.</string>
Expand Down
8 changes: 7 additions & 1 deletion ios/Runner/Info-Release.plist
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,14 @@
<key>LSApplicationQueriesSchemes</key>
<array>
<string>metamask</string>
<string>rainbow</string>
<string>trust</string>
<string>okex</string>
<string>bnc</string>
<string>uniswap</string>
<string>safepalwallet</string>
<string>rainbow</string>
<string>exodus</string>
<string>safe</string>
</array>
<key>NFCReaderUsageDescription</key>
<string>This app uses the NFC to read the tags.</string>
Expand Down

0 comments on commit 857586b

Please sign in to comment.