From 854f07350e42cd724a8590dd2929588d41d3ddc8 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Tue, 22 Sep 2015 19:41:11 +1200 Subject: [PATCH] Added Readme about Legacy Platforms --- LEGACY_PLATFORMS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 LEGACY_PLATFORMS.md diff --git a/LEGACY_PLATFORMS.md b/LEGACY_PLATFORMS.md new file mode 100644 index 0000000..5ad67c0 --- /dev/null +++ b/LEGACY_PLATFORMS.md @@ -0,0 +1,10 @@ +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