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