summaryrefslogtreecommitdiff
path: root/gtest-1.7.0/xcode/Resources/Info.plist
diff options
context:
space:
mode:
authorJens Bocklage <jens_bocklage@mentor.com>2015-04-08 15:00:09 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-06-17 08:49:23 +0200
commitb1096774116ba308fd9257d650b63f1861356c45 (patch)
tree61827158bc8df29e63376b3b3b4546bd96213ea0 /gtest-1.7.0/xcode/Resources/Info.plist
parentcb4950d12a96cc51557e185fc555edd4b4a0ca62 (diff)
downloadDLT-daemon-b1096774116ba308fd9257d650b63f1861356c45.tar.gz
Adding gtest framework v1.7.0 Adding initial hello world C test case
Signed-off-by: Jens Bocklage <jens_bocklage@mentor.com> Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'gtest-1.7.0/xcode/Resources/Info.plist')
-rw-r--r--gtest-1.7.0/xcode/Resources/Info.plist30
1 files changed, 30 insertions, 0 deletions
diff --git a/gtest-1.7.0/xcode/Resources/Info.plist b/gtest-1.7.0/xcode/Resources/Info.plist
new file mode 100644
index 0000000..9dd28ea
--- /dev/null
+++ b/gtest-1.7.0/xcode/Resources/Info.plist
@@ -0,0 +1,30 @@
+<?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>