forked from graphefruit/Beanconqueror
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEntitlements-Release.plist
More file actions
28 lines (28 loc) · 883 Bytes
/
Copy pathEntitlements-Release.plist
File metadata and controls
28 lines (28 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.associated-domains</key>
<array>
<string>webcredentials:beanconqueror.com</string>
<string>applinks:beanconqueror.com</string>
<string>activitycontinuation:beanconqueror.com</string>
</array>
<key>com.apple.developer.healthkit</key>
<true/>
<key>com.apple.developer.healthkit.access</key>
<array/>
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>iCloud.com.beanconqueror.app</string>
</array>
<key>com.apple.developer.icloud-services</key>
<array>
<string>CloudDocuments</string>
</array>
<key>com.apple.developer.ubiquity-container-identifiers</key>
<array>
<string>iCloud.com.beanconqueror.app</string>
</array>
</dict>
</plist>