[Libreoffice-commits] online.git: ios/Mobile

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Nov 27 14:09:05 UTC 2018


 ios/Mobile/Info.plist.in |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

New commits:
commit 4f37dcaa81c0c6b2c09b133a061cc651465d9d8f
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Nov 27 15:33:29 2018 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Nov 27 15:33:29 2018 +0200

    Include the Liberation fonts
    
    Change-Id: I016e158c650a8ae57b7e0b17a763f997d5532abc

diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in
index 430213fd8..9087da624 100644
--- a/ios/Mobile/Info.plist.in
+++ b/ios/Mobile/Info.plist.in
@@ -2,6 +2,25 @@
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
+	<key>UIAppFonts</key>
+	<array>
+        <string>share/fonts/truetype/LiberationMono-Bold.ttf</string>
+        <string>share/fonts/truetype/LiberationMono-BoldItalic.ttf</string>
+        <string>share/fonts/truetype/LiberationMono-Italic.ttf</string>
+        <string>share/fonts/truetype/LiberationMono-Regular.ttf</string>
+        <string>share/fonts/truetype/LiberationSans-Bold.ttf</string>
+        <string>share/fonts/truetype/LiberationSans-BoldItalic.ttf</string>
+        <string>share/fonts/truetype/LiberationSans-Italic.ttf</string>
+        <string>share/fonts/truetype/LiberationSans-Regular.ttf</string>
+        <string>share/fonts/truetype/LiberationSansNarrow-Bold.ttf</string>
+        <string>share/fonts/truetype/LiberationSansNarrow-BoldItalic.ttf</string>
+        <string>share/fonts/truetype/LiberationSansNarrow-Italic.ttf</string>
+        <string>share/fonts/truetype/LiberationSansNarrow-Regular.ttf</string>
+        <string>share/fonts/truetype/LiberationSerif-Bold.ttf</string>
+        <string>share/fonts/truetype/LiberationSerif-BoldItalic.ttf</string>
+        <string>share/fonts/truetype/LiberationSerif-Italic.ttf</string>
+        <string>share/fonts/truetype/LiberationSerif-Regular.ttf</string>
+	</array>
 	<key>CFBundleLocalizations</key>
 	<array>
 		<string>en</string>


More information about the Libreoffice-commits mailing list