Skip to content

Instantly share code, notes, and snippets.

Created June 11, 2012 21:11
Show Gist options
  • Save anonymous/2912724 to your computer and use it in GitHub Desktop.
Save anonymous/2912724 to your computer and use it in GitHub Desktop.
</array>
<key>CFBundleExecutable</key>
<string>firefox</string>
<key>CFBundleGetInfoString</key>
<string>Firefox 13.0</string>
<key>CFBundleIconFile</key>
<string>firefox</string>
<key>CFBundleIdentifier</key>
<string>org.mozilla.firefox</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Firefox</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>13.0</string>
<key>CFBundleSignature</key>
<string>MOZB</string>
<key>CFBundleURLTypes</key>
<array>
APPVER=`cat /path/to/Info.plist | awk '/CFBundleShortVersionString/{getline; print}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment