File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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```
7979https://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
8586dependencies: [
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
You can’t perform that action at this time.
0 commit comments