From 1591be03587b2b80ce16cc6d74149e0f6146fa2e Mon Sep 17 00:00:00 2001 From: AyushBherwani1998 Date: Thu, 8 Feb 2024 12:35:08 +0530 Subject: [PATCH 1/2] update iOS sdk --- example/ios/Podfile.lock | 8 ++++---- example/lib/main.dart | 2 +- ios/web3auth_flutter.podspec | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 4106907..6a33356 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -15,14 +15,14 @@ PODS: - GenericJSON (~> 2.0) - Logging (~> 1.0.0) - secp256k1.swift (~> 0.1) - - Web3Auth (7.5.0): + - Web3Auth (7.5.1): - CryptoSwift (~> 1.8.0) - KeychainSwift (~> 20.0.0) - TorusSessionManager (~> 3.0.1) - web3.swift (~> 1.6.0) - web3auth_flutter (2.0.1): - Flutter - - Web3Auth (~> 7.5.0) + - Web3Auth (~> 7.5.1) DEPENDENCIES: - Flutter (from `Flutter`) @@ -56,8 +56,8 @@ SPEC CHECKSUMS: secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634 TorusSessionManager: 829495789427b7ad7e29f2b535092a44f3900b42 web3.swift: 2263d1e12e121b2c42ffb63a5a7beb1acaf33959 - Web3Auth: ebfbcefa4d343c93ec1df88e50f74a115125e833 - web3auth_flutter: 5a6ca40dc689af62523a9f00924c884fa3788276 + Web3Auth: 92765f42b9b1443a359475c39d2ae163a212eac5 + web3auth_flutter: 86975c81b0271df0955b22dc34a532351eab6358 PODFILE CHECKSUM: 1d58595b82b880200a7ded05da9181d30ef8c1b7 diff --git a/example/lib/main.dart b/example/lib/main.dart index d494b12..3c6dee3 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -66,7 +66,7 @@ class _MyAppState extends State with WidgetsBindingObserver { clientId: 'BHgArYmWwSeq21czpcarYh0EVq2WWOzflX-NTK-tY1-1pauPzHKRRLgpABkmYiIV_og9jAvoIxQ8L3Smrwe04Lw', network: Network.sapphire_devnet, - buildEnv: BuildEnv.testing, + buildEnv: BuildEnv.production, redirectUrl: redirectUrl, whiteLabel: WhiteLabelData( mode: ThemeModes.dark, diff --git a/ios/web3auth_flutter.podspec b/ios/web3auth_flutter.podspec index 87b7f12..c55d6aa 100644 --- a/ios/web3auth_flutter.podspec +++ b/ios/web3auth_flutter.podspec @@ -15,7 +15,7 @@ Flutter SDK for Torus Web3Auth (OpenLogin) s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'Web3Auth', '~> 7.5.0' + s.dependency 'Web3Auth', '~> 7.5.1' s.platform = :ios, '14.0' # Flutter.framework does not contain a i386 slice. From 26b025e69507a53734311db4a8dd191730c87fd1 Mon Sep 17 00:00:00 2001 From: AyushBherwani1998 Date: Thu, 8 Feb 2024 12:44:37 +0530 Subject: [PATCH 2/2] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11ebcad..d10f547 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add `web3auth_flutter` as a dependency to your `pubspec.yaml` file. ```yml dependencies: - web3auth_flutter: ^3.1.4 + web3auth_flutter: ^3.1.5 ``` or