Change clementine mac app id and add category.

This commit is contained in:
John Maguire 2010-12-14 18:42:23 +00:00
parent d82262c0c9
commit 866be57b12

4
dist/Info.plist.in vendored
View File

@ -11,7 +11,7 @@
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>clementine</string> <string>clementine</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.davidsansome.clementine</string> <string>org.clementine-player.clementine</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleLongVersionString</key> <key>CFBundleLongVersionString</key>
@ -28,6 +28,8 @@
<true/> <true/>
<key>LSRequiresCarbon</key> <key>LSRequiresCarbon</key>
<true/> <true/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>SUFeedURL</key> <key>SUFeedURL</key>
<string>http://data.clementine-player.org/sparkle</string> <string>http://data.clementine-player.org/sparkle</string>
<key>SUPublicDSAKeyFile</key> <key>SUPublicDSAKeyFile</key>