Skip to content

Commit b0261b3

Browse files
committed
Update README.md
1 parent 3c66891 commit b0261b3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,22 @@ Ready to use on iOS 11+. Supports iOS, tvOS and `SwiftUI`.
7373

7474
### Swift Package Manager
7575

76-
In Xcode go to `File` -> `Packages` -> `Update to Latest Package Versions` and insert url:
76+
In Xcode go to Project -> Your Project Name -> `Package Dependencies` -> Tap *Plus*. Insert url:
7777

7878
```
7979
https://github.com/sparrowcode/PermissionsKit
8080
```
8181

82-
or adding it to the `dependencies` value of your `Package.swift`:
82+
Next, choose the permissions you need. But don't add all of them, because apple will reject app.
83+
Or adding it to the `dependencies` of your `Package.swift`:
8384

8485
```swift
8586
dependencies: [
8687
.package(url: "https://github.com/sparrowcode/PermissionsKit", .upToNextMajor(from: "9.0.0"))
8788
]
8889
```
8990

90-
Next, choose the permissions you need. But don't add all of them, because apple will reject app.
91+
and choose valid targets.
9192

9293
### CocoaPods:
9394

0 commit comments

Comments
 (0)