[Libreoffice-commits] online.git: Mobile/Mobile
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Nov 2 15:12:23 UTC 2018
Mobile/Mobile/Info.plist.in | 14 ++++++++++++++
1 file changed, 14 insertions(+)
New commits:
commit 44e639a5fd7839c0c69f05f16c44b17037169cf9
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Nov 2 17:11:03 2018 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Nov 2 17:11:03 2018 +0200
Add .ppt
Change-Id: Ifc399ce956b3fc915083f3306e315b4e006497db
diff --git a/Mobile/Mobile/Info.plist.in b/Mobile/Mobile/Info.plist.in
index 83b375963..0ad318ea3 100644
--- a/Mobile/Mobile/Info.plist.in
+++ b/Mobile/Mobile/Info.plist.in
@@ -136,6 +136,20 @@
<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>
</array>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
More information about the Libreoffice-commits
mailing list