]> git.r.bdr.sh - rbdr/captura/blame - Captura/Captura.entitlements
Format the code
[rbdr/captura] / Captura / Captura.entitlements
CommitLineData
bf063563
RBR
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>
9be247c3
RBR
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>
bf063563
RBR
10 <key>com.apple.developer.aps-environment</key>
11 <string>development</string>
12 <key>com.apple.developer.icloud-container-identifiers</key>
533cd932
RBR
13 <array>
14 <string>iCloud.pizza.unlimited.captura</string>
15 </array>
bf063563 16 <key>com.apple.developer.icloud-services</key>
533cd932
RBR
17 <array>
18 <string>CloudKit</string>
19 </array>
377442f2
RBR
20 <key>com.apple.developer.ubiquity-kvstore-identifier</key>
21 <string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
bf063563
RBR
22 <key>com.apple.security.app-sandbox</key>
23 <true/>
a4e80427
RBR
24 <key>com.apple.security.assets.pictures.read-write</key>
25 <true/>
bf063563
RBR
26 <key>com.apple.security.files.user-selected.read-only</key>
27 <true/>
533cd932
RBR
28 <key>com.apple.security.network.client</key>
29 <true/>
bf063563
RBR
30</dict>
31</plist>