Clementine-audio-player-Mac.../dist/Info.plist.in

37 lines
1.2 KiB
Plaintext
Raw Normal View History

<?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>
<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>
<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/>
<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>
</dict>
</plist>