diff options
Diffstat (limited to 'fbreader/macosx/Info.plist')
-rw-r--r-- | fbreader/macosx/Info.plist | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/fbreader/macosx/Info.plist b/fbreader/macosx/Info.plist deleted file mode 100644 index aef50f5..0000000 --- a/fbreader/macosx/Info.plist +++ /dev/null @@ -1,51 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>CFBundleDocumentTypes</key> - <array> - <dict> - <key>CFBundleTypeExtensions</key> - <array> - <string>oebzip</string> - <string>epub</string> - <string>fb2</string> - </array> - <key>CFBundleTypeIconFile</key> - <string>FBReader.icns</string> - <key>CFBundleTypeMIMETypes</key> - <array> - <string>application/epub+zip</string> - </array> - <key>CFBundleTypeName</key> - <string>e-book</string> - <key>CFBundleTypeRole</key> - <string>Viewer</string> - <key>LSIsAppleDefaultForType</key> - <true/> - </dict> - </array> - <key>CFBundleDevelopmentRegion</key> - <string>English</string> - <key>CFBundleExecutable</key> - <string>FBReader</string> - <key>CFBundleIconFile</key> - <string>FBReader.icns</string> - <key>CFBundleIdentifier</key> - <string>org.geometerplus.fbreader</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundleName</key> - <string>FBReader</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>CFBundleShortVersionString</key> - <string>1.0</string> - <key>CFBundleSignature</key> - <string>????</string> - <key>CFBundleVersion</key> - <string>1</string> - <key>LSMinimumSystemVersion</key> - <string>10.5</string> -</dict> -</plist> |