diff options
Diffstat (limited to 'apps/macosx/GhostPDF.app/Contents/Info.plist')
-rw-r--r-- | apps/macosx/GhostPDF.app/Contents/Info.plist | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/apps/macosx/GhostPDF.app/Contents/Info.plist b/apps/macosx/GhostPDF.app/Contents/Info.plist new file mode 100644 index 00000000..dc789640 --- /dev/null +++ b/apps/macosx/GhostPDF.app/Contents/Info.plist @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleExecutable</key> + <string>macpdf</string> + <key>CFBundleIconFile</key> + <string>macpdf.icns</string> + <key>CFBundleIdentifier</key> + <string>com.artofcode.MuPDF</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <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> |