aboutsummaryrefslogtreecommitdiff
path: root/objectivec/Tests/UnitTests-Info.plist
diff options
context:
space:
mode:
authorPaul Yang <paulyang1211@gmail.com>2015-05-06 17:32:07 -0700
committerPaul Yang <paulyang1211@gmail.com>2015-05-06 17:32:07 -0700
commitb89de5f6e0d81eccc34664f19362b83a82a152ca (patch)
treef27448a279bea152488306d66e999c4d2a70fa42 /objectivec/Tests/UnitTests-Info.plist
parentf47db47cd97c00a3a49584eda13e03c3352e5215 (diff)
parent30650d81d9baa446dbc8deb784ba53794cafda5b (diff)
downloadprotobuf-b89de5f6e0d81eccc34664f19362b83a82a152ca.tar.gz
protobuf-b89de5f6e0d81eccc34664f19362b83a82a152ca.tar.bz2
protobuf-b89de5f6e0d81eccc34664f19362b83a82a152ca.zip
Merge pull request #331 from thomasvl/objc_alpha1_drop
Objective C compiler plugin and runtime
Diffstat (limited to 'objectivec/Tests/UnitTests-Info.plist')
-rw-r--r--objectivec/Tests/UnitTests-Info.plist20
1 files changed, 20 insertions, 0 deletions
diff --git a/objectivec/Tests/UnitTests-Info.plist b/objectivec/Tests/UnitTests-Info.plist
new file mode 100644
index 00000000..65013556
--- /dev/null
+++ b/objectivec/Tests/UnitTests-Info.plist
@@ -0,0 +1,20 @@
+<?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>CFBundleIdentifier</key>
+ <string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>BNDL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+</dict>
+</plist>