diff options
author | rowanbeentje <rowan@beent.je> | 2012-03-27 23:41:01 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-03-27 23:41:01 +0000 |
commit | 5459c4a47b53e395b7a1b9e6959376eafc1a968a (patch) | |
tree | c89aead578e9b7f0bde78af62a8f820f651d0626 /Frameworks/SPMySQLFramework/Resources | |
parent | 0576c2fcca6ddfa04c9a7c6a3d76f3e51cf88919 (diff) | |
download | sequelpro-5459c4a47b53e395b7a1b9e6959376eafc1a968a.tar.gz sequelpro-5459c4a47b53e395b7a1b9e6959376eafc1a968a.tar.bz2 sequelpro-5459c4a47b53e395b7a1b9e6959376eafc1a968a.zip |
- Clean up SPMySQL and QueryKit inclusion and search methods, which should fix nightly builds
- Fix warnings
Diffstat (limited to 'Frameworks/SPMySQLFramework/Resources')
-rw-r--r-- | Frameworks/SPMySQLFramework/Resources/Info.plist | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Frameworks/SPMySQLFramework/Resources/Info.plist b/Frameworks/SPMySQLFramework/Resources/Info.plist index 392b428f..84b64d04 100644 --- a/Frameworks/SPMySQLFramework/Resources/Info.plist +++ b/Frameworks/SPMySQLFramework/Resources/Info.plist @@ -5,15 +5,11 @@ <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> - <string>${EXECUTABLE_NAME}</string> - <key>CFBundleIconFile</key> - <string></string> + <string>SPMySQL</string> <key>CFBundleIdentifier</key> - <string>com.yourcompany.${PRODUCT_NAME:rfc1034Identifier}</string> + <string>com.sequelpro.spmysql</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> - <key>CFBundleName</key> - <string>${PRODUCT_NAME}</string> <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> @@ -22,7 +18,5 @@ <string>SPDT</string> <key>CFBundleVersion</key> <string>1</string> - <key>NSPrincipalClass</key> - <string></string> </dict> </plist> |