Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfusedVorlon committed Jun 14, 2021
1 parent 3916321 commit a84dd63
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,21 @@ When using this class, if the user needs to give permission to access the folder
How to Use
====================

### CocoaPods
### SwiftPackageManager

Standard drill!

### CocoaPods (deprecated!)


```ruby
pod 'SwiftySandboxFileAccess'
```

I won't be publishing podspec updates any more.

### Entitlements:

In Xcode click on your project file, then the Capabilities tab. Turn on App Sandbox and change 'User Selected File' to 'Read/Write' or 'Read Only', whichever you need. In your project Xcode will have created a .entitlements file. Open this and you should see the below. If you plan on persisting permissions you'll need to add the third entitlement.

![](Screenshots/screenshot-2.png)
Expand Down

0 comments on commit a84dd63

Please sign in to comment.