libreoffice-online/ios/Mobile/Mobile.entitlements
Tor Lillqvist 4fea146c74 Add the com.apple.developer.user-fonts entitlement
Change-Id: I113e6d6a9702509a61fb2e5eb3ad7949fa836dda
Signed-off-by: Tor Lillqvist <tml@collabora.com>
(cherry picked from commit f52a38996ac2e57658faca513dbf02ea02dbaa7d)
2020-11-05 23:54:21 +02:00

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>