Skip to content

Commit 79308dc

Browse files
update ios pnp docs
1 parent 02881c6 commit 79308dc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/common/sdk/pnp/ios/_cocoapods.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ To install the Web3Auth SDK using Cocoapods, follow the below steps:
33
1. Open the Podfile, and add the Web3Auth pod:
44

55
```sh
6-
pod 'Web3Auth', '~> 10.0.1'
6+
pod 'Web3Auth', '~> 11.0.1'
77
```
88

99
2. Once added, use `pod install` command to download the Web3Auth dependency.

src/common/sdk/pnp/ios/_spm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
https://github.com/Web3Auth/web3auth-swift-sdk
77
```
88

9-
From the `Dependency Rule` dropdown, select `Exact Version` and enter `10.0.1` as the version.
9+
From the `Dependency Rule` dropdown, select `Exact Version` and enter `11.0.1` as the version.
1010

1111
3. When finished, Xcode will automatically begin resolving and downloading your dependencies in the
1212
background.

src/common/versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const pnpWebVersion = `9.3.x`;
22
export const pnpAndroidVersion = `9.0.3`;
3-
export const pnpIOSVersion = `10.0.1`;
3+
export const pnpIOSVersion = `11.0.1`;
44
export const pnpRNVersion = `7.0.x`;
55
export const pnpFlutterVersion = `5.0.4`;
66
export const pnpUnityVersion = `5.x.x`;

0 commit comments

Comments
 (0)