aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/APIv2Tests/Info.plist
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-02 14:48:56 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-11-02 16:09:28 -0700
commit17a67fdb0fb01fe34c75d2c6bf34e24214222a89 (patch)
treefe8297d2da9ab1e828b8198f620ab993d8f5cc17 /src/objective-c/tests/APIv2Tests/Info.plist
parentbc0ce06951b091e81e8bc1c71dc660dc3168e75f (diff)
Aggregate v2 api tests
Diffstat (limited to 'src/objective-c/tests/APIv2Tests/Info.plist')
-rw-r--r--src/objective-c/tests/APIv2Tests/Info.plist22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/objective-c/tests/APIv2Tests/Info.plist b/src/objective-c/tests/APIv2Tests/Info.plist
new file mode 100644
index 0000000000..6c40a6cd0c
--- /dev/null
+++ b/src/objective-c/tests/APIv2Tests/Info.plist
@@ -0,0 +1,22 @@
+<?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>$(DEVELOPMENT_LANGUAGE)</string>
+ <key>CFBundleExecutable</key>
+ <string>$(EXECUTABLE_NAME)</string>
+ <key>CFBundleIdentifier</key>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>$(PRODUCT_NAME)</string>
+ <key>CFBundlePackageType</key>
+ <string>BNDL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleVersion</key>
+ <string>1</string>
+</dict>
+</plist>