aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Resources/Tests-Info.plist
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-09-08 12:41:19 +0000
committerstuconnolly <stuart02@gmail.com>2012-09-08 12:41:19 +0000
commit79a3dbd44f55340d2b6bd5f7e508341adaea1ad3 (patch)
tree9913f11efa0246513dad0854e53d414c3062a585 /Frameworks/PostgresKit/Resources/Tests-Info.plist
parent9f9b1599232e2a93ee910b6a2888f911eedead70 (diff)
downloadsequelpro-79a3dbd44f55340d2b6bd5f7e508341adaea1ad3.tar.gz
sequelpro-79a3dbd44f55340d2b6bd5f7e508341adaea1ad3.tar.bz2
sequelpro-79a3dbd44f55340d2b6bd5f7e508341adaea1ad3.zip
Add tests target and test script.
Diffstat (limited to 'Frameworks/PostgresKit/Resources/Tests-Info.plist')
-rw-r--r--Frameworks/PostgresKit/Resources/Tests-Info.plist22
1 files changed, 22 insertions, 0 deletions
diff --git a/Frameworks/PostgresKit/Resources/Tests-Info.plist b/Frameworks/PostgresKit/Resources/Tests-Info.plist
new file mode 100644
index 00000000..38648be0
--- /dev/null
+++ b/Frameworks/PostgresKit/Resources/Tests-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>English</string>
+ <key>CFBundleExecutable</key>
+ <string>PostgresKit</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.google.code.sequel-pro.postgreskit.tests</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>