Skip to content

Instantly share code, notes, and snippets.

@natecavanaugh
Created November 16, 2011 17:40
Show Gist options
  • Save natecavanaugh/1370773 to your computer and use it in GitHub Desktop.
Save natecavanaugh/1370773 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleIconFile</key>
<string>icon.icns</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleName</key>
<string>SmartGit</string>
<key>CFBundleIdentifier</key>
<string>com.syntevo.smartgit</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
<string>SmartGit</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2009-2011, syntevo GmbH, Germany</string>
<key>CFBundleGetInfoString</key>
<string>SmartGit 3 EA 3 - Copyright (c) 2009-2011 by syntevo GmbH, Germany</string>
<key>CFBundleShortVersionString</key>
<string>3 EA 3</string>
<key>CFBundleVersion</key>
<string>3 EA 3</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment