diff options
author | Max <post@wickenrode.com> | 2017-03-31 23:48:02 +0200 |
---|---|---|
committer | Max <post@wickenrode.com> | 2017-03-31 23:53:51 +0200 |
commit | 2a6e6504a3ae379d80fb9c4bd19250382b9180ad (patch) | |
tree | 4e4741400adb8184bb8d0f998115821cd5e4c087 /Source/Sequel-Pro.pch | |
parent | 004af0c9d13d5c9f29b3e0e08ee7df025ee56026 (diff) | |
download | sequelpro-2a6e6504a3ae379d80fb9c4bd19250382b9180ad.tar.gz sequelpro-2a6e6504a3ae379d80fb9c4bd19250382b9180ad.tar.bz2 sequelpro-2a6e6504a3ae379d80fb9c4bd19250382b9180ad.zip |
Update source code compatibility
* Remove forward SDK declaration for 10.8 and below (since that is the minimum required development SDK)
* Fix one case where a method unconditionally required a 10.9+ runtime
* Move all of the forward/backward hacks into their own file
Diffstat (limited to 'Source/Sequel-Pro.pch')
-rw-r--r-- | Source/Sequel-Pro.pch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Sequel-Pro.pch b/Source/Sequel-Pro.pch index f3b2fd16..dc6bbf9b 100644 --- a/Source/Sequel-Pro.pch +++ b/Source/Sequel-Pro.pch @@ -32,7 +32,9 @@ // Nearly every class uses constants #import "SPConstants.h" - + + #import "SPCompatibility.h" + // Make all our custom additions available #import "SPCategoryAdditions.h" #endif |