diff options
author | stuconnolly <stuart02@gmail.com> | 2013-01-24 20:15:06 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2013-01-24 20:15:06 +0000 |
commit | aaba2bec280c6756cd16835ff10bda3fa5dcead2 (patch) | |
tree | ee7190de2e69816222f404938cfaac5b88501b8d /Resources | |
parent | abf89e23065afa0f5b2434409d33f56ae035d8f3 (diff) | |
download | sequelpro-aaba2bec280c6756cd16835ff10bda3fa5dcead2.tar.gz sequelpro-aaba2bec280c6756cd16835ff10bda3fa5dcead2.tar.bz2 sequelpro-aaba2bec280c6756cd16835ff10bda3fa5dcead2.zip |
Build config update:
- Update base SDK to 10.6
- Update minimum OS version to 10.6
- Update all XIB to have a 10.6 target
- Drop support for PPC
- Apply all of the above to frameworks SPMySQLFramework and QueryKit
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/Plists/Info.plist | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist index 6a544ecc..b84bc5cd 100644 --- a/Resources/Plists/Info.plist +++ b/Resources/Plists/Info.plist @@ -183,13 +183,11 @@ <key>LSApplicationCategoryType</key> <string>public.app-category.developer-tools</string> <key>LSMinimumSystemVersion</key> - <string>10.5.0</string> + <string>10.6.0</string> <key>LSMinimumSystemVersionByArchitecture</key> <dict> <key>i386</key> - <string>10.5.0</string> - <key>ppc</key> - <string>10.5.0</string> + <string>10.6.0</string> <key>x86_64</key> <string>10.6.0</string> </dict> |