Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
michael@0 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
michael@0 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
michael@0 | 3 | <plist version="1.0"> |
michael@0 | 4 | <dict> |
michael@0 | 5 | <key>CFBundleDevelopmentRegion</key> |
michael@0 | 6 | <string>English</string> |
michael@0 | 7 | <key>CFBundleExecutable</key> |
michael@0 | 8 | <string>${EXECUTABLE_NAME}</string> |
michael@0 | 9 | <key>CFBundleIconFile</key> |
michael@0 | 10 | <string></string> |
michael@0 | 11 | <key>CFBundleIdentifier</key> |
michael@0 | 12 | <string>com.google.${PRODUCT_NAME}</string> |
michael@0 | 13 | <key>CFBundleInfoDictionaryVersion</key> |
michael@0 | 14 | <string>6.0</string> |
michael@0 | 15 | <key>CFBundlePackageType</key> |
michael@0 | 16 | <string>FMWK</string> |
michael@0 | 17 | <key>CFBundleSignature</key> |
michael@0 | 18 | <string>????</string> |
michael@0 | 19 | <key>CFBundleVersion</key> |
michael@0 | 20 | <string>GTEST_VERSIONINFO_LONG</string> |
michael@0 | 21 | <key>CFBundleShortVersionString</key> |
michael@0 | 22 | <string>GTEST_VERSIONINFO_SHORT</string> |
michael@0 | 23 | <key>CFBundleGetInfoString</key> |
michael@0 | 24 | <string>${PRODUCT_NAME} GTEST_VERSIONINFO_LONG, ${GTEST_VERSIONINFO_ABOUT}</string> |
michael@0 | 25 | <key>NSHumanReadableCopyright</key> |
michael@0 | 26 | <string>${GTEST_VERSIONINFO_ABOUT}</string> |
michael@0 | 27 | <key>CSResourcesFileMapped</key> |
michael@0 | 28 | <true/> |
michael@0 | 29 | </dict> |
michael@0 | 30 | </plist> |