Skip to content

Commit e1285b8

Browse files
authored
Update SPM instructions (#120)
1 parent 87de50a commit e1285b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@ Then run `carthage bootstrap --use-xcframeworks`.
6262

6363
If you are using the Swift Package Manager, open the following menu item in Xcode:
6464

65-
**File > Swift Packages > Add Package Dependency...**
65+
**File > Add Packages...**
6666

67-
In the **Choose Package Repository** prompt add this url:
67+
In the **Search or Enter Package URL** search box enter this url:
6868

6969
```
7070
https://github.com/auth0/SimpleKeychain.git
7171
```
7272

73-
Then, press **Next** and complete the remaining steps.
73+
Then select the dependency rule and press **Add Package**.
7474

75-
> For more information on SPM, check [its official documentation](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app).
75+
> For further reference on SPM, check [its official documentation](https://developer.apple.com/documentation/swift_packages/adding_package_dependencies_to_your_app).
7676
7777
## Usage
7878

0 commit comments

Comments
 (0)