4fea146c74
Change-Id: I113e6d6a9702509a61fb2e5eb3ad7949fa836dda Signed-off-by: Tor Lillqvist <tml@collabora.com> (cherry picked from commit f52a38996ac2e57658faca513dbf02ea02dbaa7d)
24 lines
761 B
XML
24 lines
761 B
XML
<?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.icloud-container-identifiers</key>
|
|
<array>
|
|
<string>iCloud.$(CFBundleIdentifier)</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.$(CFBundleIdentifier)</string>
|
|
</array>
|
|
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
|
|
<string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
|
|
<key>com.apple.developer.user-fonts</key>
|
|
<array>
|
|
<string>app-usage</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|