summaryrefslogtreecommitdiff
path: root/apps/macpdf.app/Contents
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-01-11 20:20:33 +0100
committerTor Andersson <tor@ghostscript.com>2005-01-11 20:20:33 +0100
commitd292de82d299390a9eefaa61e5fd59ee49a3ae3a (patch)
tree3dc419e3c195f32ce10c02799a04c51df01efc56 /apps/macpdf.app/Contents
parent087b69251d01a131a6c2cb82fdb0bab010e0dc91 (diff)
downloadmupdf-d292de82d299390a9eefaa61e5fd59ee49a3ae3a.tar.xz
shuffle macpdf files
Diffstat (limited to 'apps/macpdf.app/Contents')
-rw-r--r--apps/macpdf.app/Contents/Info.plist20
-rw-r--r--apps/macpdf.app/Contents/Resources/English.lproj/InfoPlist.strings7
2 files changed, 27 insertions, 0 deletions
diff --git a/apps/macpdf.app/Contents/Info.plist b/apps/macpdf.app/Contents/Info.plist
index 71dd646b..dc789640 100644
--- a/apps/macpdf.app/Contents/Info.plist
+++ b/apps/macpdf.app/Contents/Info.plist
@@ -20,5 +20,25 @@
<string>0.1</string>
<key>CSResourcesFileMapped</key>
<true/>
+
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>pdf</string>
+ </array>
+ <key>CFBundleTypeIconFile</key>
+ <string>macpdf.icns</string>
+ <key>CFBundleTypeName</key>
+ <string>PDF Document</string>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ </dict>
+ </array>
+
+ <key>NSAppleScriptEnabled</key>
+ <string>YES</string>
+
</dict>
</plist>
diff --git a/apps/macpdf.app/Contents/Resources/English.lproj/InfoPlist.strings b/apps/macpdf.app/Contents/Resources/English.lproj/InfoPlist.strings
new file mode 100644
index 00000000..ca333a5d
--- /dev/null
+++ b/apps/macpdf.app/Contents/Resources/English.lproj/InfoPlist.strings
@@ -0,0 +1,7 @@
+/* Localized versions of Info.plist keys */
+
+CFBundleName = "MuPDF";
+CFBundleShortVersionString = "MuPDF version 1.0.0";
+CFBundleGetInfoString = "Copyright (C) 2005 Tor & Raph.";
+NSHumanReadableCopyright = "Copyright (C) 2005 Tor & Raph.";
+