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>
|
2010-04-29 22:14:25 +02:00
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>English</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>clementine</string>
|
|
|
|
<key>CFBundleGetInfoString</key>
|
2010-05-03 15:58:41 +02:00
|
|
|
<string>Clementine ${CLEMENTINE_VERSION_STRING}</string>
|
2010-04-29 22:14:25 +02:00
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>clementine</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>com.davidsansome.clementine</string>
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleLongVersionString</key>
|
2010-05-03 15:58:41 +02:00
|
|
|
<string>${CLEMENTINE_VERSION_STRING}</string>
|
2010-04-29 22:14:25 +02:00
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>Clementine</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2010-05-03 16:00:21 +02:00
|
|
|
<string>${CLEMENTINE_VERSION_SHORT_STRING}</string>
|
2010-04-29 22:14:25 +02:00
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>123</string>
|
|
|
|
<key>CSResourcesFileMapped</key>
|
|
|
|
<true/>
|
|
|
|
<key>LSRequiresCarbon</key>
|
|
|
|
<true/>
|
2010-04-15 17:23:12 +02:00
|
|
|
<key>SUFeedURL</key>
|
|
|
|
<string>http://clementine-player.appspot.com/sparkle</string>
|
2010-04-15 21:09:39 +02:00
|
|
|
<key>SUPublicDSAKeyFile</key>
|
|
|
|
<string>sparkle_pub.pem</string>
|
2010-04-15 17:23:12 +02:00
|
|
|
</dict>
|
|
|
|
</plist>
|