diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /media/webrtc/trunk/testing/gtest/xcode/Resources | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'media/webrtc/trunk/testing/gtest/xcode/Resources')
-rw-r--r-- | media/webrtc/trunk/testing/gtest/xcode/Resources/Info.plist | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/media/webrtc/trunk/testing/gtest/xcode/Resources/Info.plist b/media/webrtc/trunk/testing/gtest/xcode/Resources/Info.plist new file mode 100644 index 000000000..9dd28ea14 --- /dev/null +++ b/media/webrtc/trunk/testing/gtest/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> |