From 7c53cfe7362045023c4c80bed4d7595b9e0e6c25 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Tue, 22 Sep 2015 19:57:29 +1200 Subject: [PATCH] Updated readme --- LEGACY_PLATFORMS.md | 10 ---------- README.md | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 LEGACY_PLATFORMS.md diff --git a/LEGACY_PLATFORMS.md b/LEGACY_PLATFORMS.md deleted file mode 100644 index 5ad67c0..0000000 --- a/LEGACY_PLATFORMS.md +++ /dev/null @@ -1,10 +0,0 @@ -SnapKit supports legacy platforms but only through manual integration of the code: - -Legacy Platforms are: - -* iOS 7.0 -* OS X 10.9 - -You must integrate SnapKit manually by dragging the source code into your project and in your project you must add `-DSNAPKIT_DEPLOYMENT_LEGACY` to `OTHER_SWIFT_FLAGS` in your target's build settings. - -Unfortunately there is no other way to ensure that iOS 8.0/9.0 targets have no warnings and iOS 7.0 still works. \ No newline at end of file diff --git a/README.md b/README.md index 63c4230..031dcb2 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ class MyViewController: UIViewController { * [Documentation](http://snapkit.io/docs/) * [F.A.Q.](http://snapkit.io/faq/) -* [Legacy Platforms (< iOS 8.0, < OS X 10.10)](https://github.com/SnapKit/SnapKit/blob/develop/LEGACY_PLATFORMS.md) +* [Legacy Platforms (iOS 7.0, OS X 10.9)](http://snapkit.io/legacy-platforms/) ## License