diff options
author | Billy Donahue <billydonahue@google.com> | 2015-08-25 16:18:00 -0400 |
---|---|---|
committer | Billy Donahue <billydonahue@google.com> | 2015-08-25 16:18:00 -0400 |
commit | 1f87a0970dc0880c954ea4066fd7b72fad6fb089 (patch) | |
tree | e4f106a02cc4ac7c2f436eefb444efeb314c1eec /xcode/Resources | |
parent | c80449247c0e3032401297edf19a1be8078900cc (diff) | |
download | googletest-1f87a0970dc0880c954ea4066fd7b72fad6fb089.tar.gz googletest-1f87a0970dc0880c954ea4066fd7b72fad6fb089.tar.bz2 googletest-1f87a0970dc0880c954ea4066fd7b72fad6fb089.zip |
Move everything in googletest into googletest/googletest
Diffstat (limited to 'xcode/Resources')
-rw-r--r-- | xcode/Resources/Info.plist | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/xcode/Resources/Info.plist b/xcode/Resources/Info.plist deleted file mode 100644 index 9dd28ea1..00000000 --- a/xcode/Resources/Info.plist +++ /dev/null @@ -1,30 +0,0 @@ -<?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>CFBundleIconFile</key> - <string></string> - <key>CFBundleIdentifier</key> - <string>com.google.${PRODUCT_NAME}</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundlePackageType</key> - <string>FMWK</string> - <key>CFBundleSignature</key> - <string>????</string> - <key>CFBundleVersion</key> - <string>GTEST_VERSIONINFO_LONG</string> - <key>CFBundleShortVersionString</key> - <string>GTEST_VERSIONINFO_SHORT</string> - <key>CFBundleGetInfoString</key> - <string>${PRODUCT_NAME} GTEST_VERSIONINFO_LONG, ${GTEST_VERSIONINFO_ABOUT}</string> - <key>NSHumanReadableCopyright</key> - <string>${GTEST_VERSIONINFO_ABOUT}</string> - <key>CSResourcesFileMapped</key> - <true/> -</dict> -</plist> |