37 lines
1.2 KiB
XML
37 lines
1.2 KiB
XML
<?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>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>clementine</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>Clementine ${CLEMENTINE_VERSION_STRING}</string>
|
|
<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>
|
|
<key>CFBundleName</key>
|
|
<string>Clementine</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>${CLEMENTINE_VERSION_SHORT_STRING}</string>
|
|
<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>
|
|
<key>SUPublicDSAKeyFile</key>
|
|
<string>sparkle_pub.pem</string>
|
|
</dict>
|
|
</plist>
|