summaryrefslogtreecommitdiffstats
path: root/DrexTests/DrexTests-Info.plist
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2011-07-21 08:53:06 +0300
committerFilipp Lepalaan <filipp@mac.com>2011-07-21 08:53:06 +0300
commit0a7672767748f104919b100c6fc64b05b911434e (patch)
tree258d52ec9d89a1b3a061f694fcbea9a53bdc0052 /DrexTests/DrexTests-Info.plist
downloadDrex-0a7672767748f104919b100c6fc64b05b911434e.tar.gz
Drex-0a7672767748f104919b100c6fc64b05b911434e.tar.bz2
Drex-0a7672767748f104919b100c6fc64b05b911434e.zip
Initial CommitHEADmaster
Diffstat (limited to 'DrexTests/DrexTests-Info.plist')
-rw-r--r--DrexTests/DrexTests-Info.plist22
1 files changed, 22 insertions, 0 deletions
diff --git a/DrexTests/DrexTests-Info.plist b/DrexTests/DrexTests-Info.plist
new file mode 100644
index 0000000..ceb5578
--- /dev/null
+++ b/DrexTests/DrexTests-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>en</string>
+ <key>CFBundleExecutable</key>
+ <string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.github.filipp.${PRODUCT_NAME:rfc1034identifier}</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>BNDL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1</string>
+</dict>
+</plist>