summaryrefslogtreecommitdiffstats
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-11-05 14:26:50 +0200
committerTor Lillqvist <tml@iki.fi>2020-11-05 23:54:21 +0200
commit4fea146c74fd9d7cf335f622d9d6344f9c82cb61 (patch)
treee120cdd9e43f4351b96f35f2c617587e3c55592d /ios
parentAvoid showing the initial notebookbar iOS font button contents as "undefined" (diff)
downloadonline-4fea146c74fd9d7cf335f622d9d6344f9c82cb61.tar.gz
online-4fea146c74fd9d7cf335f622d9d6344f9c82cb61.zip
Add the com.apple.developer.user-fonts entitlement
Change-Id: I113e6d6a9702509a61fb2e5eb3ad7949fa836dda Signed-off-by: Tor Lillqvist <tml@collabora.com> (cherry picked from commit f52a38996ac2e57658faca513dbf02ea02dbaa7d)
Diffstat (limited to 'ios')
-rw-r--r--ios/Mobile/Mobile.entitlements4
1 files changed, 4 insertions, 0 deletions
diff --git a/ios/Mobile/Mobile.entitlements b/ios/Mobile/Mobile.entitlements
index 367dc1be82..91bdef4085 100644
--- a/ios/Mobile/Mobile.entitlements
+++ b/ios/Mobile/Mobile.entitlements
@@ -16,5 +16,9 @@
</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>