Skip to content

Commit 0917569

Browse files
committed
Merge branch 'main' into add-nuxt-example-modal-evm
2 parents 52d259c + 9cc46c4 commit 0917569

File tree

56 files changed

+1196
-1016
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1196
-1016
lines changed

flutter/flutter-aggregate-verifier-example/ios/Flutter/AppFrameworkInfo.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>11.0</string>
24+
<string>12.0</string>
2525
</dict>
2626
</plist>
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
11
PODS:
22
- BigInt (5.0.0)
3-
- CryptoSwift (1.5.1)
3+
- CryptoSwift (1.8.1)
44
- Flutter (1.0.0)
55
- GenericJSON (2.0.2)
66
- KeychainSwift (20.0.0)
7+
- Logging (1.0.0)
78
- secp256k1.swift (0.1.4)
8-
- shared_preferences_ios (0.0.1):
9+
- shared_preferences_foundation (0.0.1):
910
- Flutter
10-
- TorusSessionManager (2.0.0):
11-
- CryptoSwift (~> 1.5.1)
11+
- FlutterMacOS
12+
- TorusSessionManager (3.0.1):
13+
- CryptoSwift (~> 1.8.0)
1214
- KeychainSwift (~> 20.0.0)
13-
- web3.swift (~> 0.9.3)
14-
- web3.swift (0.9.3):
15+
- web3.swift (~> 1.6.0)
16+
- web3.swift (1.6.0):
1517
- BigInt (~> 5.0.0)
1618
- GenericJSON (~> 2.0)
19+
- Logging (~> 1.0.0)
1720
- secp256k1.swift (~> 0.1)
18-
- Web3Auth (6.0.1):
19-
- CryptoSwift (~> 1.5.1)
21+
- Web3Auth (7.4.1):
22+
- CryptoSwift (~> 1.8.0)
2023
- KeychainSwift (~> 20.0.0)
21-
- TorusSessionManager (~> 2.0.0)
22-
- web3.swift (~> 0.9.3)
23-
- web3auth_flutter (1.3.0):
24+
- TorusSessionManager (~> 3.0.1)
25+
- web3.swift (~> 1.6.0)
26+
- web3auth_flutter (2.0.1):
2427
- Flutter
25-
- Web3Auth (~> 6.0.1)
28+
- Web3Auth (~> 7.4.1)
2629

2730
DEPENDENCIES:
2831
- Flutter (from `Flutter`)
29-
- shared_preferences_ios (from `.symlinks/plugins/shared_preferences_ios/ios`)
32+
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
3033
- web3auth_flutter (from `.symlinks/plugins/web3auth_flutter/ios`)
3134

3235
SPEC REPOS:
@@ -35,6 +38,7 @@ SPEC REPOS:
3538
- CryptoSwift
3639
- GenericJSON
3740
- KeychainSwift
41+
- Logging
3842
- secp256k1.swift
3943
- TorusSessionManager
4044
- web3.swift
@@ -43,24 +47,25 @@ SPEC REPOS:
4347
EXTERNAL SOURCES:
4448
Flutter:
4549
:path: Flutter
46-
shared_preferences_ios:
47-
:path: ".symlinks/plugins/shared_preferences_ios/ios"
50+
shared_preferences_foundation:
51+
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
4852
web3auth_flutter:
4953
:path: ".symlinks/plugins/web3auth_flutter/ios"
5054

5155
SPEC CHECKSUMS:
5256
BigInt: 74b4d88367b0e819d9f77393549226d36faeb0d8
53-
CryptoSwift: c4f2debceb38bf44c80659afe009f71e23e4a082
54-
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
57+
CryptoSwift: b9c701d6f5011df23794dbf7f2e480a77835d83d
58+
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
5559
GenericJSON: 79a840eeb77030962e8cf02a62d36bd413b67626
5660
KeychainSwift: 0ce6a4d13f7228054d1a71bb1b500448fb2ab837
61+
Logging: 9ef4ecb546ad3169398d5a723bc9bea1c46bef26
5762
secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634
58-
shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad
59-
TorusSessionManager: dcd47b52067fe32a8289f970580299783d58e286
60-
web3.swift: c6c3bf1f853743f8a7a58d263e5f7e46545e22c7
61-
Web3Auth: 4ac16a7f6c5f6bbf358ce735def1ba6a75d07a32
62-
web3auth_flutter: 3208c7bddffa4180f74320e200345d4ca492e9ec
63+
shared_preferences_foundation: b4c3b4cddf1c21f02770737f147a3f5da9d39695
64+
TorusSessionManager: 829495789427b7ad7e29f2b535092a44f3900b42
65+
web3.swift: 2263d1e12e121b2c42ffb63a5a7beb1acaf33959
66+
Web3Auth: faf43a674c0db748dd4ff7fbe29a355d8736a186
67+
web3auth_flutter: 208348cb4e01e0c0191adf740188c3b63f5fe20b
6368

6469
PODFILE CHECKSUM: 775997f741c536251164e3eacf6e34abf2eb7a17
6570

66-
COCOAPODS: 1.12.1
71+
COCOAPODS: 1.14.3

flutter/flutter-aggregate-verifier-example/ios/Runner.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
97C146E61CF9000F007C117D /* Project object */ = {
160160
isa = PBXProject;
161161
attributes = {
162-
LastUpgradeCheck = 1300;
162+
LastUpgradeCheck = 1430;
163163
ORGANIZATIONNAME = "";
164164
TargetAttributes = {
165165
97C146ED1CF9000F007C117D = {
@@ -347,7 +347,7 @@
347347
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
348348
GCC_WARN_UNUSED_FUNCTION = YES;
349349
GCC_WARN_UNUSED_VARIABLE = YES;
350-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
350+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
351351
MTL_ENABLE_DEBUG_INFO = NO;
352352
SDKROOT = iphoneos;
353353
SUPPORTED_PLATFORMS = iphoneos;
@@ -424,7 +424,7 @@
424424
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
425425
GCC_WARN_UNUSED_FUNCTION = YES;
426426
GCC_WARN_UNUSED_VARIABLE = YES;
427-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
427+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
428428
MTL_ENABLE_DEBUG_INFO = YES;
429429
ONLY_ACTIVE_ARCH = YES;
430430
SDKROOT = iphoneos;
@@ -473,7 +473,7 @@
473473
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
474474
GCC_WARN_UNUSED_FUNCTION = YES;
475475
GCC_WARN_UNUSED_VARIABLE = YES;
476-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
476+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
477477
MTL_ENABLE_DEBUG_INFO = NO;
478478
SDKROOT = iphoneos;
479479
SUPPORTED_PLATFORMS = iphoneos;

flutter/flutter-aggregate-verifier-example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1300"
3+
LastUpgradeVersion = "1430"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)