aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/QueryKit/Resources/Info.plist
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-03-05 21:52:01 +0000
committerrowanbeentje <rowan@beent.je>2012-03-05 21:52:01 +0000
commitd5e20720cf7f991a691d9a03e7f895211b7c98ad (patch)
tree084208404fd826b53f1754f87ec30bae3d6b35cb /Frameworks/QueryKit/Resources/Info.plist
parent0c91f439a5b23e1b5a6d8139eb47aa5694e2925f (diff)
parent69db4915523c4c6cc2d8138a72456cb23f47b7ec (diff)
downloadsequelpro-d5e20720cf7f991a691d9a03e7f895211b7c98ad.tar.gz
sequelpro-d5e20720cf7f991a691d9a03e7f895211b7c98ad.tar.bz2
sequelpro-d5e20720cf7f991a691d9a03e7f895211b7c98ad.zip
- Bring SPMySQL Framework integration branch up to date with trunk
Diffstat (limited to 'Frameworks/QueryKit/Resources/Info.plist')
-rw-r--r--Frameworks/QueryKit/Resources/Info.plist22
1 files changed, 22 insertions, 0 deletions
diff --git a/Frameworks/QueryKit/Resources/Info.plist b/Frameworks/QueryKit/Resources/Info.plist
new file mode 100644
index 00000000..b76ed0eb
--- /dev/null
+++ b/Frameworks/QueryKit/Resources/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>QueryKit</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.google.code.sequel-pro.querykit</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1</string>
+</dict>
+</plist>