|
Bogdan Timofte
authored
2 weeks ago
|
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.icloud-container-identifiers</key>
|
|
|
6
|
<array/>
|
|
|
7
|
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
|
|
|
8
|
<string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
|
|
|
9
|
<key>com.apple.security.app-sandbox</key>
|
|
|
10
|
<true/>
|
|
|
11
|
<key>com.apple.security.device.bluetooth</key>
|
|
|
12
|
<true/>
|
|
|
13
|
</dict>
|
|
|
14
|
</plist>
|