summaryrefslogtreecommitdiff
path: root/platform/ios/Info.plist
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-25 12:54:15 +0200
committerRobin Watts <robin.watts@artifex.com>2013-06-25 13:33:05 +0100
commit19a0eff677d6e046fe4af169b1bed32414a7dfe3 (patch)
treee88b41e16be80e462b18bbed26ea4f7f8f48db7b /platform/ios/Info.plist
parent997902cd2a0d46404ff4fe09a7380410d1499c5a (diff)
downloadmupdf-19a0eff677d6e046fe4af169b1bed32414a7dfe3.tar.xz
Update ios project for reshuffle.
Diffstat (limited to 'platform/ios/Info.plist')
-rw-r--r--platform/ios/Info.plist94
1 files changed, 57 insertions, 37 deletions
diff --git a/platform/ios/Info.plist b/platform/ios/Info.plist
index 0595910d..e21b5dc5 100644
--- a/platform/ios/Info.plist
+++ b/platform/ios/Info.plist
@@ -6,10 +6,63 @@
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleTypeName</key>
+ <string>PDF</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>com.adobe.pdf</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeName</key>
+ <string>XPS</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>com.microsoft.xps</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeName</key>
+ <string>CBZ</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>public.zip-archive</string>
+ </array>
+ </dict>
+ </array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFiles</key>
- <array/>
+ <array>
+ <string>Icon.png</string>
+ <string>Icon@2x.png</string>
+ <string>Icon-72.png</string>
+ <string>Icon-72@2x.png</string>
+ </array>
+ <key>CFBundleIcons</key>
+ <dict>
+ <key>CFBundlePrimaryIcon</key>
+ <dict>
+ <key>CFBundleIconFiles</key>
+ <array>
+ <string>Icon.png</string>
+ <string>Icon@2x.png</string>
+ <string>Icon-72.png</string>
+ <string>Icon-72@2x.png</string>
+ </array>
+ <key>UIPrerenderedIcon</key>
+ <true/>
+ </dict>
+ </dict>
<key>CFBundleIdentifier</key>
<string>com.artifex.mupdf</string>
<key>CFBundleInfoDictionaryVersion</key>
@@ -19,11 +72,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.2</string>
+ <string>1.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>1.2</string>
+ <string>1.3</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIFileSharingEnabled</key>
@@ -38,8 +91,8 @@
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
@@ -48,39 +101,6 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
- <key>CFBundleDocumentTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeName</key>
- <string>PDF</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>com.adobe.pdf</string>
- </array>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- </dict>
- <dict>
- <key>LSItemContentTypes</key>
- <array>
- <string>com.microsoft.xps</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>XPS</string>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- </dict>
- <dict>
- <key>CFBundleTypeName</key>
- <string>CBZ</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>public.zip-archive</string>
- </array>
- <key>LSHandlerRank</key>
- <string>Alternate</string>
- </dict>
- </array>
<key>UTImportedTypeDeclarations</key>
<array>
<dict>