]> git.r.bdr.sh - rbdr/captura/blob - Captura/Captura.entitlements
Format the code
[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.security.temporary-exception.mach-lookup.global-name</key>
6 <array>
7 <string>$(PRODUCT_BUNDLE_IDENTIFIER)-spks</string>
8 <string>$(PRODUCT_BUNDLE_IDENTIFIER)-spki</string>
9 </array>
10 <key>com.apple.developer.aps-environment</key>
11 <string>development</string>
12 <key>com.apple.developer.icloud-container-identifiers</key>
13 <array>
14 <string>iCloud.pizza.unlimited.captura</string>
15 </array>
16 <key>com.apple.developer.icloud-services</key>
17 <array>
18 <string>CloudKit</string>
19 </array>
20 <key>com.apple.developer.ubiquity-kvstore-identifier</key>
21 <string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
22 <key>com.apple.security.app-sandbox</key>
23 <true/>
24 <key>com.apple.security.assets.pictures.read-write</key>
25 <true/>
26 <key>com.apple.security.files.user-selected.read-only</key>
27 <true/>
28 <key>com.apple.security.network.client</key>
29 <true/>
30 </dict>
31 </plist>