diff options
author | stuconnolly <stuart02@gmail.com> | 2011-09-04 21:36:24 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-09-04 21:36:24 +0000 |
commit | 09a79031bed30c1cf95e1b9de85bf73b2ce38300 (patch) | |
tree | 7ca424689d5970be0302dae986bfd03e979c7241 /Resources | |
parent | 16b55db51bfb4f0c8e44dced5258f3ac1d2a79b3 (diff) | |
download | sequelpro-09a79031bed30c1cf95e1b9de85bf73b2ce38300.tar.gz sequelpro-09a79031bed30c1cf95e1b9de85bf73b2ce38300.tar.bz2 sequelpro-09a79031bed30c1cf95e1b9de85bf73b2ce38300.zip |
Add the beginnings of QueryKit.
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/Plists/QueryKit-Info.plist | 22 | ||||
-rw-r--r-- | Resources/Plists/Unit Tests-Info.plist | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/Resources/Plists/QueryKit-Info.plist b/Resources/Plists/QueryKit-Info.plist new file mode 100644 index 00000000..b76ed0eb --- /dev/null +++ b/Resources/Plists/QueryKit-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/Resources/Plists/Unit Tests-Info.plist b/Resources/Plists/Unit Tests-Info.plist index 65013556..8e85f172 100644 --- a/Resources/Plists/Unit Tests-Info.plist +++ b/Resources/Plists/Unit Tests-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>com.yourcompany.${PRODUCT_NAME:identifier}</string> + <string>com.google.code.sequel-pro.tests</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> |