/core/externals/update-engine/externals/google-toolbox-for-mac/XcodePlugin/Resources/Info.plist
http://macfuse.googlecode.com/ · Unknown · 34 lines · 34 code · 0 blank · 0 comment · 0 complexity · 0565de33afdc05e6f800829bb48b7f18 MD5 · raw file
- <?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>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleGetInfoString</key>
- <string>${GTM_VERSIONINFO_FINDER}</string>
- <key>CFBundleIdentifier</key>
- <string>com.google.GTM.xcodeplugin</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundlePackageType</key>
- <string>BNDL</string>
- <key>CFBundleShortVersionString</key>
- <string>${GTM_VERSIONINFO_SHORT}</string>
- <key>CFBundleVersion</key>
- <string>${GTM_VERSIONINFO_LONG}</string>
- <key>LoadAtLaunch</key>
- <string>YES</string>
- <key>NSHumanReadableCopyright</key>
- <string>${GTM_VERSIONINFO_ABOUT}</string>
- <key>NSPrincipalClass</key>
- <string>GTMXcodePlugin</string>
- <key>XCGCReady</key>
- <string>YES</string>
- <key>XCPluginHasUI</key>
- <string>YES</string>
- </dict>
- </plist>