Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Oct 29, 2024
1 parent 0d9fdd8 commit 5997cfc
Show file tree
Hide file tree
Showing 16 changed files with 235 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,53 @@
<string></string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>wcflutterwallet-internal</string>
<string>wirexwallet</string>
<string>stasis</string>
<string>omni</string>
<string>strikex</string>
<string>bitcoincom</string>
<string>bnc</string>
<string>kryptogo</string>
<string>roninwallet</string>
<string>moonstake</string>
<string>ripio</string>
<string>frontier</string>
<string>qubic</string>
<string>dropp</string>
<string>safepalwallet</string>
<string>bee</string>
<string>shido</string>
<string>foxwallet</string>
<string>exodus</string>
<string>coolwallet</string>
<string>shinobi-wallet</string>
<string>halowallet</string>
<string>spotonchain</string>
<string>rainbow</string>
<string>obvious</string>
<string>robinhood-wallet</string>
<string>cbwallet</string>
<string>okto</string>
<string>bitkeep</string>
<string>bitizen</string>
<string>ape</string>
<string>uniswap</string>
<string>zerion</string>
<string>oasys-wallet</string>
<string>coinstats</string>
<string>ledgerlive</string>
<string>safe</string>
<string>okex</string>
<string>trust</string>
<string>thorwallet</string>
<string>krakenwallet</string>
<string>coinwallet</string>
<string>mewwallet</string>
<string>metamask</string>
<string>avacus</string>
<string>walletapp</string>
<string>wcflutterwallet-internal</string>
<string>rn-web3wallet-internal</string>
</array>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
Expand Down
47 changes: 46 additions & 1 deletion packages/reown_appkit/example/base/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,53 @@
<string></string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>wcflutterwallet</string>
<string>wirexwallet</string>
<string>stasis</string>
<string>omni</string>
<string>strikex</string>
<string>bitcoincom</string>
<string>bnc</string>
<string>kryptogo</string>
<string>roninwallet</string>
<string>moonstake</string>
<string>ripio</string>
<string>frontier</string>
<string>qubic</string>
<string>dropp</string>
<string>safepalwallet</string>
<string>bee</string>
<string>shido</string>
<string>foxwallet</string>
<string>exodus</string>
<string>coolwallet</string>
<string>shinobi-wallet</string>
<string>halowallet</string>
<string>spotonchain</string>
<string>rainbow</string>
<string>obvious</string>
<string>robinhood-wallet</string>
<string>cbwallet</string>
<string>okto</string>
<string>bitkeep</string>
<string>bitizen</string>
<string>ape</string>
<string>uniswap</string>
<string>zerion</string>
<string>oasys-wallet</string>
<string>coinstats</string>
<string>ledgerlive</string>
<string>safe</string>
<string>okex</string>
<string>trust</string>
<string>thorwallet</string>
<string>krakenwallet</string>
<string>coinwallet</string>
<string>mewwallet</string>
<string>metamask</string>
<string>avacus</string>
<string>walletapp</string>
<string>wcflutterwallet</string>
<string>rn-web3wallet</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class WCSampleWallets {
'name': 'RN Wallet (internal)',
'platform': ['ios', 'android'],
'id': '1234567890123456789012345678922',
'schema': 'rn-web3wallet://wc',
'schema': 'rn-web3wallet-internal://',
'bundleId': 'com.walletconnect.web3wallet.rnsample.internal',
'universal': 'https://appkit-lab.reown.com/rn_walletkit_internal',
},
Expand Down Expand Up @@ -58,7 +58,7 @@ class WCSampleWallets {
'name': 'RN Wallet',
'platform': ['ios', 'android'],
'id': '123456789012345678901234567892',
'schema': 'rn-web3wallet://wc',
'schema': 'rn-web3wallet://',
'bundleId': 'com.walletconnect.web3wallet.rnsample',
'universal': 'https://appkit-lab.reown.com/rn_walletkit',
},
Expand Down
2 changes: 1 addition & 1 deletion packages/reown_appkit/example/modal/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
<string>cbwallet</string>
<string>okto</string>
<string>bitkeep</string>
<string>hyperPay</string>
<string>bitizen</string>
<string>ape</string>
<string>uniswap</string>
Expand All @@ -90,6 +89,7 @@
<string>wcflutterwallet</string>
<string>wcflutterwallet-internal</string>
<string>rn-web3wallet</string>
<string>rn-web3wallet-internal</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
Expand Down
8 changes: 6 additions & 2 deletions packages/reown_appkit/example/modal/lib/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,14 @@ class _MyHomePageState extends State<MyHomePage> {
final siweAuthValue = prefs.getBool('appkit_siwe_auth') ?? true;

// See https://docs.reown.com/appkit/flutter/core/custom-chains
// Add extra chains
// final extraChains = ReownAppKitModalNetworks.extra['eip155']!;
// ReownAppKitModalNetworks.addSupportedNetworks('eip155', extraChains);
// ReownAppKitModalNetworks.removeSupportedNetworks('eip155');
// Remove Solana support
// ReownAppKitModalNetworks.removeSupportedNetworks('solana');
// Remove every test network
// ReownAppKitModalNetworks.removeTestNetworks();
// Add custom chains
ReownAppKitModalNetworks.addSupportedNetworks('polkadot', [
ReownAppKitModalNetworkInfo(
name: 'Polkadot',
Expand Down Expand Up @@ -247,7 +251,7 @@ class _MyHomePageState extends State<MyHomePage> {
AppKitSocialOption.Apple,
AppKitSocialOption.Discord,
],
showMainWallets: false, // OPTIONAL - true by default
// showMainWallets: false, // OPTIONAL - true by default
)
: null,
// requiredNamespaces: {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class _DebugDrawerState extends State<DebugDrawer> with WidgetsBindingObserver {
color:
ReownAppKitModalTheme.colorsOf(context).foreground100,
),
title: const Text('Analytics On'),
title: const Text('Analytics'),
titleTextStyle: TextStyle(
color:
ReownAppKitModalTheme.colorsOf(context).foreground100,
Expand All @@ -203,7 +203,7 @@ class _DebugDrawerState extends State<DebugDrawer> with WidgetsBindingObserver {
color:
ReownAppKitModalTheme.colorsOf(context).foreground100,
),
title: const Text('Email Wallet On'),
title: const Text('Email & Socials'),
titleTextStyle: TextStyle(
color:
ReownAppKitModalTheme.colorsOf(context).foreground100,
Expand All @@ -224,7 +224,7 @@ class _DebugDrawerState extends State<DebugDrawer> with WidgetsBindingObserver {
color:
ReownAppKitModalTheme.colorsOf(context).foreground100,
),
title: const Text('1-CA + SIWE On'),
title: const Text('1-CA + SIWE'),
titleTextStyle: TextStyle(
color:
ReownAppKitModalTheme.colorsOf(context).foreground100,
Expand Down
Loading

0 comments on commit 5997cfc

Please sign in to comment.