Skip to content

Commit

Permalink
Merge pull request #65 from Web3Auth/ios/update-sdk
Browse files Browse the repository at this point in the history
Update iOS SDK
  • Loading branch information
chaitanyapotti authored Feb 8, 2024
2 parents 1adb3c9 + 26b025e commit 7bca0bf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class _MyAppState extends State<MyApp> 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,
Expand Down
2 changes: 1 addition & 1 deletion ios/web3auth_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7bca0bf

Please sign in to comment.