You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,17 +62,17 @@ Then run `carthage bootstrap --use-xcframeworks`.
62
62
63
63
If you are using the Swift Package Manager, open the following menu item in Xcode:
64
64
65
-
**File > Swift Packages > Add Package Dependency...**
65
+
**File > Add Packages...**
66
66
67
-
In the **Choose Package Repository**prompt add this url:
67
+
In the **Search or Enter Package URL**search box enter this url:
68
68
69
69
```
70
70
https://github.com/auth0/SimpleKeychain.git
71
71
```
72
72
73
-
Then, press **Next** and complete the remaining steps.
73
+
Then select the dependency rule and press **Add Package**.
74
74
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).
0 commit comments