Skip to content

Instantly share code, notes, and snippets.

@hfike
Last active August 29, 2015 14:26
Show Gist options
  • Save hfike/259e76bc5319fadff3ce to your computer and use it in GitHub Desktop.
Save hfike/259e76bc5319fadff3ce to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//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>CFBundleDisplayName</key>
<string>Camera Raw</string>
<key>CFBundleExecutable</key>
<string>Camera Raw</string>
<key>CFBundleGetInfoString</key>
<string>9.1.1 (461), Copyright © 2015 Adobe Systems Incorporated</string>
<key>CFBundleIdentifier</key>
<string>com.adobe.CameraRaw</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>9.1.1, © 2015 Adobe Systems Incorporated</string>
<key>CFBundleName</key>
<string>Camera Raw</string>
<key>CFBundlePackageType</key>
<string>8BIF</string>
<key>CFBundleShortVersionString</key>
<string>9.1.1 (461)</string>
<key>CFBundleSignature</key>
<string>8BIM</string>
<key>CFBundleVersion</key>
<string>9.1.1f461</string>
<key>LSPrefersCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Adobe Systems Incorporated</string>
</dict>
</plist>
<key>installs</key>
<array>
<dict>
<key>CFBundleShortVersionString</key>
<string>9.1.1 (461)</string>
<key>CFBundleVersion</key>
<string>9.1.1f461</string>
<key>path</key>
<string>/Library/Application Support/Adobe/Plug-Ins/CC/File Formats/Camera Raw.plugin</string>
<key>type</key>
<string>bundle</string>
<key>version_comparison_key</key>
<string>CFBundleShortVersionString</string>
</dict>
</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment