diff options
author | rowanbeentje <rowan@beent.je> | 2012-03-05 21:52:01 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-03-05 21:52:01 +0000 |
commit | d5e20720cf7f991a691d9a03e7f895211b7c98ad (patch) | |
tree | 084208404fd826b53f1754f87ec30bae3d6b35cb /Frameworks/QueryKit/Resources | |
parent | 0c91f439a5b23e1b5a6d8139eb47aa5694e2925f (diff) | |
parent | 69db4915523c4c6cc2d8138a72456cb23f47b7ec (diff) | |
download | sequelpro-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')
-rw-r--r-- | Frameworks/QueryKit/Resources/Info.plist | 22 | ||||
-rw-r--r-- | Frameworks/QueryKit/Resources/Tests-Info.plist | 22 |
2 files changed, 44 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> diff --git a/Frameworks/QueryKit/Resources/Tests-Info.plist b/Frameworks/QueryKit/Resources/Tests-Info.plist new file mode 100644 index 00000000..607c2ef5 --- /dev/null +++ b/Frameworks/QueryKit/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>Tests</string> + <key>CFBundleIdentifier</key> + <string>com.google.code.sequel-pro.querykit.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> |