Skip to content

Instantly share code, notes, and snippets.

@yosmoc
Created July 22, 2011 13:20
Show Gist options
  • Select an option

  • Save yosmoc/1099435 to your computer and use it in GitHub Desktop.

Select an option

Save yosmoc/1099435 to your computer and use it in GitHub Desktop.
<?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>Last.fm</string>
<key>CFBundleIdentifier</key>
<string>fm.last.Last.fm</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>1.5.4.27088</string>
<key>CFBundleShortVersionString</key>
<string>1.5.4</string>
<key>CFBundleSignature</key>
<string>last</string>
<key>CFBundleIconFile</key>
<string>lastfm.icns</string>
<key>CFBundleName</key>
<string>Last.fm</string>
<key>LSMinimumSystemVersion</key>
<string>10.4.0</string>
<key>LSUIElement</key>
<string>1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>Last.fm</string>
<key>CFBundleURLSchemes</key>
<array>
<string>lastfm</string>
</array>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment