2010-04-15 17:23:12 +02:00
|
|
|
<?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>
|
2012-10-16 10:24:22 +02:00
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
2010-04-29 22:14:25 +02:00
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>English</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>clementine</string>
|
|
|
|
<key>CFBundleGetInfoString</key>
|
2011-01-03 15:21:10 +01:00
|
|
|
<string>Clementine ${CLEMENTINE_VERSION_DISPLAY}</string>
|
2010-04-29 22:14:25 +02:00
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>clementine</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
2010-12-14 19:42:23 +01:00
|
|
|
<string>org.clementine-player.clementine</string>
|
2010-04-29 22:14:25 +02:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleLongVersionString</key>
|
2011-01-03 15:21:10 +01:00
|
|
|
<string>${CLEMENTINE_VERSION_DISPLAY}</string>
|
2010-04-29 22:14:25 +02:00
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>Clementine</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2011-12-02 15:47:25 +01:00
|
|
|
<string>${CLEMENTINE_VERSION_DISPLAY}</string>
|
2010-04-29 22:14:25 +02:00
|
|
|
<key>CFBundleVersion</key>
|
2011-12-02 15:47:25 +01:00
|
|
|
<string>${CLEMENTINE_VERSION_PLIST}</string>
|
2010-04-29 22:14:25 +02:00
|
|
|
<key>CSResourcesFileMapped</key>
|
|
|
|
<true/>
|
|
|
|
<key>LSRequiresCarbon</key>
|
|
|
|
<true/>
|
2010-12-14 19:42:23 +01:00
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
<string>public.app-category.music</string>
|
2013-08-04 06:04:51 +02:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>10.7.0</string>
|
2010-04-15 17:23:12 +02:00
|
|
|
<key>SUFeedURL</key>
|
2011-11-25 16:49:28 +01:00
|
|
|
<string>https://clementine-data.appspot.com/sparkle</string>
|
2010-04-15 21:09:39 +02:00
|
|
|
<key>SUPublicDSAKeyFile</key>
|
|
|
|
<string>sparkle_pub.pem</string>
|
2011-03-25 12:38:03 +01:00
|
|
|
<key>BreakpadProduct</key>
|
|
|
|
<string>Clementine</string>
|
|
|
|
<key>BreakpadProductDisplay</key>
|
|
|
|
<string>Clementine</string>
|
|
|
|
<key>BreakpadURL</key>
|
|
|
|
<string>http://crashes.clementine-player.org/getuploadurl</string>
|
|
|
|
<key>BreakpadReportInterval</key>
|
|
|
|
<string>30</string>
|
2010-06-14 15:40:02 +02:00
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
<array>
|
2012-03-12 16:49:19 +01:00
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeOSTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>****</string>
|
|
|
|
<string>fold</string>
|
|
|
|
<string>disk</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
2010-06-14 15:40:02 +02:00
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>xspf</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
|
<string>Generic.icns</string>
|
|
|
|
<key>CFBundleTypeMIMETypes</key>
|
|
|
|
<array>
|
|
|
|
<string>application/xspf+xml</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>XSPF Playlist</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>wav</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeMIMETypes</key>
|
|
|
|
<array>
|
|
|
|
<string>audio/x-wav</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>WAVE Audio File</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>pls</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
|
<string>pls.icns</string>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>Shoutcast playlist</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>m3u</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
|
<string>m3u.icns</string>
|
|
|
|
<key>CFBundleTypeMIMETypes</key>
|
|
|
|
<array>
|
|
|
|
<string>audio/x-mpegurl</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>Playlist file</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>aac</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
|
<string>mpeg4.icns</string>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>AAC file</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>ogg</string>
|
|
|
|
<string>ogx</string>
|
|
|
|
<string>ogm</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
|
<string>ogg.icns</string>
|
|
|
|
<key>CFBundleTypeMIMETypes</key>
|
|
|
|
<array>
|
|
|
|
<string>audio/ogg</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>Ogg Vorbis File</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>oga</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
|
<string>ogg.icns</string>
|
|
|
|
<key>CFBundleTypeMIMETypes</key>
|
|
|
|
<array>
|
|
|
|
<string>audio/ogg</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>Ogg Audio File</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>wma</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
|
<string>wma.icns</string>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>WIndows Media Audio</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>mp3</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
|
<string>mp3.icns</string>
|
|
|
|
<key>CFBundleTypeMIMETypes</key>
|
|
|
|
<array>
|
|
|
|
<string>audio/mpeg</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>MPEG Audio Layer 3</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>3gp</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
|
<string>generic.icns</string>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>3GPP File</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>m4a</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
|
<string>mpeg4.icns</string>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>MPEG-4 Audio File</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>mpc</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
|
<string>generic.icns</string>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>Musepack Audio File</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>flac</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
|
<string>generic.icns</string>
|
|
|
|
<key>CFBundleTypeMIMETypes</key>
|
|
|
|
<array>
|
|
|
|
<string>audio/flac</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>FLAC Audio File</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2010-04-15 17:23:12 +02:00
|
|
|
</dict>
|
|
|
|
</plist>
|