]> git.r.bdr.sh - rbdr/captura/blob - Captura/Captura.entitlements
f6cc65ed7f8d9b4aa170c04fd0b6cb873219fcab
[rbdr/captura] / Captura / Captura.entitlements
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>com.apple.developer.aps-environment</key>
6 <string>development</string>
7 <key>com.apple.developer.icloud-container-identifiers</key>
8 <array>
9 <string>iCloud.pizza.unlimited.captura</string>
10 </array>
11 <key>com.apple.developer.icloud-services</key>
12 <array>
13 <string>CloudKit</string>
14 </array>
15 <key>com.apple.developer.ubiquity-kvstore-identifier</key>
16 <string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
17 <key>com.apple.security.app-sandbox</key>
18 <true/>
19 <key>com.apple.security.assets.pictures.read-write</key>
20 <true/>
21 <key>com.apple.security.files.user-selected.read-only</key>
22 <true/>
23 <key>com.apple.security.network.client</key>
24 <true/>
25 </dict>
26 </plist>