summaryrefslogtreecommitdiff
path: root/Juick/Juick.entitlements
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Juick.entitlements')
-rw-r--r--Juick/Juick.entitlements32
1 files changed, 18 insertions, 14 deletions
diff --git a/Juick/Juick.entitlements b/Juick/Juick.entitlements
index d8c59dc..5d9dec6 100644
--- a/Juick/Juick.entitlements
+++ b/Juick/Juick.entitlements
@@ -1,18 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
-<dict>
- <key>aps-environment</key>
- <string>development</string>
- <key>com.apple.developer.associated-domains</key>
- <array>
- <string>webcredentials:juick.com</string>
- </array>
- <key>com.apple.security.app-sandbox</key>
- <true/>
- <key>com.apple.security.network.client</key>
- <true/>
- <key>com.apple.security.personal-information.photos-library</key>
- <true/>
-</dict>
+ <dict>
+ <key>aps-environment</key>
+ <string>development</string>
+ <key>com.apple.developer.associated-domains</key>
+ <array>
+ <string>webcredentials:juick.com</string>
+ </array>
+ <key>com.apple.security.app-sandbox</key>
+ <true/>
+ <key>com.apple.security.network.client</key>
+ <true/>
+ <key>com.apple.security.personal-information.photos-library</key>
+ <true/>
+ <key>com.apple.security.app-sandbox</key>
+ <true/>
+ <key>com.apple.security.files.user-selected.read-only</key>
+ <true/>
+ </dict>
</plist>