From ec8131046d5ffde43a98ff6c01b6bca3ffb7a858 Mon Sep 17 00:00:00 2001 From: Zhichao Link Date: Tue, 19 Dec 2023 18:40:05 +0800 Subject: [PATCH] update examples --- .vscode/settings.json | 2 +- guides/social_login/ios/Podfile | 6 +-- guides/social_login/ios/Podfile.lock | 46 +++++++++++++++---- guides/social_login/pubspec.yaml | 2 +- guides/social_login_aa/ios/Podfile | 8 ++-- guides/social_login_aa/ios/Podfile.lock | 36 +++++++-------- guides/social_login_aa/pubspec.yaml | 4 +- particle-aa/example/ios/Podfile | 6 +-- particle-aa/example/ios/Podfile.lock | 22 ++++----- particle-auth-core/example/ios/Podfile | 4 +- particle-auth-core/example/ios/Podfile.lock | 16 +++---- particle-auth/example/ios/Podfile | 4 +- particle-auth/example/ios/Podfile.lock | 16 +++---- .../ios/Runner.xcodeproj/project.pbxproj | 8 ++-- particle-connect/example/ios/Podfile | 4 +- particle-connect/example/ios/Podfile.lock | 16 +++---- particle-wallet/example/ios/Podfile | 12 ++--- particle-wallet/example/ios/Podfile.lock | 44 +++++++++--------- 18 files changed, 141 insertions(+), 115 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 73fe0f1c..6628e7cf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,6 +8,6 @@ "editor.selectionHighlight": false, "editor.suggestSelection": "first", "editor.tabCompletion": "onlySnippets", - "editor.wordBasedSuggestions": false + "editor.wordBasedSuggestions": "off" } } diff --git a/guides/social_login/ios/Podfile b/guides/social_login/ios/Podfile index 153a6ca1..82f61baf 100644 --- a/guides/social_login/ios/Podfile +++ b/guides/social_login/ios/Podfile @@ -31,9 +31,9 @@ target 'Runner' do use_frameworks! :linkage => :static use_modular_headers! - pod 'ParticleNetworkBase', '1.3.5' - pod 'ParticleAuthService', '1.3.5' - pod 'ParticleWalletAPI', '1.3.5' + pod 'ParticleNetworkBase', '1.3.7' + pod 'ParticleAuthService', '1.3.7' + pod 'ParticleWalletAPI', '1.3.7' pod 'ConnectCommon', '0.2.14' pod 'ConnectEVMAdapter', '0.2.14' diff --git a/guides/social_login/ios/Podfile.lock b/guides/social_login/ios/Podfile.lock index 33fde2d4..15ee71f0 100644 --- a/guides/social_login/ios/Podfile.lock +++ b/guides/social_login/ios/Podfile.lock @@ -43,6 +43,9 @@ PODS: - WalletConnectSwiftV2 (= 1.9.1) - CryptoSwift (1.8.0) - Flutter (1.0.0) + - GRDB.swift (6.16.0): + - GRDB.swift/standard (= 6.16.0) + - GRDB.swift/standard (6.16.0) - libwebp (1.3.2): - libwebp/demux (= 1.3.2) - libwebp/mux (= 1.3.2) @@ -70,7 +73,7 @@ PODS: - ParticleAuthAdapter (0.2.14): - ConnectCommon - ParticleAuthService - - ParticleAuthService (1.3.5): + - ParticleAuthService (1.3.7): - CryptoSwift - ParticleNetworkBase - RxAlamofire (~> 6.1.1) @@ -80,7 +83,7 @@ PODS: - SwiftyUserDefaults (~> 5.3.0) - ParticleConnect (0.2.14): - ConnectCommon - - ParticleNetworkBase (1.3.4): + - ParticleNetworkBase (1.3.7): - Base58.swift - BigInt (~> 5.2.0) - CryptoSwift @@ -89,6 +92,15 @@ PODS: - RxSwift (= 6.5.0) - SwiftyJSON (~> 5.0) - SwiftyUserDefaults (~> 5.3.0) + - ParticleWalletAPI (1.3.7): + - CryptoSwift + - GRDB.swift (= 6.16.0) + - ParticleNetworkBase + - RxAlamofire (~> 6.1.1) + - RxCocoa (= 6.5.0) + - RxSwift (= 6.5.0) + - SwiftyJSON (~> 5.0) + - SwiftyUserDefaults (~> 5.3.0) - RxAlamofire (6.1.1): - RxAlamofire/Core (= 6.1.1) - RxAlamofire/Core (6.1.1): @@ -100,9 +112,9 @@ PODS: - RxRelay (6.5.0): - RxSwift (= 6.5.0) - RxSwift (6.5.0) - - SDWebImage (5.18.3): - - SDWebImage/Core (= 5.18.3) - - SDWebImage/Core (5.18.3) + - SDWebImage (5.18.7): + - SDWebImage/Core (= 5.18.7) + - SDWebImage/Core (5.18.7) - SDWebImageWebPCoder (0.14.2): - libwebp (~> 1.0) - SDWebImage/Core (~> 5.17) @@ -156,9 +168,19 @@ PODS: - WalletConnectSwiftV2/WalletConnectUtils DEPENDENCIES: + - ConnectCommon (= 0.2.14) + - ConnectEVMAdapter (= 0.2.14) + - ConnectPhantomAdapter (= 0.2.14) + - ConnectSolanaAdapter (= 0.2.14) + - ConnectWalletConnectAdapter (= 0.2.14) - Flutter (from `Flutter`) - particle_auth (from `.symlinks/plugins/particle_auth/ios`) - particle_connect (from `.symlinks/plugins/particle_connect/ios`) + - ParticleAuthAdapter (= 0.2.14) + - ParticleAuthService (= 1.3.7) + - ParticleConnect (= 0.2.14) + - ParticleNetworkBase (= 1.3.7) + - ParticleWalletAPI (= 1.3.7) SPEC REPOS: trunk: @@ -171,11 +193,13 @@ SPEC REPOS: - ConnectSolanaAdapter - ConnectWalletConnectAdapter - CryptoSwift + - GRDB.swift - libwebp - ParticleAuthAdapter - ParticleAuthService - ParticleConnect - ParticleNetworkBase + - ParticleWalletAPI - RxAlamofire - RxCocoa - RxRelay @@ -210,18 +234,20 @@ SPEC CHECKSUMS: ConnectWalletConnectAdapter: f318ab845e5d0b8b8c77ee7f878c7bcd50614c86 CryptoSwift: 52aaf3fce7337552863b1d952e408085f0e65030 Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 + GRDB.swift: 7985834461bca2a3eaed615887daadf3864c779b libwebp: 1786c9f4ff8a279e4dac1e8f385004d5fc253009 particle_auth: f63e17b5dc9b5f7b3ad4d5c13fbfc03d3739b3ab particle_connect: 0192191b9fcae5c955c4752920acc5f05deb762a ParticleAuthAdapter: 5adb909ebc96aafa8aab2e3c8f273b93da1509c7 - ParticleAuthService: 3b16d12ab7f5cb9235119f049f60008a80c58b47 + ParticleAuthService: 280333190ee191d57a25575900eb2936c44c79f1 ParticleConnect: 5d15dae000cde5017e49184022194bcf5d59ffc1 - ParticleNetworkBase: ff9b116b323031cc9839f17d4a7d5bae598de98c + ParticleNetworkBase: 4401070e90f59cbf4ae57c522cbff9691bfe33b7 + ParticleWalletAPI: 06e97a5782fb43af35131579de62ea0565959f6d RxAlamofire: beb75a1c452d0de225651db4903f5d29d034a620 RxCocoa: 94f817b71c07517321eb4f9ad299112ca8af743b RxRelay: 1de1523e604c72b6c68feadedd1af3b1b4d0ecbd RxSwift: 5710a9e6b17f3c3d6e40d6e559b9fa1e813b2ef8 - SDWebImage: 96e0c18ef14010b7485210e92fac888587ebb958 + SDWebImage: f9258c58221ed854cfa0e2b80ee4033710b1c6d3 SDWebImageWebPCoder: 633b813fca24f1de5e076bcd7f720c038b23892b secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634 SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25 @@ -232,6 +258,6 @@ SPEC CHECKSUMS: TweetNacl: 3abf4d1d2082b0114e7a67410e300892448951e6 WalletConnectSwiftV2: 11a9110e95715d3cb11342f493bf17d12088939f -PODFILE CHECKSUM: bdf335b0780c09645ec1e8a1848b15bfe10cb7e7 +PODFILE CHECKSUM: 610fc4ac8365f5c205d653bcef0f9286beeb72fc -COCOAPODS: 1.14.2 +COCOAPODS: 1.12.1 diff --git a/guides/social_login/pubspec.yaml b/guides/social_login/pubspec.yaml index 91af667b..ce45a5ba 100644 --- a/guides/social_login/pubspec.yaml +++ b/guides/social_login/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 - particle_connect: ^1.3.4 + particle_connect: ^1.3.6 dev_dependencies: flutter_test: diff --git a/guides/social_login_aa/ios/Podfile b/guides/social_login_aa/ios/Podfile index 34e135b7..8ab5aeab 100644 --- a/guides/social_login_aa/ios/Podfile +++ b/guides/social_login_aa/ios/Podfile @@ -31,10 +31,10 @@ target 'Runner' do use_frameworks! :linkage => :static use_modular_headers! - pod 'ParticleNetworkBase', '1.3.5' - pod 'ParticleAuthService', '1.3.5' - pod 'ParticleWalletAPI', '1.3.5' - pod 'ParticleAA', '1.3.5' + pod 'ParticleNetworkBase', '1.3.7' + pod 'ParticleAuthService', '1.3.7' + pod 'ParticleWalletAPI', '1.3.7' + pod 'ParticleAA', '1.3.7' pod 'ConnectCommon', '0.2.14' pod 'ConnectEVMAdapter', '0.2.14' diff --git a/guides/social_login_aa/ios/Podfile.lock b/guides/social_login_aa/ios/Podfile.lock index 2ebed159..dfcb0a90 100644 --- a/guides/social_login_aa/ios/Podfile.lock +++ b/guides/social_login_aa/ios/Podfile.lock @@ -73,12 +73,12 @@ PODS: - Flutter - ParticleAuthAdapter - ParticleConnect - - ParticleAA (1.3.5): + - ParticleAA (1.3.7): - ParticleNetworkBase - ParticleAuthAdapter (0.2.14): - ConnectCommon - ParticleAuthService - - ParticleAuthService (1.3.5): + - ParticleAuthService (1.3.7): - CryptoSwift - ParticleNetworkBase - RxAlamofire (~> 6.1.1) @@ -88,7 +88,7 @@ PODS: - SwiftyUserDefaults (~> 5.3.0) - ParticleConnect (0.2.14): - ConnectCommon - - ParticleNetworkBase (1.3.5): + - ParticleNetworkBase (1.3.7): - Base58.swift - BigInt (~> 5.2.0) - CryptoSwift @@ -97,7 +97,7 @@ PODS: - RxSwift (= 6.5.0) - SwiftyJSON (~> 5.0) - SwiftyUserDefaults (~> 5.3.0) - - ParticleWalletAPI (1.3.5): + - ParticleWalletAPI (1.3.7): - CryptoSwift - GRDB.swift (= 6.16.0) - ParticleNetworkBase @@ -117,9 +117,9 @@ PODS: - RxRelay (6.5.0): - RxSwift (= 6.5.0) - RxSwift (6.5.0) - - SDWebImage (5.18.3): - - SDWebImage/Core (= 5.18.3) - - SDWebImage/Core (5.18.3) + - SDWebImage (5.18.7): + - SDWebImage/Core (= 5.18.7) + - SDWebImage/Core (5.18.7) - SDWebImageWebPCoder (0.14.2): - libwebp (~> 1.0) - SDWebImage/Core (~> 5.17) @@ -182,12 +182,12 @@ DEPENDENCIES: - particle_aa (from `.symlinks/plugins/particle_aa/ios`) - particle_auth (from `.symlinks/plugins/particle_auth/ios`) - particle_connect (from `.symlinks/plugins/particle_connect/ios`) - - ParticleAA (= 1.3.5) + - ParticleAA (= 1.3.7) - ParticleAuthAdapter (= 0.2.14) - - ParticleAuthService (= 1.3.5) + - ParticleAuthService (= 1.3.7) - ParticleConnect (= 0.2.14) - - ParticleNetworkBase (= 1.3.5) - - ParticleWalletAPI (= 1.3.5) + - ParticleNetworkBase (= 1.3.7) + - ParticleWalletAPI (= 1.3.7) SPEC REPOS: trunk: @@ -249,17 +249,17 @@ SPEC CHECKSUMS: particle_aa: 02d46a151c4e3b90851615d26e21a88960e752ec particle_auth: f63e17b5dc9b5f7b3ad4d5c13fbfc03d3739b3ab particle_connect: 0192191b9fcae5c955c4752920acc5f05deb762a - ParticleAA: 081c4a64ca3c4d6fbdb0ccb5ddd5e5407726dfe2 + ParticleAA: aab4e596307fd7bb4cabce62973c545e9df5076c ParticleAuthAdapter: 5adb909ebc96aafa8aab2e3c8f273b93da1509c7 - ParticleAuthService: 3b16d12ab7f5cb9235119f049f60008a80c58b47 + ParticleAuthService: 280333190ee191d57a25575900eb2936c44c79f1 ParticleConnect: 5d15dae000cde5017e49184022194bcf5d59ffc1 - ParticleNetworkBase: 44373a596a7fd23776d5ad4963d5ce42f94d08c5 - ParticleWalletAPI: bd69d8a9b028e5a789327867a478e043c71a60c5 + ParticleNetworkBase: 4401070e90f59cbf4ae57c522cbff9691bfe33b7 + ParticleWalletAPI: 06e97a5782fb43af35131579de62ea0565959f6d RxAlamofire: beb75a1c452d0de225651db4903f5d29d034a620 RxCocoa: 94f817b71c07517321eb4f9ad299112ca8af743b RxRelay: 1de1523e604c72b6c68feadedd1af3b1b4d0ecbd RxSwift: 5710a9e6b17f3c3d6e40d6e559b9fa1e813b2ef8 - SDWebImage: 96e0c18ef14010b7485210e92fac888587ebb958 + SDWebImage: f9258c58221ed854cfa0e2b80ee4033710b1c6d3 SDWebImageWebPCoder: 633b813fca24f1de5e076bcd7f720c038b23892b secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634 SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25 @@ -270,6 +270,6 @@ SPEC CHECKSUMS: TweetNacl: 3abf4d1d2082b0114e7a67410e300892448951e6 WalletConnectSwiftV2: 11a9110e95715d3cb11342f493bf17d12088939f -PODFILE CHECKSUM: b850d91714697b9c1e3153f98cbccdbfac098cb3 +PODFILE CHECKSUM: c676fd51a88644e577eed7944275be022fce90bc -COCOAPODS: 1.14.2 +COCOAPODS: 1.12.1 diff --git a/guides/social_login_aa/pubspec.yaml b/guides/social_login_aa/pubspec.yaml index 89a30ea4..471374a7 100644 --- a/guides/social_login_aa/pubspec.yaml +++ b/guides/social_login_aa/pubspec.yaml @@ -36,8 +36,8 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 - particle_connect: ^1.3.4 - particle_aa: ^1.3.4 + particle_connect: ^1.3.6 + particle_aa: ^1.3.6 dev_dependencies: flutter_test: diff --git a/particle-aa/example/ios/Podfile b/particle-aa/example/ios/Podfile index dccfe22b..23ca463b 100644 --- a/particle-aa/example/ios/Podfile +++ b/particle-aa/example/ios/Podfile @@ -31,9 +31,9 @@ flutter_ios_podfile_setup target 'Runner' do use_frameworks! :linkage => :static - pod 'ParticleNetworkBase', '1.3.6' - pod 'ParticleAuthService', '1.3.6' - pod 'ParticleAA', '1.3.6' + pod 'ParticleNetworkBase', '1.3.7' + pod 'ParticleAuthService', '1.3.7' + pod 'ParticleAA', '1.3.7' pod 'ParticleConnect', '0.2.14' pod 'ConnectWalletConnectAdapter', '0.2.14' diff --git a/particle-aa/example/ios/Podfile.lock b/particle-aa/example/ios/Podfile.lock index d724853f..2e0296a3 100644 --- a/particle-aa/example/ios/Podfile.lock +++ b/particle-aa/example/ios/Podfile.lock @@ -70,12 +70,12 @@ PODS: - Flutter - ParticleAuthAdapter - ParticleConnect - - ParticleAA (1.3.6): + - ParticleAA (1.3.7): - ParticleNetworkBase - ParticleAuthAdapter (0.2.13): - ConnectCommon - ParticleAuthService - - ParticleAuthService (1.3.6): + - ParticleAuthService (1.3.7): - CryptoSwift - ParticleNetworkBase - RxAlamofire (~> 6.1.1) @@ -85,7 +85,7 @@ PODS: - SwiftyUserDefaults (~> 5.3.0) - ParticleConnect (0.2.14): - ConnectCommon - - ParticleNetworkBase (1.3.6): + - ParticleNetworkBase (1.3.7): - Base58.swift - BigInt (~> 5.2.0) - CryptoSwift @@ -170,10 +170,10 @@ DEPENDENCIES: - particle_aa (from `.symlinks/plugins/particle_aa/ios`) - particle_auth (from `.symlinks/plugins/particle_auth/ios`) - particle_connect (from `.symlinks/plugins/particle_connect/ios`) - - ParticleAA (= 1.3.6) - - ParticleAuthService (= 1.3.6) + - ParticleAA (= 1.3.7) + - ParticleAuthService (= 1.3.7) - ParticleConnect (= 0.2.14) - - ParticleNetworkBase (= 1.3.6) + - ParticleNetworkBase (= 1.3.7) SPEC REPOS: https://github.com/CocoaPods/Specs.git: @@ -232,11 +232,11 @@ SPEC CHECKSUMS: particle_aa: 02d46a151c4e3b90851615d26e21a88960e752ec particle_auth: f63e17b5dc9b5f7b3ad4d5c13fbfc03d3739b3ab particle_connect: 0192191b9fcae5c955c4752920acc5f05deb762a - ParticleAA: b6b6851a32c987dbcd7b1b56a9da3918a070fd18 + ParticleAA: aab4e596307fd7bb4cabce62973c545e9df5076c ParticleAuthAdapter: 0304e647c877c8e32afa410746b8d8ec69c1eaaf - ParticleAuthService: a18a1e041c390f2a872a88f2c790a68a1641e2aa + ParticleAuthService: 280333190ee191d57a25575900eb2936c44c79f1 ParticleConnect: 5d15dae000cde5017e49184022194bcf5d59ffc1 - ParticleNetworkBase: f1bb4f5da08950f80f517d2514c96c2f8ed6cfc5 + ParticleNetworkBase: 4401070e90f59cbf4ae57c522cbff9691bfe33b7 RxAlamofire: beb75a1c452d0de225651db4903f5d29d034a620 RxCocoa: 94f817b71c07517321eb4f9ad299112ca8af743b RxRelay: 1de1523e604c72b6c68feadedd1af3b1b4d0ecbd @@ -252,6 +252,6 @@ SPEC CHECKSUMS: TweetNacl: 3abf4d1d2082b0114e7a67410e300892448951e6 WalletConnectSwiftV2: 11a9110e95715d3cb11342f493bf17d12088939f -PODFILE CHECKSUM: 43103fa5e47292868a19332796fe3a947db08c4f +PODFILE CHECKSUM: 65998621eeff8121e56d998866eb7400b8dac22b -COCOAPODS: 1.14.2 +COCOAPODS: 1.12.1 diff --git a/particle-auth-core/example/ios/Podfile b/particle-auth-core/example/ios/Podfile index d20605e8..4e0b1695 100644 --- a/particle-auth-core/example/ios/Podfile +++ b/particle-auth-core/example/ios/Podfile @@ -36,8 +36,8 @@ target 'Runner' do pod "ParticleAuthCore", '1.3.0' pod "AuthCoreAdapter", '1.3.0' - pod 'ParticleAuthService', '1.3.6' - pod 'ParticleNetworkBase', '1.3.6' + pod 'ParticleAuthService', '1.3.7' + pod 'ParticleNetworkBase', '1.3.7' pod 'ConnectCommon', '0.2.14' flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) diff --git a/particle-auth-core/example/ios/Podfile.lock b/particle-auth-core/example/ios/Podfile.lock index f05e3ec6..4ba64762 100644 --- a/particle-auth-core/example/ios/Podfile.lock +++ b/particle-auth-core/example/ios/Podfile.lock @@ -57,7 +57,7 @@ PODS: - SwiftMessages - SwiftyJSON (~> 5.0) - Then - - ParticleAuthService (1.3.6): + - ParticleAuthService (1.3.7): - CryptoSwift - ParticleNetworkBase - RxAlamofire (~> 6.1.1) @@ -70,7 +70,7 @@ PODS: - CryptoSwift - SwiftyJSON (~> 5.0) - Thresh - - ParticleNetworkBase (1.3.6): + - ParticleNetworkBase (1.3.7): - Base58.swift - BigInt (~> 5.2.0) - CryptoSwift @@ -116,9 +116,9 @@ DEPENDENCIES: - particle_auth (from `.symlinks/plugins/particle_auth/ios`) - particle_auth_core (from `.symlinks/plugins/particle_auth_core/ios`) - ParticleAuthCore (= 1.3.0) - - ParticleAuthService (= 1.3.6) + - ParticleAuthService (= 1.3.7) - ParticleMPCCore (= 1.3.0) - - ParticleNetworkBase (= 1.3.6) + - ParticleNetworkBase (= 1.3.7) - Thresh (= 1.3.0) SPEC REPOS: @@ -177,9 +177,9 @@ SPEC CHECKSUMS: particle_auth: f63e17b5dc9b5f7b3ad4d5c13fbfc03d3739b3ab particle_auth_core: 08525d1c4253c4f49fbb6d1562a45d9187fa3f1b ParticleAuthCore: 73da87484b6e8687861555e8c77e50452f74c562 - ParticleAuthService: a18a1e041c390f2a872a88f2c790a68a1641e2aa + ParticleAuthService: 280333190ee191d57a25575900eb2936c44c79f1 ParticleMPCCore: f57f264ee4391d5be7d780498724105e3ef4002d - ParticleNetworkBase: f1bb4f5da08950f80f517d2514c96c2f8ed6cfc5 + ParticleNetworkBase: 4401070e90f59cbf4ae57c522cbff9691bfe33b7 RxAlamofire: beb75a1c452d0de225651db4903f5d29d034a620 RxCocoa: 94f817b71c07517321eb4f9ad299112ca8af743b RxRelay: 1de1523e604c72b6c68feadedd1af3b1b4d0ecbd @@ -196,6 +196,6 @@ SPEC CHECKSUMS: Thresh: 1ecdcb7b7219f149bac88266bbc3b6333cf66ea2 TweetNacl: 3abf4d1d2082b0114e7a67410e300892448951e6 -PODFILE CHECKSUM: 76aca2e4adcaa2b7854dd248479423937ba2f85a +PODFILE CHECKSUM: 756ded12ec1564590a9d29d988aef13533e47cdb -COCOAPODS: 1.14.2 +COCOAPODS: 1.12.1 diff --git a/particle-auth/example/ios/Podfile b/particle-auth/example/ios/Podfile index 363b7884..6f1ca357 100644 --- a/particle-auth/example/ios/Podfile +++ b/particle-auth/example/ios/Podfile @@ -32,8 +32,8 @@ target 'Runner' do use_frameworks! :linkage => :static # use_modular_headers! - pod 'ParticleNetworkBase', '1.3.6' - pod 'ParticleAuthService', '1.3.6' + pod 'ParticleNetworkBase', '1.3.7' + pod 'ParticleAuthService', '1.3.7' flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) end diff --git a/particle-auth/example/ios/Podfile.lock b/particle-auth/example/ios/Podfile.lock index ad8c7cae..f3f9402c 100644 --- a/particle-auth/example/ios/Podfile.lock +++ b/particle-auth/example/ios/Podfile.lock @@ -8,7 +8,7 @@ PODS: - particle_auth (0.0.1): - Flutter - ParticleAuthService - - ParticleAuthService (1.3.6): + - ParticleAuthService (1.3.7): - CryptoSwift - ParticleNetworkBase - RxAlamofire (~> 6.1.1) @@ -16,7 +16,7 @@ PODS: - RxSwift (= 6.5.0) - SwiftyJSON (~> 5.0) - SwiftyUserDefaults (~> 5.3.0) - - ParticleNetworkBase (1.3.6): + - ParticleNetworkBase (1.3.7): - Base58.swift - BigInt (~> 5.2.0) - CryptoSwift @@ -42,8 +42,8 @@ PODS: DEPENDENCIES: - Flutter (from `Flutter`) - particle_auth (from `.symlinks/plugins/particle_auth/ios`) - - ParticleAuthService (= 1.3.6) - - ParticleNetworkBase (= 1.3.6) + - ParticleAuthService (= 1.3.7) + - ParticleNetworkBase (= 1.3.7) SPEC REPOS: https://github.com/CocoaPods/Specs.git: @@ -73,8 +73,8 @@ SPEC CHECKSUMS: CryptoSwift: 52aaf3fce7337552863b1d952e408085f0e65030 Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 particle_auth: f63e17b5dc9b5f7b3ad4d5c13fbfc03d3739b3ab - ParticleAuthService: a18a1e041c390f2a872a88f2c790a68a1641e2aa - ParticleNetworkBase: f1bb4f5da08950f80f517d2514c96c2f8ed6cfc5 + ParticleAuthService: 280333190ee191d57a25575900eb2936c44c79f1 + ParticleNetworkBase: 4401070e90f59cbf4ae57c522cbff9691bfe33b7 RxAlamofire: beb75a1c452d0de225651db4903f5d29d034a620 RxCocoa: 94f817b71c07517321eb4f9ad299112ca8af743b RxRelay: 1de1523e604c72b6c68feadedd1af3b1b4d0ecbd @@ -82,6 +82,6 @@ SPEC CHECKSUMS: SwiftyJSON: 2f33a42c6fbc52764d96f13368585094bfd8aa5e SwiftyUserDefaults: 63f80248cf5bfb3458825d9a78f2eb7e1293a040 -PODFILE CHECKSUM: 40770b536abc86b00450e06bfa1b959f4b6b6d9a +PODFILE CHECKSUM: 14638edb2a17bb2b566f6c807a9a28d08af284b5 -COCOAPODS: 1.14.2 +COCOAPODS: 1.12.1 diff --git a/particle-auth/example/ios/Runner.xcodeproj/project.pbxproj b/particle-auth/example/ios/Runner.xcodeproj/project.pbxproj index 6d35ed63..291d69af 100644 --- a/particle-auth/example/ios/Runner.xcodeproj/project.pbxproj +++ b/particle-auth/example/ios/Runner.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 54; + objectVersion = 56; objects = { /* Begin PBXBuildFile section */ @@ -370,7 +370,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.particle-auth.flutter.r"; + PRODUCT_BUNDLE_IDENTIFIER = "com.particle-auth.flutter"; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; SUPPORTS_MACCATALYST = NO; @@ -507,7 +507,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.particle-auth.flutter.r"; + PRODUCT_BUNDLE_IDENTIFIER = "com.particle-auth.flutter"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; @@ -536,7 +536,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.particle-auth.flutter.r"; + PRODUCT_BUNDLE_IDENTIFIER = "com.particle-auth.flutter"; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; SUPPORTS_MACCATALYST = NO; diff --git a/particle-connect/example/ios/Podfile b/particle-connect/example/ios/Podfile index 2bd86a93..d1edea03 100644 --- a/particle-connect/example/ios/Podfile +++ b/particle-connect/example/ios/Podfile @@ -38,8 +38,8 @@ target 'Runner' do pod 'ConnectPhantomAdapter', '0.2.14' pod 'ParticleAuthAdapter', '0.2.14' - pod 'ParticleNetworkBase', '1.3.6' - pod 'ParticleAuthService', '1.3.6' + pod 'ParticleNetworkBase', '1.3.7' + pod 'ParticleAuthService', '1.3.7' flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) end diff --git a/particle-connect/example/ios/Podfile.lock b/particle-connect/example/ios/Podfile.lock index 610b4974..4fce6bf0 100644 --- a/particle-connect/example/ios/Podfile.lock +++ b/particle-connect/example/ios/Podfile.lock @@ -70,7 +70,7 @@ PODS: - ParticleAuthAdapter (0.2.14): - ConnectCommon - ParticleAuthService - - ParticleAuthService (1.3.6): + - ParticleAuthService (1.3.7): - CryptoSwift - ParticleNetworkBase - RxAlamofire (~> 6.1.1) @@ -80,7 +80,7 @@ PODS: - SwiftyUserDefaults (~> 5.3.0) - ParticleConnect (0.2.14): - ConnectCommon - - ParticleNetworkBase (1.3.6): + - ParticleNetworkBase (1.3.7): - Base58.swift - BigInt (~> 5.2.0) - CryptoSwift @@ -165,9 +165,9 @@ DEPENDENCIES: - particle_auth (from `.symlinks/plugins/particle_auth/ios`) - particle_connect (from `.symlinks/plugins/particle_connect/ios`) - ParticleAuthAdapter (= 0.2.14) - - ParticleAuthService (= 1.3.6) + - ParticleAuthService (= 1.3.7) - ParticleConnect (= 0.2.14) - - ParticleNetworkBase (= 1.3.6) + - ParticleNetworkBase (= 1.3.7) SPEC REPOS: https://github.com/CocoaPods/Specs.git: @@ -223,9 +223,9 @@ SPEC CHECKSUMS: particle_auth: f63e17b5dc9b5f7b3ad4d5c13fbfc03d3739b3ab particle_connect: 0192191b9fcae5c955c4752920acc5f05deb762a ParticleAuthAdapter: 5adb909ebc96aafa8aab2e3c8f273b93da1509c7 - ParticleAuthService: a18a1e041c390f2a872a88f2c790a68a1641e2aa + ParticleAuthService: 280333190ee191d57a25575900eb2936c44c79f1 ParticleConnect: 5d15dae000cde5017e49184022194bcf5d59ffc1 - ParticleNetworkBase: f1bb4f5da08950f80f517d2514c96c2f8ed6cfc5 + ParticleNetworkBase: 4401070e90f59cbf4ae57c522cbff9691bfe33b7 RxAlamofire: beb75a1c452d0de225651db4903f5d29d034a620 RxCocoa: 94f817b71c07517321eb4f9ad299112ca8af743b RxRelay: 1de1523e604c72b6c68feadedd1af3b1b4d0ecbd @@ -241,6 +241,6 @@ SPEC CHECKSUMS: TweetNacl: 3abf4d1d2082b0114e7a67410e300892448951e6 WalletConnectSwiftV2: 11a9110e95715d3cb11342f493bf17d12088939f -PODFILE CHECKSUM: 834aa38189fbf29b9ee5f21006c45f39cbbc2c75 +PODFILE CHECKSUM: 7843aa7f98546b9a0724ffa671fdc019dc8067db -COCOAPODS: 1.14.2 +COCOAPODS: 1.12.1 diff --git a/particle-wallet/example/ios/Podfile b/particle-wallet/example/ios/Podfile index 400ae99d..5edce271 100644 --- a/particle-wallet/example/ios/Podfile +++ b/particle-wallet/example/ios/Podfile @@ -39,12 +39,12 @@ target 'Runner' do pod 'ConnectPhantomAdapter', '0.2.14' pod 'ParticleAuthAdapter', '0.2.14' - pod 'ParticleNetworkBase', '1.3.6' - pod 'ParticleAuthService', '1.3.6' - pod 'ParticleWalletGUI', '1.3.6' - pod 'ParticleWalletAPI', '1.3.6' - pod 'ParticleWalletConnect', '1.3.6' - pod 'ParticleAA', '1.3.6' + pod 'ParticleNetworkBase', '1.3.7' + pod 'ParticleAuthService', '1.3.7' + pod 'ParticleWalletGUI', '1.3.7' + pod 'ParticleWalletAPI', '1.3.7' + pod 'ParticleWalletConnect', '1.3.7' + pod 'ParticleAA', '1.3.7' pod 'SkeletonView', :git => 'https://github.com/SunZhiC/SkeletonView.git', :branch => 'main' diff --git a/particle-wallet/example/ios/Podfile.lock b/particle-wallet/example/ios/Podfile.lock index 85d1f384..52062936 100644 --- a/particle-wallet/example/ios/Podfile.lock +++ b/particle-wallet/example/ios/Podfile.lock @@ -77,12 +77,12 @@ PODS: - particle_wallet (0.0.1): - Flutter - ParticleWalletGUI - - ParticleAA (1.3.6): + - ParticleAA (1.3.7): - ParticleNetworkBase - ParticleAuthAdapter (0.2.14): - ConnectCommon - ParticleAuthService - - ParticleAuthService (1.3.6): + - ParticleAuthService (1.3.7): - CryptoSwift - ParticleNetworkBase - RxAlamofire (~> 6.1.1) @@ -92,7 +92,7 @@ PODS: - SwiftyUserDefaults (~> 5.3.0) - ParticleConnect (0.2.14): - ConnectCommon - - ParticleNetworkBase (1.3.6): + - ParticleNetworkBase (1.3.7): - Base58.swift - BigInt (~> 5.2.0) - CryptoSwift @@ -101,7 +101,7 @@ PODS: - RxSwift (= 6.5.0) - SwiftyJSON (~> 5.0) - SwiftyUserDefaults (~> 5.3.0) - - ParticleWalletAPI (1.3.6): + - ParticleWalletAPI (1.3.7): - CryptoSwift - GRDB.swift (= 6.16.0) - ParticleNetworkBase @@ -110,7 +110,7 @@ PODS: - RxSwift (= 6.5.0) - SwiftyJSON (~> 5.0) - SwiftyUserDefaults (~> 5.3.0) - - ParticleWalletConnect (1.3.6): + - ParticleWalletConnect (1.3.7): - ParticleNetworkBase - RxAlamofire (~> 6.1.1) - RxCocoa (= 6.5.0) @@ -118,7 +118,7 @@ PODS: - Starscream (= 3.1.1) - SwiftyUserDefaults (~> 5.3.0) - WalletConnectSwiftV2 (= 1.9.1) - - ParticleWalletGUI (1.3.6): + - ParticleWalletGUI (1.3.7): - ConnectEVMAdapter - ConnectPhantomAdapter - ConnectSolanaAdapter @@ -151,7 +151,7 @@ PODS: - SDWebImage (5.18.3): - SDWebImage/Core (= 5.18.3) - SDWebImage/Core (5.18.3) - - SDWebImageSwiftUI (2.2.4): + - SDWebImageSwiftUI (2.2.6): - SDWebImage (~> 5.10) - SDWebImageWebPCoder (0.14.2): - libwebp (~> 1.0) @@ -217,14 +217,14 @@ DEPENDENCIES: - particle_auth (from `.symlinks/plugins/particle_auth/ios`) - particle_connect (from `.symlinks/plugins/particle_connect/ios`) - particle_wallet (from `.symlinks/plugins/particle_wallet/ios`) - - ParticleAA (= 1.3.6) + - ParticleAA (= 1.3.7) - ParticleAuthAdapter (= 0.2.14) - - ParticleAuthService (= 1.3.6) + - ParticleAuthService (= 1.3.7) - ParticleConnect (= 0.2.14) - - ParticleNetworkBase (= 1.3.6) - - ParticleWalletAPI (= 1.3.6) - - ParticleWalletConnect (= 1.3.6) - - ParticleWalletGUI (= 1.3.6) + - ParticleNetworkBase (= 1.3.7) + - ParticleWalletAPI (= 1.3.7) + - ParticleWalletConnect (= 1.3.7) + - ParticleWalletGUI (= 1.3.7) - SkeletonView (from `https://github.com/SunZhiC/SkeletonView.git`, branch `main`) SPEC REPOS: @@ -307,20 +307,20 @@ SPEC CHECKSUMS: particle_auth: f63e17b5dc9b5f7b3ad4d5c13fbfc03d3739b3ab particle_connect: 0192191b9fcae5c955c4752920acc5f05deb762a particle_wallet: f7e7dec6e3dc03937e492dd053375e460ba02825 - ParticleAA: b6b6851a32c987dbcd7b1b56a9da3918a070fd18 + ParticleAA: aab4e596307fd7bb4cabce62973c545e9df5076c ParticleAuthAdapter: 5adb909ebc96aafa8aab2e3c8f273b93da1509c7 - ParticleAuthService: a18a1e041c390f2a872a88f2c790a68a1641e2aa + ParticleAuthService: 280333190ee191d57a25575900eb2936c44c79f1 ParticleConnect: 5d15dae000cde5017e49184022194bcf5d59ffc1 - ParticleNetworkBase: f1bb4f5da08950f80f517d2514c96c2f8ed6cfc5 - ParticleWalletAPI: 7120624432d99d864761b2c7d617f09edb55445e - ParticleWalletConnect: a641459044a223926c09dd0f3536a896574fef8b - ParticleWalletGUI: a918366614b3d897eaee666427fad3f4b0ad0c03 + ParticleNetworkBase: 4401070e90f59cbf4ae57c522cbff9691bfe33b7 + ParticleWalletAPI: 06e97a5782fb43af35131579de62ea0565959f6d + ParticleWalletConnect: 312f22e73e2da702800fa3a678efe275b30f0e6b + ParticleWalletGUI: d2dc4cb12ebe63046329aaaddfed965c8b66f477 RxAlamofire: beb75a1c452d0de225651db4903f5d29d034a620 RxCocoa: 94f817b71c07517321eb4f9ad299112ca8af743b RxRelay: 1de1523e604c72b6c68feadedd1af3b1b4d0ecbd RxSwift: 5710a9e6b17f3c3d6e40d6e559b9fa1e813b2ef8 SDWebImage: 96e0c18ef14010b7485210e92fac888587ebb958 - SDWebImageSwiftUI: a3ed505b65903252560fcf37ff493d9d97648ae5 + SDWebImageSwiftUI: 3a8448b76833ed0e954a651be6c6f45faceed29d SDWebImageWebPCoder: 633b813fca24f1de5e076bcd7f720c038b23892b secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634 SkeletonView: 5a050f6411e697abd4cda0a8d767013399dccd69 @@ -333,6 +333,6 @@ SPEC CHECKSUMS: TweetNacl: 3abf4d1d2082b0114e7a67410e300892448951e6 WalletConnectSwiftV2: 11a9110e95715d3cb11342f493bf17d12088939f -PODFILE CHECKSUM: c3382fe07ccaf0d822b0229ae60df629001a19df +PODFILE CHECKSUM: 4bcdf7d221aed868fd5cb25916279ea2af102ff5 -COCOAPODS: 1.14.2 +COCOAPODS: 1.12.1