Browse Source

Several Mac manifest file improvements

adaptive-webui-19844
Christophe Dumez 13 years ago
parent
commit
ccefe68e4c
  1. 14
      src/Info.plist

14
src/Info.plist

@ -13,10 +13,6 @@
<string>qBitTorrentDocument</string> <string>qBitTorrentDocument</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>BitTorrent Document</string> <string>BitTorrent Document</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/x-bittorrent</string>
</array>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
<string>Viewer</string> <string>Viewer</string>
<key>LSHandlerRank</key> <key>LSHandlerRank</key>
@ -40,20 +36,24 @@
<string>BitTorrent Magnet URL</string> <string>BitTorrent Magnet URL</string>
</dict> </dict>
</array> </array>
<key>CFBundleName</key>
<string>qBittorrent</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>qbittorrent_mac.icns</string> <string>qbittorrent_mac.icns</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleGetInfoString</key> <key>CFBundleShortVersionString</key>
<string>3.0.0</string> <string>3.0.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>qBit</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>qbittorrent</string> <string>qbittorrent</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>org.qbittorrent</string> <string>org.qbittorrent</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2006-2012 Christophe Dumez</string>
<key>UTExportedTypeDeclarations</key> <key>UTExportedTypeDeclarations</key>
<array> <array>
<dict> <dict>
@ -84,7 +84,5 @@
</dict> </dict>
</dict> </dict>
</array> </array>
<key>NOTE</key>
<string>This file was generated by Qt/QMake.</string>
</dict> </dict>
</plist> </plist>

Loading…
Cancel
Save