aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/ios/CFStreamTests/Info.plist
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2018-06-07 10:45:10 -0700
committerGravatar GitHub <noreply@github.com>2018-06-07 10:45:10 -0700
commitd7728cda51ee1249e88f7d20dec92435f8d33d53 (patch)
treeba7438d62547e2f4793498477f7931e5cb5ea0d8 /test/core/iomgr/ios/CFStreamTests/Info.plist
parenta323b51ece13ee8b28788b7d03cada6daeb215cd (diff)
parent08876dadce36200d191b2d7751c8437aa558d9b2 (diff)
Merge pull request #15069 from muxi/prototype-cfstream
Implementation of CFStream
Diffstat (limited to 'test/core/iomgr/ios/CFStreamTests/Info.plist')
-rw-r--r--test/core/iomgr/ios/CFStreamTests/Info.plist22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/core/iomgr/ios/CFStreamTests/Info.plist b/test/core/iomgr/ios/CFStreamTests/Info.plist
new file mode 100644
index 0000000000..6c40a6cd0c
--- /dev/null
+++ b/test/core/iomgr/ios/CFStreamTests/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>