diff options
author | stuconnolly <stuart02@gmail.com> | 2012-10-20 20:02:02 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-10-20 20:02:02 +0000 |
commit | 1e2c59c759de7cc0293d3d161b0292ed28a166ce (patch) | |
tree | 94f42be104e2d8e15e30117e0345fafac2124422 /README | |
parent | 62b310ab2fa911c8b9e1d8b8f71d9186e938b347 (diff) | |
download | sequelpro-1e2c59c759de7cc0293d3d161b0292ed28a166ce.tar.gz sequelpro-1e2c59c759de7cc0293d3d161b0292ed28a166ce.tar.bz2 sequelpro-1e2c59c759de7cc0293d3d161b0292ed28a166ce.zip |
Fix static analysis and release build warnings.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,6 +7,7 @@ fairly straightforward. However, we are currently targeting 10.5 as a minimum version (not for much longer!), so the Base SDK is set to 10.5 to correctly report warnings. Xcode 4 does not ship with the 10.5 SDK; to install them: + 1) Find a copy of Xcode 3. If you do not have this installed, it is still available from http://adcdownload.apple.com/Developer_Tools/xcode_3.2.6_and_ios_sdk_4.3__final/xcode_3.2.6_and_ios_sdk_4.3.dmg . 2) Install or extract the 10.5 SDK (and the 10.6 SDK for use soon...). These would normally @@ -16,7 +17,6 @@ with the 10.5 SDK; to install them: After performing these steps 10.5- and 10.6-base SDKs should compile correctly (although without PPC support). You may need to quit and reopen Xcode to get it to recognise the new SDKs. - For assistance please jump onto IRC and join #sequel-pro on irc.freenode.net and any of the developers will be more than happy to help you out. |