From 25c14fff59ee6eeb396cb3c44dacd27746027f6e Mon Sep 17 00:00:00 2001
From: Alfreedom <00tango.bromine@icloud.com>
Date: Wed, 10 Apr 2024 11:00:04 +0200
Subject: [PATCH] added kotlin wallet internal
---
example/android/gradle.properties | 2 +-
example/ios/Runner.xcodeproj/project.pbxproj | 12 ++++-----
example/ios/Runner/Info.plist | 2 +-
.../models/wc_sample_wallets.dart | 26 +++++++++----------
4 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/example/android/gradle.properties b/example/android/gradle.properties
index 76ba9b6a..185fa5b5 100644
--- a/example/android/gradle.properties
+++ b/example/android/gradle.properties
@@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
versionName=3.2.0
-versionCode=49
+versionCode=50
diff --git a/example/ios/Runner.xcodeproj/project.pbxproj b/example/ios/Runner.xcodeproj/project.pbxproj
index 39fa97ae..1bc70e56 100644
--- a/example/ios/Runner.xcodeproj/project.pbxproj
+++ b/example/ios/Runner.xcodeproj/project.pbxproj
@@ -470,7 +470,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_STYLE = Manual;
- CURRENT_PROJECT_VERSION = 49;
+ CURRENT_PROJECT_VERSION = 50;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = W5R8AG9K22;
ENABLE_BITCODE = NO;
@@ -496,7 +496,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 49;
+ CURRENT_PROJECT_VERSION = 50;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.web3modal.flutterExample.RunnerTests;
@@ -514,7 +514,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 49;
+ CURRENT_PROJECT_VERSION = 50;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.web3modal.flutterExample.RunnerTests;
@@ -530,7 +530,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 49;
+ CURRENT_PROJECT_VERSION = 50;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.web3modal.flutterExample.RunnerTests;
@@ -655,7 +655,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_STYLE = Manual;
- CURRENT_PROJECT_VERSION = 49;
+ CURRENT_PROJECT_VERSION = 50;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = W5R8AG9K22;
ENABLE_BITCODE = NO;
@@ -686,7 +686,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
- CURRENT_PROJECT_VERSION = 49;
+ CURRENT_PROJECT_VERSION = 50;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = W5R8AG9K22;
ENABLE_BITCODE = NO;
diff --git a/example/ios/Runner/Info.plist b/example/ios/Runner/Info.plist
index d32b57f7..9ad6def8 100644
--- a/example/ios/Runner/Info.plist
+++ b/example/ios/Runner/Info.plist
@@ -36,7 +36,7 @@
CFBundleVersion
- 49
+ 50
ITSAppUsesNonExemptEncryption
LSApplicationQueriesSchemes
diff --git a/lib/services/explorer_service/models/wc_sample_wallets.dart b/lib/services/explorer_service/models/wc_sample_wallets.dart
index 0433640a..896e148c 100644
--- a/lib/services/explorer_service/models/wc_sample_wallets.dart
+++ b/lib/services/explorer_service/models/wc_sample_wallets.dart
@@ -55,19 +55,19 @@ class WCSampleWallets {
schema: 'com.walletconnect.sample.wallet',
),
},
- // // Kotlin Wallet Internal
- // '123456789012345678901234567894': {
- // 'name': 'Wallet (Kotlin Internal)',
- // 'platform': ['android'],
- // 'ios': NativeAppData(
- // id: '123456789012345678901234567894',
- // schema: 'kotlin-web3wallet://',
- // ),
- // 'android': NativeAppData(
- // id: '123456789012345678901234567894',
- // schema: 'com.walletconnect.sample.wallet.internal',
- // ),
- // }
+ // Kotlin Wallet Internal
+ '123456789012345678901234567894': {
+ 'name': 'Wallet (Kotlin Internal)',
+ 'platform': ['android'],
+ 'ios': NativeAppData(
+ id: '123456789012345678901234567894',
+ schema: 'kotlin-web3wallet://',
+ ),
+ 'android': NativeAppData(
+ id: '123456789012345678901234567894',
+ schema: 'com.walletconnect.sample.wallet.internal',
+ ),
+ }
};
static List getSampleWallets(String platform) {