diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
commit | 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 (patch) | |
tree | e5d88d25d870d5dedacb6bbdbe2a966086a0a5cf /src/c-ares/test/gmock-1.7.0/gtest/xcode/Resources | |
parent | Initial commit. (diff) | |
download | ceph-483eb2f56657e8e7f419ab1a4fab8dce9ade8609.tar.xz ceph-483eb2f56657e8e7f419ab1a4fab8dce9ade8609.zip |
Adding upstream version 14.2.21.upstream/14.2.21upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/c-ares/test/gmock-1.7.0/gtest/xcode/Resources')
-rw-r--r-- | src/c-ares/test/gmock-1.7.0/gtest/xcode/Resources/Info.plist | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/c-ares/test/gmock-1.7.0/gtest/xcode/Resources/Info.plist b/src/c-ares/test/gmock-1.7.0/gtest/xcode/Resources/Info.plist new file mode 100644 index 00000000..9dd28ea1 --- /dev/null +++ b/src/c-ares/test/gmock-1.7.0/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> |