diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-11-27 23:38:04 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-11-27 23:38:04 +0100 |
| commit | 213710bf5bd6413c747bf126db50816ef5de5a6e (patch) | |
| tree | 912f8cf87955a08077c92fea8ad934f50b7ab975 /Hotline/Hotline.entitlements | |
| parent | f466b21dc02f78c984ba6748e703f6780a7a0db4 (diff) | |
| parent | 6a95b53616a4abfa306ddce43151cf4fefbd20ed (diff) | |
Merge remote-tracking branch 'upstream/main'
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> |