summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2017-05-16 12:00:28 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2017-05-16 12:00:28 +0100
commit0c36b63f222b76f64e6cbe9f12754a5204953722 (patch)
tree149351fa0d571ce7cb78f9d8774c92a9f3e74069 /packaging
parentc9692bb5bd4ed560226b07428dc033afcab6e7ad (diff)
downloaddeluge-0c36b63f222b76f64e6cbe9f12754a5204953722.tar.gz
deluge-0c36b63f222b76f64e6cbe9f12754a5204953722.tar.bz2
deluge-0c36b63f222b76f64e6cbe9f12754a5204953722.zip
Cleanup infolist and changelog
Diffstat (limited to 'packaging')
-rw-r--r--packaging/osx/Info.plist106
1 files changed, 53 insertions, 53 deletions
diff --git a/packaging/osx/Info.plist b/packaging/osx/Info.plist
index d681a663b..4d36c2ff7 100644
--- a/packaging/osx/Info.plist
+++ b/packaging/osx/Info.plist
@@ -2,58 +2,58 @@
<!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>CFBundleIdentifier</key>
- <string>org.deluge</string>
- <key>CFBundleName</key>
- <string>Deluge</string>
- <key>CFBundleIconFile</key>
- <string>deluge.icns</string>
- <key>CFBundleExecutable</key>
- <string>Deluge</string>
- <key>CFBundleShortVersionString</key>
- <string>1.3.900-dev</string>
- <key>CFBundleVersion</key>
- <string>1.3.900-dev</string>
- <key>CFBundleGetInfoString</key>
- <string>1.3.900-dev (c) 2008-2013 Deluge Team http://deluge-torrent.org/</string>
- <key>NSHumanReadableCopyright</key>
- <string>Copyright 2008-2013 Deluge Team</string>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleSignature</key>
- <string>DL##</string>
- <key>LSMinimumSystemVersion</key>
- <string>10.6</string>
- <key>LSUIElement</key>
- <string>0</string>
- <key>NSHighResolutionCapable</key>
- <true/>
- <key>CFBundleDisplayName</key>
- <string>Deluge</string>
- <key>CFBundleDocumentTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>torrent</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>torrent</string>
- <key>CFBundleTypeName</key>
- <string>BitTorrent Document</string>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- <key>LSHandlerRank</key>
- <string>Owner</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>org.bittorrent.torrent</string>
- </array>
- </dict>
- </array>
+ <key>CFBundleIdentifier</key>
+ <string>org.deluge</string>
+ <key>CFBundleName</key>
+ <string>Deluge</string>
+ <key>CFBundleIconFile</key>
+ <string>deluge.icns</string>
+ <key>CFBundleExecutable</key>
+ <string>Deluge</string>
+ <key>CFBundleShortVersionString</key>
+ <string>2.0-dev</string>
+ <key>CFBundleVersion</key>
+ <string>2.0-dev</string>
+ <key>CFBundleGetInfoString</key>
+ <string>2.0-dev (c) 2008-2017 Deluge Team http://deluge-torrent.org/</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright 2008-2017 Deluge Team</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>DL##</string>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.6</string>
+ <key>LSUIElement</key>
+ <string>0</string>
+ <key>NSHighResolutionCapable</key>
+ <true/>
+ <key>CFBundleDisplayName</key>
+ <string>Deluge</string>
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>torrent</string>
+ </array>
+ <key>CFBundleTypeIconFile</key>
+ <string>torrent</string>
+ <key>CFBundleTypeName</key>
+ <string>BitTorrent Document</string>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ <key>LSHandlerRank</key>
+ <string>Owner</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>org.bittorrent.torrent</string>
+ </array>
+ </dict>
+ </array>
</dict>
</plist>