[Libreoffice-commits] online.git: 2 commits - ios/Mobile
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Mon Apr 27 10:22:32 UTC 2020
ios/Mobile/Info.plist.in | 1164 +++++++++++++++++++++++------------------------
1 file changed, 582 insertions(+), 582 deletions(-)
New commits:
commit edf217e1e4ae27ed04046a84f93b741420c3e646
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Apr 27 12:59:49 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Apr 27 13:13:01 2020 +0300
Re-order to be in same order (alphabetical) as Xcode writes
Change-Id: I2e0999a11206f2f212534941a81abaab6dcc87df
diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in
index 1a06787c1..2b716ded1 100644
--- a/ios/Mobile/Info.plist.in
+++ b/ios/Mobile/Info.plist.in
@@ -2,6 +2,229 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>$(DEVELOPMENT_LANGUAGE)</string>
+ <key>CFBundleDisplayName</key>
+ <string>@APP_NAME@</string>
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <!-- Some of these then have entries in the UTExportedTypeDeclarations array, some in the
+ UTImportedTypeDeclarations array, but some in neither. Not sure I remember what the
+ exact intent has been, if there has been one. Actually this mess is more like the end
+ result of vague hacking until things kinda seem to work. There is sadly little clear
+ and exact documentation for this. It is especially hard to figure out what types are
+ pre-defined by the system and don't need to be mentioned in the
+ UTImportedTypeDeclarations array at all (and presumably even less in the
+ UTExportedTypeDeclarations one). -->
+ <!-- Document sub-types are listed in order ODF, OOXML, MSO, other -->
+ <!-- Writer document types -->
+ <dict>
+ <key>CFBundleTypeName</key>
+ <string>OpenDocument Text</string>
+ <key>LSHandlerRank</key>
+ <string>Owner</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>org.oasis-open.opendocument.text</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeName</key>
+ <string>OpenDocument Flat Text</string>
+ <key>LSHandlerRank</key>
+ <string>Default</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>com.collabora.office.uti.fodt</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>Office Open XML Text</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>org.openxmlformats.wordprocessingml.document</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>Microsoft Word Document</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>com.microsoft.word.doc</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>Plain Text</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>public.text</string>
+ </array>
+ </dict>
+ <!-- Calc document types -->
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>OpenDocument Spreadsheet</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Owner</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>org.oasis-open.opendocument.spreadsheet</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>Office Open XML Spreadsheet</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>org.openxmlformats.spreadsheetml.sheet</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>Microsoft Excel Spreadsheet</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>com.microsoft.excel.xls</string>
+ </array>
+ </dict>
+ <!-- Impress document types -->
+ <dict>
+ <key>CFBundleTypeName</key>
+ <string>OpenDocument Presentation</string>
+ <key>LSHandlerRank</key>
+ <string>Owner</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>org.oasis-open.opendocument.presentation</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>Office Open XML Presentation</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>org.openxmlformats.presentationml.presentation</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>Microsoft PowerPoint Presentation</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>com.microsoft.powerpoint.ppt</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>Visio Document</string>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>com.collabora.office.uti.vsd</string>
+ </array>
+ </dict>
+ </array>
+ <key>CFBundleExecutable</key>
+ <string>$(EXECUTABLE_NAME)</string>
+ <key>CFBundleIdentifier</key>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleLocalizations</key>
+ <array>
+ <string>en</string>
+ <string>da</string>
+ <string>de</string>
+ <string>el</string>
+ <string>es</string>
+ <string>fr</string>
+ <string>hu</string>
+ <string>is</string>
+ <string>it</string>
+ <string>ja</string>
+ <string>ko</string>
+ <string>nb</string>
+ <string>nl</string>
+ <string>nn</string>
+ <string>pl</string>
+ <string>pt</string>
+ <string>pt-BR</string>
+ <string>ru</string>
+ <string>sk</string>
+ <string>sv</string>
+ <string>tr</string>
+ <string>zh-CN</string>
+ <string>zh-TW</string>
+ </array>
+ <key>CFBundleName</key>
+ <string>$(PRODUCT_NAME)</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>4.2.4</string>
+ <key>CFBundleVersion</key>
+ <string>@IOSAPP_BUNDLE_VERSION@</string>
+ <key>LSRequiresIPhoneOS</key>
+ <true/>
+ <key>LSSupportsOpeningDocumentsInPlace</key>
+ <true/>
+ <key>NSCameraUsageDescription</key>
+ <string>$(PRODUCT_NAME) requires access to the camera in order for you to be able to take photos to be inserted while editing a document.</string>
+ <key>NSPhotoLibraryUsageDescription</key>
+ <string>$(PRODUCT_NAME) requires access to the photo library in order for you to be able to insert images into documents.</string>
<key>UIAppFonts</key>
<array>
<string>share/fonts/truetype/Alef-Bold.ttf</string>
@@ -198,227 +421,8 @@
<string>share/fonts/truetype/opens___.ttf</string>
@IOSAPP_FONTS@
</array>
- <key>CFBundleLocalizations</key>
- <array>
- <string>en</string>
- <string>da</string>
- <string>de</string>
- <string>el</string>
- <string>es</string>
- <string>fr</string>
- <string>hu</string>
- <string>is</string>
- <string>it</string>
- <string>ja</string>
- <string>ko</string>
- <string>nb</string>
- <string>nl</string>
- <string>nn</string>
- <string>pl</string>
- <string>pt</string>
- <string>pt-BR</string>
- <string>ru</string>
- <string>sk</string>
- <string>sv</string>
- <string>tr</string>
- <string>zh-CN</string>
- <string>zh-TW</string>
- </array>
- <key>CFBundleDevelopmentRegion</key>
- <string>$(DEVELOPMENT_LANGUAGE)</string>
- <key>CFBundleDisplayName</key>
- <string>@APP_NAME@</string>
- <key>CFBundleDocumentTypes</key>
- <array>
- <!-- Some of these then have entries in the UTExportedTypeDeclarations array, some in the
- UTImportedTypeDeclarations array, but some in neither. Not sure I remember what the
- exact intent has been, if there has been one. Actually this mess is more like the end
- result of vague hacking until things kinda seem to work. There is sadly little clear
- and exact documentation for this. It is especially hard to figure out what types are
- pre-defined by the system and don't need to be mentioned in the
- UTImportedTypeDeclarations array at all (and presumably even less in the
- UTExportedTypeDeclarations one). -->
- <!-- Document sub-types are listed in order ODF, OOXML, MSO, other -->
- <!-- Writer document types -->
- <dict>
- <key>CFBundleTypeName</key>
- <string>OpenDocument Text</string>
- <key>LSHandlerRank</key>
- <string>Owner</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>org.oasis-open.opendocument.text</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeName</key>
- <string>OpenDocument Flat Text</string>
- <key>LSHandlerRank</key>
- <string>Default</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>com.collabora.office.uti.fodt</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>Office Open XML Text</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>org.openxmlformats.wordprocessingml.document</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>Microsoft Word Document</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>com.microsoft.word.doc</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>Plain Text</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>public.text</string>
- </array>
- </dict>
- <!-- Calc document types -->
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>OpenDocument Spreadsheet</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>LSHandlerRank</key>
- <string>Owner</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>org.oasis-open.opendocument.spreadsheet</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>Office Open XML Spreadsheet</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>org.openxmlformats.spreadsheetml.sheet</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>Microsoft Excel Spreadsheet</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>com.microsoft.excel.xls</string>
- </array>
- </dict>
- <!-- Impress document types -->
- <dict>
- <key>CFBundleTypeName</key>
- <string>OpenDocument Presentation</string>
- <key>LSHandlerRank</key>
- <string>Owner</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>org.oasis-open.opendocument.presentation</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>Office Open XML Presentation</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>org.openxmlformats.presentationml.presentation</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>Microsoft PowerPoint Presentation</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>com.microsoft.powerpoint.ppt</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>Visio Document</string>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>com.collabora.office.uti.vsd</string>
- </array>
- </dict>
- </array>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>$(PRODUCT_NAME)</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>4.2.4</string>
- <key>CFBundleVersion</key>
- <string>@IOSAPP_BUNDLE_VERSION@</string>
- <key>LSRequiresIPhoneOS</key>
- <true/>
<key>UIFileSharingEnabled</key>
<true/>
- <key>LSSupportsOpeningDocumentsInPlace</key>
- <true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
@@ -607,9 +611,5 @@
</dict>
</dict>
</array>
- <key>NSCameraUsageDescription</key>
- <string>$(PRODUCT_NAME) requires access to the camera in order for you to be able to take photos to be inserted while editing a document.</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>$(PRODUCT_NAME) requires access to the photo library in order for you to be able to insert images into documents.</string>
</dict>
</plist>
commit b068e556dedd5212603863cd5ae119f4c0d9352a
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Apr 27 12:52:07 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Apr 27 13:12:55 2020 +0300
Make the Info.plist.in more like what Xcode writes
If you edit the Info.plist in Xcode, it is written with TABs and
eight-column indentation steps. Make the Info.plist.in the same to
make it easier to compare what changes in case you do some intentional
change in Xcode first.
This commit has only whitespace changes.
Change-Id: I0878eac5e19f666426ab67dd8e3c425027036756
diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in
index 8971a6d7e..1a06787c1 100644
--- a/ios/Mobile/Info.plist.in
+++ b/ios/Mobile/Info.plist.in
@@ -1,202 +1,202 @@
-<?xml version="1.0" encoding="UTF-8"?> <!-- -*- Mode: nXML; tab-width: 4; indent-tabs-mode: nil; nxml-child-indent:4; fill-column: 100 -*- -->
+<?xml version="1.0" encoding="UTF-8"?> <!-- -*- Mode: nXML; tab-width: 8; indent-tabs-mode: t; nxml-child-indent:8; fill-column: 100 -*- -->
<!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/Alef-Bold.ttf</string>
- <string>share/fonts/truetype/Alef-Regular.ttf</string>
- <string>share/fonts/truetype/Amiri-Bold.ttf</string>
- <string>share/fonts/truetype/Amiri-BoldSlanted.ttf</string>
- <string>share/fonts/truetype/Amiri-Regular.ttf</string>
- <string>share/fonts/truetype/Amiri-Slanted.ttf</string>
- <string>share/fonts/truetype/AmiriQuran.ttf</string>
- <string>share/fonts/truetype/Caladea-Bold.ttf</string>
- <string>share/fonts/truetype/Caladea-BoldItalic.ttf</string>
- <string>share/fonts/truetype/Caladea-Italic.ttf</string>
- <string>share/fonts/truetype/Caladea-Regular.ttf</string>
- <string>share/fonts/truetype/Carlito-Bold.ttf</string>
- <string>share/fonts/truetype/Carlito-BoldItalic.ttf</string>
- <string>share/fonts/truetype/Carlito-Italic.ttf</string>
- <string>share/fonts/truetype/Carlito-Regular.ttf</string>
- <string>share/fonts/truetype/DavidCLM-Bold.ttf</string>
- <string>share/fonts/truetype/DavidCLM-BoldItalic.ttf</string>
- <string>share/fonts/truetype/DavidCLM-Medium.ttf</string>
- <string>share/fonts/truetype/DavidCLM-MediumItalic.ttf</string>
- <string>share/fonts/truetype/DavidLibre-Bold.ttf</string>
- <string>share/fonts/truetype/DavidLibre-Regular.ttf</string>
- <string>share/fonts/truetype/DejaVuMathTeXGyre.ttf</string>
- <string>share/fonts/truetype/DejaVuSans-Bold.ttf</string>
- <string>share/fonts/truetype/DejaVuSans-BoldOblique.ttf</string>
- <string>share/fonts/truetype/DejaVuSans-ExtraLight.ttf</string>
- <string>share/fonts/truetype/DejaVuSans-Oblique.ttf</string>
- <string>share/fonts/truetype/DejaVuSans.ttf</string>
- <string>share/fonts/truetype/DejaVuSansCondensed-Bold.ttf</string>
- <string>share/fonts/truetype/DejaVuSansCondensed-BoldOblique.ttf</string>
- <string>share/fonts/truetype/DejaVuSansCondensed-Oblique.ttf</string>
- <string>share/fonts/truetype/DejaVuSansCondensed.ttf</string>
- <string>share/fonts/truetype/DejaVuSansMono-Bold.ttf</string>
- <string>share/fonts/truetype/DejaVuSansMono-BoldOblique.ttf</string>
- <string>share/fonts/truetype/DejaVuSansMono-Oblique.ttf</string>
- <string>share/fonts/truetype/DejaVuSansMono.ttf</string>
- <string>share/fonts/truetype/DejaVuSerif-Bold.ttf</string>
- <string>share/fonts/truetype/DejaVuSerif-BoldItalic.ttf</string>
- <string>share/fonts/truetype/DejaVuSerif-Italic.ttf</string>
- <string>share/fonts/truetype/DejaVuSerif.ttf</string>
- <string>share/fonts/truetype/DejaVuSerifCondensed-Bold.ttf</string>
- <string>share/fonts/truetype/DejaVuSerifCondensed-BoldItalic.ttf</string>
- <string>share/fonts/truetype/DejaVuSerifCondensed-Italic.ttf</string>
- <string>share/fonts/truetype/DejaVuSerifCondensed.ttf</string>
- <string>share/fonts/truetype/EmojiOneColor-SVGinOT.ttf</string>
- <string>share/fonts/truetype/FrankRuehlCLM-Bold.ttf</string>
- <string>share/fonts/truetype/FrankRuehlCLM-BoldOblique.ttf</string>
- <string>share/fonts/truetype/FrankRuehlCLM-Medium.ttf</string>
- <string>share/fonts/truetype/FrankRuehlCLM-MediumOblique.ttf</string>
- <string>share/fonts/truetype/FrankRuhlHofshi-Bold.otf</string>
- <string>share/fonts/truetype/FrankRuhlHofshi-Regular.otf</string>
- <string>share/fonts/truetype/GenBasB.ttf</string>
- <string>share/fonts/truetype/GenBasBI.ttf</string>
- <string>share/fonts/truetype/GenBasI.ttf</string>
- <string>share/fonts/truetype/GenBasR.ttf</string>
- <string>share/fonts/truetype/GenBkBasB.ttf</string>
- <string>share/fonts/truetype/GenBkBasBI.ttf</string>
- <string>share/fonts/truetype/GenBkBasI.ttf</string>
- <string>share/fonts/truetype/GenBkBasR.ttf</string>
- <string>share/fonts/truetype/KacstBook.ttf</string>
- <string>share/fonts/truetype/KacstOffice.ttf</string>
- <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>
- <string>share/fonts/truetype/LinBiolinum_RB_G.ttf</string>
- <string>share/fonts/truetype/LinBiolinum_RI_G.ttf</string>
- <string>share/fonts/truetype/LinBiolinum_R_G.ttf</string>
- <string>share/fonts/truetype/LinLibertine_DR_G.ttf</string>
- <string>share/fonts/truetype/LinLibertine_RBI_G.ttf</string>
- <string>share/fonts/truetype/LinLibertine_RB_G.ttf</string>
- <string>share/fonts/truetype/LinLibertine_RI_G.ttf</string>
- <string>share/fonts/truetype/LinLibertine_RZI_G.ttf</string>
- <string>share/fonts/truetype/LinLibertine_RZ_G.ttf</string>
- <string>share/fonts/truetype/LinLibertine_R_G.ttf</string>
- <string>share/fonts/truetype/MiriamCLM-Bold.ttf</string>
- <string>share/fonts/truetype/MiriamCLM-Book.ttf</string>
- <string>share/fonts/truetype/MiriamLibre-Bold.otf</string>
- <string>share/fonts/truetype/MiriamLibre-Regular.otf</string>
- <string>share/fonts/truetype/MiriamMonoCLM-Bold.ttf</string>
- <string>share/fonts/truetype/MiriamMonoCLM-BoldOblique.ttf</string>
- <string>share/fonts/truetype/MiriamMonoCLM-Book.ttf</string>
- <string>share/fonts/truetype/MiriamMonoCLM-BookOblique.ttf</string>
- <string>share/fonts/truetype/NachlieliCLM-Bold.otf</string>
- <string>share/fonts/truetype/NachlieliCLM-BoldOblique.otf</string>
- <string>share/fonts/truetype/NachlieliCLM-Light.otf</string>
- <string>share/fonts/truetype/NachlieliCLM-LightOblique.otf</string>
- <string>share/fonts/truetype/NotoKufiArabic-Bold.ttf</string>
- <string>share/fonts/truetype/NotoKufiArabic-Regular.ttf</string>
- <string>share/fonts/truetype/NotoMono-Regular.ttf</string>
- <string>share/fonts/truetype/NotoNaskhArabic-Bold.ttf</string>
- <string>share/fonts/truetype/NotoNaskhArabic-Regular.ttf</string>
- <string>share/fonts/truetype/NotoNaskhArabicUI-Bold.ttf</string>
- <string>share/fonts/truetype/NotoNaskhArabicUI-Regular.ttf</string>
- <string>share/fonts/truetype/NotoSans-Bold.ttf</string>
- <string>share/fonts/truetype/NotoSans-BoldItalic.ttf</string>
- <string>share/fonts/truetype/NotoSans-Condensed.ttf</string>
- <string>share/fonts/truetype/NotoSans-CondensedBold.ttf</string>
- <string>share/fonts/truetype/NotoSans-CondensedBoldItalic.ttf</string>
- <string>share/fonts/truetype/NotoSans-CondensedItalic.ttf</string>
- <string>share/fonts/truetype/NotoSans-Italic.ttf</string>
- <string>share/fonts/truetype/NotoSans-Light.ttf</string>
- <string>share/fonts/truetype/NotoSans-LightItalic.ttf</string>
- <string>share/fonts/truetype/NotoSans-Regular.ttf</string>
- <string>share/fonts/truetype/NotoSansArabic-Bold.ttf</string>
- <string>share/fonts/truetype/NotoSansArabic-Regular.ttf</string>
- <string>share/fonts/truetype/NotoSansArabicUI-Bold.ttf</string>
- <string>share/fonts/truetype/NotoSansArabicUI-Regular.ttf</string>
- <string>share/fonts/truetype/NotoSansArmenian-Bold.ttf</string>
- <string>share/fonts/truetype/NotoSansArmenian-Regular.ttf</string>
- <string>share/fonts/truetype/NotoSansGeorgian-Bold.ttf</string>
- <string>share/fonts/truetype/NotoSansGeorgian-Regular.ttf</string>
- <string>share/fonts/truetype/NotoSansHebrew-Bold.ttf</string>
- <string>share/fonts/truetype/NotoSansHebrew-Regular.ttf</string>
- <string>share/fonts/truetype/NotoSansLao-Bold.ttf</string>
- <string>share/fonts/truetype/NotoSansLao-Regular.ttf</string>
- <string>share/fonts/truetype/NotoSansLisu-Regular.ttf</string>
- <string>share/fonts/truetype/NotoSerif-Bold.ttf</string>
- <string>share/fonts/truetype/NotoSerif-BoldItalic.ttf</string>
- <string>share/fonts/truetype/NotoSerif-Condensed.ttf</string>
- <string>share/fonts/truetype/NotoSerif-CondensedBold.ttf</string>
- <string>share/fonts/truetype/NotoSerif-CondensedBoldItalic.ttf</string>
- <string>share/fonts/truetype/NotoSerif-CondensedItalic.ttf</string>
- <string>share/fonts/truetype/NotoSerif-Italic.ttf</string>
- <string>share/fonts/truetype/NotoSerif-Light.ttf</string>
- <string>share/fonts/truetype/NotoSerif-LightItalic.ttf</string>
- <string>share/fonts/truetype/NotoSerif-Regular.ttf</string>
- <string>share/fonts/truetype/NotoSerifArmenian-Bold.ttf</string>
- <string>share/fonts/truetype/NotoSerifArmenian-Regular.ttf</string>
- <string>share/fonts/truetype/NotoSerifGeorgian-Bold.ttf</string>
- <string>share/fonts/truetype/NotoSerifGeorgian-Regular.ttf</string>
- <string>share/fonts/truetype/NotoSerifHebrew-Bold.ttf</string>
- <string>share/fonts/truetype/NotoSerifHebrew-Regular.ttf</string>
- <string>share/fonts/truetype/NotoSerifLao-Bold.ttf</string>
- <string>share/fonts/truetype/NotoSerifLao-Regular.ttf</string>
- <string>share/fonts/truetype/ReemKufi-Regular.ttf</string>
- <string>share/fonts/truetype/Rubik-Bold.ttf</string>
- <string>share/fonts/truetype/Rubik-BoldItalic.ttf</string>
- <string>share/fonts/truetype/Rubik-Italic.ttf</string>
- <string>share/fonts/truetype/Rubik-Regular.ttf</string>
- <string>share/fonts/truetype/Scheherazade-Bold.ttf</string>
- <string>share/fonts/truetype/Scheherazade-Regular.ttf</string>
- <string>share/fonts/truetype/SourceCodePro-Black.ttf</string>
- <string>share/fonts/truetype/SourceCodePro-BlackIt.ttf</string>
- <string>share/fonts/truetype/SourceCodePro-Bold.ttf</string>
- <string>share/fonts/truetype/SourceCodePro-BoldIt.ttf</string>
- <string>share/fonts/truetype/SourceCodePro-ExtraLight.ttf</string>
- <string>share/fonts/truetype/SourceCodePro-ExtraLightIt.ttf</string>
- <string>share/fonts/truetype/SourceCodePro-It.ttf</string>
- <string>share/fonts/truetype/SourceCodePro-Light.ttf</string>
- <string>share/fonts/truetype/SourceCodePro-LightIt.ttf</string>
- <string>share/fonts/truetype/SourceCodePro-Medium.ttf</string>
- <string>share/fonts/truetype/SourceCodePro-MediumIt.ttf</string>
- <string>share/fonts/truetype/SourceCodePro-Regular.ttf</string>
- <string>share/fonts/truetype/SourceCodePro-Semibold.ttf</string>
- <string>share/fonts/truetype/SourceCodePro-SemiboldIt.ttf</string>
- <string>share/fonts/truetype/SourceSansPro-Black.ttf</string>
- <string>share/fonts/truetype/SourceSansPro-BlackIt.ttf</string>
- <string>share/fonts/truetype/SourceSansPro-Bold.ttf</string>
- <string>share/fonts/truetype/SourceSansPro-BoldIt.ttf</string>
- <string>share/fonts/truetype/SourceSansPro-ExtraLight.ttf</string>
- <string>share/fonts/truetype/SourceSansPro-ExtraLightIt.ttf</string>
- <string>share/fonts/truetype/SourceSansPro-It.ttf</string>
- <string>share/fonts/truetype/SourceSansPro-Light.ttf</string>
- <string>share/fonts/truetype/SourceSansPro-LightIt.ttf</string>
- <string>share/fonts/truetype/SourceSansPro-Regular.ttf</string>
- <string>share/fonts/truetype/SourceSansPro-Semibold.ttf</string>
- <string>share/fonts/truetype/SourceSansPro-SemiboldIt.ttf</string>
- <string>share/fonts/truetype/SourceSerifPro-Black.ttf</string>
- <string>share/fonts/truetype/SourceSerifPro-BlackIt.ttf</string>
- <string>share/fonts/truetype/SourceSerifPro-Bold.ttf</string>
- <string>share/fonts/truetype/SourceSerifPro-BoldIt.ttf</string>
- <string>share/fonts/truetype/SourceSerifPro-ExtraLight.ttf</string>
- <string>share/fonts/truetype/SourceSerifPro-ExtraLightIt.ttf</string>
- <string>share/fonts/truetype/SourceSerifPro-It.ttf</string>
- <string>share/fonts/truetype/SourceSerifPro-Light.ttf</string>
- <string>share/fonts/truetype/SourceSerifPro-LightIt.ttf</string>
- <string>share/fonts/truetype/SourceSerifPro-Regular.ttf</string>
- <string>share/fonts/truetype/SourceSerifPro-Semibold.ttf</string>
- <string>share/fonts/truetype/SourceSerifPro-SemiboldIt.ttf</string>
- <string>share/fonts/truetype/opens___.ttf</string>
- @IOSAPP_FONTS@
+ <string>share/fonts/truetype/Alef-Bold.ttf</string>
+ <string>share/fonts/truetype/Alef-Regular.ttf</string>
+ <string>share/fonts/truetype/Amiri-Bold.ttf</string>
+ <string>share/fonts/truetype/Amiri-BoldSlanted.ttf</string>
+ <string>share/fonts/truetype/Amiri-Regular.ttf</string>
+ <string>share/fonts/truetype/Amiri-Slanted.ttf</string>
+ <string>share/fonts/truetype/AmiriQuran.ttf</string>
+ <string>share/fonts/truetype/Caladea-Bold.ttf</string>
+ <string>share/fonts/truetype/Caladea-BoldItalic.ttf</string>
+ <string>share/fonts/truetype/Caladea-Italic.ttf</string>
+ <string>share/fonts/truetype/Caladea-Regular.ttf</string>
+ <string>share/fonts/truetype/Carlito-Bold.ttf</string>
+ <string>share/fonts/truetype/Carlito-BoldItalic.ttf</string>
+ <string>share/fonts/truetype/Carlito-Italic.ttf</string>
+ <string>share/fonts/truetype/Carlito-Regular.ttf</string>
+ <string>share/fonts/truetype/DavidCLM-Bold.ttf</string>
+ <string>share/fonts/truetype/DavidCLM-BoldItalic.ttf</string>
+ <string>share/fonts/truetype/DavidCLM-Medium.ttf</string>
+ <string>share/fonts/truetype/DavidCLM-MediumItalic.ttf</string>
+ <string>share/fonts/truetype/DavidLibre-Bold.ttf</string>
+ <string>share/fonts/truetype/DavidLibre-Regular.ttf</string>
+ <string>share/fonts/truetype/DejaVuMathTeXGyre.ttf</string>
+ <string>share/fonts/truetype/DejaVuSans-Bold.ttf</string>
+ <string>share/fonts/truetype/DejaVuSans-BoldOblique.ttf</string>
+ <string>share/fonts/truetype/DejaVuSans-ExtraLight.ttf</string>
+ <string>share/fonts/truetype/DejaVuSans-Oblique.ttf</string>
+ <string>share/fonts/truetype/DejaVuSans.ttf</string>
+ <string>share/fonts/truetype/DejaVuSansCondensed-Bold.ttf</string>
+ <string>share/fonts/truetype/DejaVuSansCondensed-BoldOblique.ttf</string>
+ <string>share/fonts/truetype/DejaVuSansCondensed-Oblique.ttf</string>
+ <string>share/fonts/truetype/DejaVuSansCondensed.ttf</string>
+ <string>share/fonts/truetype/DejaVuSansMono-Bold.ttf</string>
+ <string>share/fonts/truetype/DejaVuSansMono-BoldOblique.ttf</string>
+ <string>share/fonts/truetype/DejaVuSansMono-Oblique.ttf</string>
+ <string>share/fonts/truetype/DejaVuSansMono.ttf</string>
+ <string>share/fonts/truetype/DejaVuSerif-Bold.ttf</string>
+ <string>share/fonts/truetype/DejaVuSerif-BoldItalic.ttf</string>
+ <string>share/fonts/truetype/DejaVuSerif-Italic.ttf</string>
+ <string>share/fonts/truetype/DejaVuSerif.ttf</string>
+ <string>share/fonts/truetype/DejaVuSerifCondensed-Bold.ttf</string>
+ <string>share/fonts/truetype/DejaVuSerifCondensed-BoldItalic.ttf</string>
+ <string>share/fonts/truetype/DejaVuSerifCondensed-Italic.ttf</string>
+ <string>share/fonts/truetype/DejaVuSerifCondensed.ttf</string>
+ <string>share/fonts/truetype/EmojiOneColor-SVGinOT.ttf</string>
+ <string>share/fonts/truetype/FrankRuehlCLM-Bold.ttf</string>
+ <string>share/fonts/truetype/FrankRuehlCLM-BoldOblique.ttf</string>
+ <string>share/fonts/truetype/FrankRuehlCLM-Medium.ttf</string>
+ <string>share/fonts/truetype/FrankRuehlCLM-MediumOblique.ttf</string>
+ <string>share/fonts/truetype/FrankRuhlHofshi-Bold.otf</string>
+ <string>share/fonts/truetype/FrankRuhlHofshi-Regular.otf</string>
+ <string>share/fonts/truetype/GenBasB.ttf</string>
+ <string>share/fonts/truetype/GenBasBI.ttf</string>
+ <string>share/fonts/truetype/GenBasI.ttf</string>
+ <string>share/fonts/truetype/GenBasR.ttf</string>
+ <string>share/fonts/truetype/GenBkBasB.ttf</string>
+ <string>share/fonts/truetype/GenBkBasBI.ttf</string>
+ <string>share/fonts/truetype/GenBkBasI.ttf</string>
+ <string>share/fonts/truetype/GenBkBasR.ttf</string>
+ <string>share/fonts/truetype/KacstBook.ttf</string>
+ <string>share/fonts/truetype/KacstOffice.ttf</string>
+ <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>
+ <string>share/fonts/truetype/LinBiolinum_RB_G.ttf</string>
+ <string>share/fonts/truetype/LinBiolinum_RI_G.ttf</string>
+ <string>share/fonts/truetype/LinBiolinum_R_G.ttf</string>
+ <string>share/fonts/truetype/LinLibertine_DR_G.ttf</string>
+ <string>share/fonts/truetype/LinLibertine_RBI_G.ttf</string>
+ <string>share/fonts/truetype/LinLibertine_RB_G.ttf</string>
+ <string>share/fonts/truetype/LinLibertine_RI_G.ttf</string>
+ <string>share/fonts/truetype/LinLibertine_RZI_G.ttf</string>
+ <string>share/fonts/truetype/LinLibertine_RZ_G.ttf</string>
+ <string>share/fonts/truetype/LinLibertine_R_G.ttf</string>
+ <string>share/fonts/truetype/MiriamCLM-Bold.ttf</string>
+ <string>share/fonts/truetype/MiriamCLM-Book.ttf</string>
+ <string>share/fonts/truetype/MiriamLibre-Bold.otf</string>
+ <string>share/fonts/truetype/MiriamLibre-Regular.otf</string>
+ <string>share/fonts/truetype/MiriamMonoCLM-Bold.ttf</string>
+ <string>share/fonts/truetype/MiriamMonoCLM-BoldOblique.ttf</string>
+ <string>share/fonts/truetype/MiriamMonoCLM-Book.ttf</string>
+ <string>share/fonts/truetype/MiriamMonoCLM-BookOblique.ttf</string>
+ <string>share/fonts/truetype/NachlieliCLM-Bold.otf</string>
+ <string>share/fonts/truetype/NachlieliCLM-BoldOblique.otf</string>
+ <string>share/fonts/truetype/NachlieliCLM-Light.otf</string>
+ <string>share/fonts/truetype/NachlieliCLM-LightOblique.otf</string>
+ <string>share/fonts/truetype/NotoKufiArabic-Bold.ttf</string>
+ <string>share/fonts/truetype/NotoKufiArabic-Regular.ttf</string>
+ <string>share/fonts/truetype/NotoMono-Regular.ttf</string>
+ <string>share/fonts/truetype/NotoNaskhArabic-Bold.ttf</string>
+ <string>share/fonts/truetype/NotoNaskhArabic-Regular.ttf</string>
+ <string>share/fonts/truetype/NotoNaskhArabicUI-Bold.ttf</string>
+ <string>share/fonts/truetype/NotoNaskhArabicUI-Regular.ttf</string>
+ <string>share/fonts/truetype/NotoSans-Bold.ttf</string>
+ <string>share/fonts/truetype/NotoSans-BoldItalic.ttf</string>
+ <string>share/fonts/truetype/NotoSans-Condensed.ttf</string>
+ <string>share/fonts/truetype/NotoSans-CondensedBold.ttf</string>
+ <string>share/fonts/truetype/NotoSans-CondensedBoldItalic.ttf</string>
+ <string>share/fonts/truetype/NotoSans-CondensedItalic.ttf</string>
+ <string>share/fonts/truetype/NotoSans-Italic.ttf</string>
+ <string>share/fonts/truetype/NotoSans-Light.ttf</string>
+ <string>share/fonts/truetype/NotoSans-LightItalic.ttf</string>
+ <string>share/fonts/truetype/NotoSans-Regular.ttf</string>
+ <string>share/fonts/truetype/NotoSansArabic-Bold.ttf</string>
+ <string>share/fonts/truetype/NotoSansArabic-Regular.ttf</string>
+ <string>share/fonts/truetype/NotoSansArabicUI-Bold.ttf</string>
+ <string>share/fonts/truetype/NotoSansArabicUI-Regular.ttf</string>
+ <string>share/fonts/truetype/NotoSansArmenian-Bold.ttf</string>
+ <string>share/fonts/truetype/NotoSansArmenian-Regular.ttf</string>
+ <string>share/fonts/truetype/NotoSansGeorgian-Bold.ttf</string>
+ <string>share/fonts/truetype/NotoSansGeorgian-Regular.ttf</string>
+ <string>share/fonts/truetype/NotoSansHebrew-Bold.ttf</string>
+ <string>share/fonts/truetype/NotoSansHebrew-Regular.ttf</string>
+ <string>share/fonts/truetype/NotoSansLao-Bold.ttf</string>
+ <string>share/fonts/truetype/NotoSansLao-Regular.ttf</string>
+ <string>share/fonts/truetype/NotoSansLisu-Regular.ttf</string>
+ <string>share/fonts/truetype/NotoSerif-Bold.ttf</string>
+ <string>share/fonts/truetype/NotoSerif-BoldItalic.ttf</string>
+ <string>share/fonts/truetype/NotoSerif-Condensed.ttf</string>
+ <string>share/fonts/truetype/NotoSerif-CondensedBold.ttf</string>
+ <string>share/fonts/truetype/NotoSerif-CondensedBoldItalic.ttf</string>
+ <string>share/fonts/truetype/NotoSerif-CondensedItalic.ttf</string>
+ <string>share/fonts/truetype/NotoSerif-Italic.ttf</string>
+ <string>share/fonts/truetype/NotoSerif-Light.ttf</string>
+ <string>share/fonts/truetype/NotoSerif-LightItalic.ttf</string>
+ <string>share/fonts/truetype/NotoSerif-Regular.ttf</string>
+ <string>share/fonts/truetype/NotoSerifArmenian-Bold.ttf</string>
+ <string>share/fonts/truetype/NotoSerifArmenian-Regular.ttf</string>
+ <string>share/fonts/truetype/NotoSerifGeorgian-Bold.ttf</string>
+ <string>share/fonts/truetype/NotoSerifGeorgian-Regular.ttf</string>
+ <string>share/fonts/truetype/NotoSerifHebrew-Bold.ttf</string>
+ <string>share/fonts/truetype/NotoSerifHebrew-Regular.ttf</string>
+ <string>share/fonts/truetype/NotoSerifLao-Bold.ttf</string>
+ <string>share/fonts/truetype/NotoSerifLao-Regular.ttf</string>
+ <string>share/fonts/truetype/ReemKufi-Regular.ttf</string>
+ <string>share/fonts/truetype/Rubik-Bold.ttf</string>
+ <string>share/fonts/truetype/Rubik-BoldItalic.ttf</string>
+ <string>share/fonts/truetype/Rubik-Italic.ttf</string>
+ <string>share/fonts/truetype/Rubik-Regular.ttf</string>
+ <string>share/fonts/truetype/Scheherazade-Bold.ttf</string>
+ <string>share/fonts/truetype/Scheherazade-Regular.ttf</string>
+ <string>share/fonts/truetype/SourceCodePro-Black.ttf</string>
+ <string>share/fonts/truetype/SourceCodePro-BlackIt.ttf</string>
+ <string>share/fonts/truetype/SourceCodePro-Bold.ttf</string>
+ <string>share/fonts/truetype/SourceCodePro-BoldIt.ttf</string>
+ <string>share/fonts/truetype/SourceCodePro-ExtraLight.ttf</string>
+ <string>share/fonts/truetype/SourceCodePro-ExtraLightIt.ttf</string>
+ <string>share/fonts/truetype/SourceCodePro-It.ttf</string>
+ <string>share/fonts/truetype/SourceCodePro-Light.ttf</string>
+ <string>share/fonts/truetype/SourceCodePro-LightIt.ttf</string>
+ <string>share/fonts/truetype/SourceCodePro-Medium.ttf</string>
+ <string>share/fonts/truetype/SourceCodePro-MediumIt.ttf</string>
+ <string>share/fonts/truetype/SourceCodePro-Regular.ttf</string>
+ <string>share/fonts/truetype/SourceCodePro-Semibold.ttf</string>
+ <string>share/fonts/truetype/SourceCodePro-SemiboldIt.ttf</string>
+ <string>share/fonts/truetype/SourceSansPro-Black.ttf</string>
+ <string>share/fonts/truetype/SourceSansPro-BlackIt.ttf</string>
+ <string>share/fonts/truetype/SourceSansPro-Bold.ttf</string>
+ <string>share/fonts/truetype/SourceSansPro-BoldIt.ttf</string>
+ <string>share/fonts/truetype/SourceSansPro-ExtraLight.ttf</string>
+ <string>share/fonts/truetype/SourceSansPro-ExtraLightIt.ttf</string>
+ <string>share/fonts/truetype/SourceSansPro-It.ttf</string>
+ <string>share/fonts/truetype/SourceSansPro-Light.ttf</string>
+ <string>share/fonts/truetype/SourceSansPro-LightIt.ttf</string>
+ <string>share/fonts/truetype/SourceSansPro-Regular.ttf</string>
+ <string>share/fonts/truetype/SourceSansPro-Semibold.ttf</string>
+ <string>share/fonts/truetype/SourceSansPro-SemiboldIt.ttf</string>
+ <string>share/fonts/truetype/SourceSerifPro-Black.ttf</string>
+ <string>share/fonts/truetype/SourceSerifPro-BlackIt.ttf</string>
+ <string>share/fonts/truetype/SourceSerifPro-Bold.ttf</string>
+ <string>share/fonts/truetype/SourceSerifPro-BoldIt.ttf</string>
+ <string>share/fonts/truetype/SourceSerifPro-ExtraLight.ttf</string>
+ <string>share/fonts/truetype/SourceSerifPro-ExtraLightIt.ttf</string>
+ <string>share/fonts/truetype/SourceSerifPro-It.ttf</string>
+ <string>share/fonts/truetype/SourceSerifPro-Light.ttf</string>
+ <string>share/fonts/truetype/SourceSerifPro-LightIt.ttf</string>
+ <string>share/fonts/truetype/SourceSerifPro-Regular.ttf</string>
+ <string>share/fonts/truetype/SourceSerifPro-Semibold.ttf</string>
+ <string>share/fonts/truetype/SourceSerifPro-SemiboldIt.ttf</string>
+ <string>share/fonts/truetype/opens___.ttf</string>
+ @IOSAPP_FONTS@
</array>
<key>CFBundleLocalizations</key>
<array>
@@ -204,7 +204,7 @@
<string>da</string>
<string>de</string>
<string>el</string>
- <string>es</string>
+ <string>es</string>
<string>fr</string>
<string>hu</string>
<string>is</string>
@@ -224,392 +224,392 @@
<string>zh-CN</string>
<string>zh-TW</string>
</array>
- <key>CFBundleDevelopmentRegion</key>
- <string>$(DEVELOPMENT_LANGUAGE)</string>
- <key>CFBundleDisplayName</key>
- <string>@APP_NAME@</string>
- <key>CFBundleDocumentTypes</key>
- <array>
- <!-- Some of these then have entries in the UTExportedTypeDeclarations array, some in the
- UTImportedTypeDeclarations array, but some in neither. Not sure I remember what the
- exact intent has been, if there has been one. Actually this mess is more like the end
- result of vague hacking until things kinda seem to work. There is sadly little clear
- and exact documentation for this. It is especially hard to figure out what types are
- pre-defined by the system and don't need to be mentioned in the
- UTImportedTypeDeclarations array at all (and presumably even less in the
- UTExportedTypeDeclarations one). -->
- <!-- Document sub-types are listed in order ODF, OOXML, MSO, other -->
- <!-- Writer document types -->
- <dict>
- <key>CFBundleTypeName</key>
- <string>OpenDocument Text</string>
- <key>LSHandlerRank</key>
- <string>Owner</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>org.oasis-open.opendocument.text</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeName</key>
- <string>OpenDocument Flat Text</string>
- <key>LSHandlerRank</key>
- <string>Default</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>com.collabora.office.uti.fodt</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>Office Open XML Text</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>org.openxmlformats.wordprocessingml.document</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>Microsoft Word Document</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>com.microsoft.word.doc</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>Plain Text</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>public.text</string>
- </array>
- </dict>
- <!-- Calc document types -->
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>OpenDocument Spreadsheet</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>LSHandlerRank</key>
- <string>Owner</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>org.oasis-open.opendocument.spreadsheet</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>Office Open XML Spreadsheet</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>org.openxmlformats.spreadsheetml.sheet</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>Microsoft Excel Spreadsheet</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>com.microsoft.excel.xls</string>
- </array>
- </dict>
- <!-- Impress document types -->
- <dict>
- <key>CFBundleTypeName</key>
- <string>OpenDocument Presentation</string>
- <key>LSHandlerRank</key>
- <string>Owner</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>org.oasis-open.opendocument.presentation</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>Office Open XML Presentation</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>org.openxmlformats.presentationml.presentation</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>Microsoft PowerPoint Presentation</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>com.microsoft.powerpoint.ppt</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>Visio Document</string>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>com.collabora.office.uti.vsd</string>
- </array>
- </dict>
- </array>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>$(PRODUCT_NAME)</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>4.2.4</string>
- <key>CFBundleVersion</key>
- <string>@IOSAPP_BUNDLE_VERSION@</string>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>UIFileSharingEnabled</key>
- <true/>
- <key>LSSupportsOpeningDocumentsInPlace</key>
- <true/>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UIMainStoryboardFile</key>
- <string>Main</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
- <key>UISupportedInterfaceOrientations~ipad</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
- <key>UISupportsDocumentBrowser</key>
- <true/>
- <key>UTExportedTypeDeclarations</key>
- <array>
- <!-- Entries in same order as the corresponding CFBundleDocumentTypes entries -->
- <dict>
- <key>UTTypeConformsTo</key>
- <array>
- <string>public.data</string>
- <string>public.content</string>
- </array>
- <key>UTTypeDescription</key>
- <string>OpenDocument Text</string>
- <key>UTTypeIconFiles</key>
- <array/>
- <key>UTTypeIdentifier</key>
- <string>org.oasis-open.opendocument.text</string>
- <key>UTTypeTagSpecification</key>
- <dict>
- <key>public.filename-extension</key>
- <string>odt</string>
- </dict>
- </dict>
- <dict>
- <key>UTTypeConformsTo</key>
- <array>
- <string>public.data</string>
- <string>public.content</string>
- </array>
- <key>UTTypeDescription</key>
- <string>OpenDocument Flat Text</string>
- <key>UTTypeIdentifier</key>
- <string>com.collabora.office.uti.fodt</string>
- <key>UTTypeTagSpecification</key>
- <dict>
- <key>public.filename-extension</key>
- <string>fodt</string>
- </dict>
- </dict>
- <dict>
- <key>UTTypeConformsTo</key>
- <array>
- <string>public.data</string>
- <string>public.content</string>
- </array>
- <key>UTTypeDescription</key>
- <string>OpenDocument Spreadsheet</string>
- <key>UTTypeIconFiles</key>
- <array/>
- <key>UTTypeIdentifier</key>
- <string>org.oasis-open.opendocument.spreadsheet</string>
- <key>UTTypeTagSpecification</key>
- <dict>
- <key>public.filename-extension</key>
- <string>ods</string>
- </dict>
- </dict>
- <dict>
- <key>UTTypeConformsTo</key>
- <array>
- <string>public.data</string>
- <string>public.content</string>
- </array>
- <key>UTTypeDescription</key>
- <string>OpenDocument Presentation</string>
- <key>UTTypeIconFiles</key>
- <array/>
- <key>UTTypeIdentifier</key>
- <string>org.oasis-open.opendocument.presentation</string>
- <key>UTTypeTagSpecification</key>
- <dict>
- <key>public.filename-extension</key>
- <string>odp</string>
- </dict>
- </dict>
- <dict>
- <key>UTTypeConformsTo</key>
- <array>
- <string>public.data</string>
- <string>public.content</string>
- </array>
- <key>UTTypeDescription</key>
- <string>Visio Document</string>
- <key>UTTypeIdentifier</key>
- <string>com.collabora.office.uti.vsd</string>
- <key>UTTypeTagSpecification</key>
- <dict>
- <key>public.filename-extension</key>
- <array>
- <string>vdx</string>
- <string>vsd</string>
- <string>vsdm</string>
- <string>vsdx</string>
- </array>
- </dict>
- </dict>
- </array>
- <key>UTImportedTypeDeclarations</key>
- <array>
- <!-- Also in same order as the corresponding CFBundleDocumentTypes entries -->
- <dict>
- <key>UTTypeConformsTo</key>
- <array>
- <string>org.openxmlformats.openxml</string>
- <string>public.composite-content</string>
- </array>
- <key>UTTypeDescription</key>
- <string>Office Open XML Text</string>
- <key>UTTypeIdentifier</key>
- <string>org.openxmlformats.wordprocessingml.document</string>
- <key>UTTypeTagSpecification</key>
- <dict>
- <key>public.filename-extension</key>
- <array>
- <string>docx</string>
- </array>
- <key>public.mime-type</key>
- <array>
- <string>application/vnd.openxmlformats-officedocument.wordprocessingml.document</string>
- </array>
- </dict>
- </dict>
- <dict>
- <key>UTTypeConformsTo</key>
- <array>
- <string>org.openxmlformats.openxml</string>
- <string>public.composite-content</string>
- </array>
- <key>UTTypeDescription</key>
- <string>Office Open XML Spreadsheet</string>
- <key>UTTypeIdentifier</key>
- <string>org.openxmlformats.spreadsheetml.sheet</string>
- <key>UTTypeTagSpecification</key>
- <dict>
- <key>public.filename-extension</key>
- <array>
- <string>xlsx</string>
- </array>
- <key>public.mime-type</key>
- <array>
- <string>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</string>
- </array>
- </dict>
- </dict>
- <dict>
- <key>UTTypeConformsTo</key>
- <array>
- <string>org.openxmlformats.openxml</string>
- <string>public.presentation</string>
- </array>
- <key>UTTypeDescription</key>
- <string>Office Open XML Presentation</string>
- <key>UTTypeIdentifier</key>
- <string>org.openxmlformats.presentationml.presentation</string>
- <key>UTTypeTagSpecification</key>
- <dict>
- <key>public.filename-extension</key>
- <array>
- <string>pptx</string>
- </array>
- <key>public.mime-type</key>
- <array>
- <string>application/vnd.openxmlformats-officedocument.presentationml.presentation</string>
- </array>
- </dict>
- </dict>
- </array>
- <key>NSCameraUsageDescription</key>
- <string>$(PRODUCT_NAME) requires access to the camera in order for you to be able to take photos to be inserted while editing a document.</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>$(DEVELOPMENT_LANGUAGE)</string>
+ <key>CFBundleDisplayName</key>
+ <string>@APP_NAME@</string>
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <!-- Some of these then have entries in the UTExportedTypeDeclarations array, some in the
+ UTImportedTypeDeclarations array, but some in neither. Not sure I remember what the
+ exact intent has been, if there has been one. Actually this mess is more like the end
+ result of vague hacking until things kinda seem to work. There is sadly little clear
+ and exact documentation for this. It is especially hard to figure out what types are
+ pre-defined by the system and don't need to be mentioned in the
+ UTImportedTypeDeclarations array at all (and presumably even less in the
+ UTExportedTypeDeclarations one). -->
+ <!-- Document sub-types are listed in order ODF, OOXML, MSO, other -->
+ <!-- Writer document types -->
+ <dict>
+ <key>CFBundleTypeName</key>
+ <string>OpenDocument Text</string>
+ <key>LSHandlerRank</key>
+ <string>Owner</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>org.oasis-open.opendocument.text</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeName</key>
+ <string>OpenDocument Flat Text</string>
+ <key>LSHandlerRank</key>
+ <string>Default</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>com.collabora.office.uti.fodt</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>Office Open XML Text</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>org.openxmlformats.wordprocessingml.document</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>Microsoft Word Document</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>com.microsoft.word.doc</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>Plain Text</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>public.text</string>
+ </array>
+ </dict>
+ <!-- Calc document types -->
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>OpenDocument Spreadsheet</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Owner</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>org.oasis-open.opendocument.spreadsheet</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>Office Open XML Spreadsheet</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>org.openxmlformats.spreadsheetml.sheet</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>Microsoft Excel Spreadsheet</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>com.microsoft.excel.xls</string>
+ </array>
+ </dict>
+ <!-- Impress document types -->
+ <dict>
+ <key>CFBundleTypeName</key>
+ <string>OpenDocument Presentation</string>
+ <key>LSHandlerRank</key>
+ <string>Owner</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>org.oasis-open.opendocument.presentation</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>Office Open XML Presentation</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>org.openxmlformats.presentationml.presentation</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>Microsoft PowerPoint Presentation</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>com.microsoft.powerpoint.ppt</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>Visio Document</string>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>com.collabora.office.uti.vsd</string>
+ </array>
+ </dict>
+ </array>
+ <key>CFBundleExecutable</key>
+ <string>$(EXECUTABLE_NAME)</string>
+ <key>CFBundleIdentifier</key>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>$(PRODUCT_NAME)</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>4.2.4</string>
+ <key>CFBundleVersion</key>
+ <string>@IOSAPP_BUNDLE_VERSION@</string>
+ <key>LSRequiresIPhoneOS</key>
+ <true/>
+ <key>UIFileSharingEnabled</key>
+ <true/>
+ <key>LSSupportsOpeningDocumentsInPlace</key>
+ <true/>
+ <key>UILaunchStoryboardName</key>
+ <string>LaunchScreen</string>
+ <key>UIMainStoryboardFile</key>
+ <string>Main</string>
+ <key>UIRequiredDeviceCapabilities</key>
+ <array>
+ <string>armv7</string>
+ </array>
+ <key>UISupportedInterfaceOrientations</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ </array>
+ <key>UISupportedInterfaceOrientations~ipad</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ </array>
+ <key>UISupportsDocumentBrowser</key>
+ <true/>
+ <key>UTExportedTypeDeclarations</key>
+ <array>
+ <!-- Entries in same order as the corresponding CFBundleDocumentTypes entries -->
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.data</string>
+ <string>public.content</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>OpenDocument Text</string>
+ <key>UTTypeIconFiles</key>
+ <array/>
+ <key>UTTypeIdentifier</key>
+ <string>org.oasis-open.opendocument.text</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <string>odt</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.data</string>
+ <string>public.content</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>OpenDocument Flat Text</string>
+ <key>UTTypeIdentifier</key>
+ <string>com.collabora.office.uti.fodt</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <string>fodt</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.data</string>
+ <string>public.content</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>OpenDocument Spreadsheet</string>
+ <key>UTTypeIconFiles</key>
+ <array/>
+ <key>UTTypeIdentifier</key>
+ <string>org.oasis-open.opendocument.spreadsheet</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <string>ods</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.data</string>
+ <string>public.content</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>OpenDocument Presentation</string>
+ <key>UTTypeIconFiles</key>
+ <array/>
+ <key>UTTypeIdentifier</key>
+ <string>org.oasis-open.opendocument.presentation</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <string>odp</string>
+ </dict>
+ </dict>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.data</string>
+ <string>public.content</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>Visio Document</string>
+ <key>UTTypeIdentifier</key>
+ <string>com.collabora.office.uti.vsd</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>vdx</string>
+ <string>vsd</string>
+ <string>vsdm</string>
+ <string>vsdx</string>
+ </array>
+ </dict>
+ </dict>
+ </array>
+ <key>UTImportedTypeDeclarations</key>
+ <array>
+ <!-- Also in same order as the corresponding CFBundleDocumentTypes entries -->
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>org.openxmlformats.openxml</string>
+ <string>public.composite-content</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>Office Open XML Text</string>
+ <key>UTTypeIdentifier</key>
+ <string>org.openxmlformats.wordprocessingml.document</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>docx</string>
+ </array>
+ <key>public.mime-type</key>
+ <array>
+ <string>application/vnd.openxmlformats-officedocument.wordprocessingml.document</string>
+ </array>
+ </dict>
+ </dict>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>org.openxmlformats.openxml</string>
+ <string>public.composite-content</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>Office Open XML Spreadsheet</string>
+ <key>UTTypeIdentifier</key>
+ <string>org.openxmlformats.spreadsheetml.sheet</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>xlsx</string>
+ </array>
+ <key>public.mime-type</key>
+ <array>
+ <string>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</string>
+ </array>
+ </dict>
+ </dict>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>org.openxmlformats.openxml</string>
+ <string>public.presentation</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>Office Open XML Presentation</string>
+ <key>UTTypeIdentifier</key>
+ <string>org.openxmlformats.presentationml.presentation</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>pptx</string>
+ </array>
+ <key>public.mime-type</key>
+ <array>
+ <string>application/vnd.openxmlformats-officedocument.presentationml.presentation</string>
+ </array>
+ </dict>
+ </dict>
+ </array>
+ <key>NSCameraUsageDescription</key>
+ <string>$(PRODUCT_NAME) requires access to the camera in order for you to be able to take photos to be inserted while editing a document.</string>
<key>NSPhotoLibraryUsageDescription</key>
- <string>$(PRODUCT_NAME) requires access to the photo library in order for you to be able to insert images into documents.</string>
+ <string>$(PRODUCT_NAME) requires access to the photo library in order for you to be able to insert images into documents.</string>
</dict>
</plist>
More information about the Libreoffice-commits
mailing list