aboutsummaryrefslogtreecommitdiff
path: root/Map/Map.entitlements
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-09-16 11:10:32 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2024-09-16 11:10:32 +0200
commite2c37ac1dd2ad562e3d619d39b72a174a2212b67 (patch)
treed4da2c0a12db0473eb4030014a92045eebe38834 /Map/Map.entitlements
parentfdb4633d3e9158e457d57e820df6e1efb4df39c2 (diff)
Map 3 first commit: files, groups and layout
Diffstat (limited to 'Map/Map.entitlements')
-rw-r--r--Map/Map.entitlements18
1 files changed, 4 insertions, 14 deletions
diff --git a/Map/Map.entitlements b/Map/Map.entitlements
index 6060301..6d968ed 100644
--- a/Map/Map.entitlements
+++ b/Map/Map.entitlements
@@ -2,19 +2,9 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>com.apple.developer.aps-environment</key>
- <string>development</string>
- <key>com.apple.developer.icloud-container-identifiers</key>
- <array>
- <string>iCloud.pizza.unlimited.map</string>
- </array>
- <key>com.apple.developer.icloud-services</key>
- <array>
- <string>CloudKit</string>
- </array>
- <key>com.apple.security.app-sandbox</key>
- <true/>
- <key>com.apple.security.files.user-selected.read-write</key>
- <true/>
+ <key>com.apple.security.app-sandbox</key>
+ <true/>
+ <key>com.apple.security.files.user-selected.read-write</key>
+ <true/>
</dict>
</plist>