diff options
Diffstat (limited to 'Hotline/Hotline.entitlements')
| -rw-r--r-- | Hotline/Hotline.entitlements | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Hotline/Hotline.entitlements b/Hotline/Hotline.entitlements index 5baba22..43dc1ea 100644 --- a/Hotline/Hotline.entitlements +++ b/Hotline/Hotline.entitlements @@ -2,10 +2,6 @@ <!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.aps-environment</key> - <string>development</string> <key>com.apple.developer.icloud-container-identifiers</key> <array> <string>iCloud.pizza.unlimited.hotline</string> @@ -14,15 +10,5 @@ <array> <string>CloudKit</string> </array> - <key>com.apple.security.app-sandbox</key> - <true/> - <key>com.apple.security.files.downloads.read-write</key> - <true/> - <key>com.apple.security.files.user-selected.read-only</key> - <true/> - <key>com.apple.security.files.user-selected.read-write</key> - <true/> - <key>com.apple.security.network.client</key> - <true/> </dict> </plist> |