From 2f2fcf2b07aabefc657cb7f790c09110b53bb70c Mon Sep 17 00:00:00 2001 From: Matthew Mathias Date: Thu, 3 Mar 2016 15:52:04 -0500 Subject: [PATCH 1/2] Updates README to reflect reality of iOS 7 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6e8e9790..cc4b14bd 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,11 @@ let package = Package( ) ``` +### iOS 7 + +If you would like to use Freddy with iOS 7, then you will need to copy and paste Freddy's source files into your project. +You can add Freddy as a submodule (see above), and then make sure to add the source files to your project. + ## Setting Breakpoint Errors It can be helpful to set breakpoints for errors when you start working with a new set of JSON. From fbeb5a6350377f31fa397d7200dac326251051be Mon Sep 17 00:00:00 2001 From: Matthew Mathias Date: Thu, 3 Mar 2016 17:04:21 -0500 Subject: [PATCH 2/2] Responds to suggestions Removes 'paste' and adds rationale --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc4b14bd..db4ebc22 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,8 @@ let package = Package( ### iOS 7 -If you would like to use Freddy with iOS 7, then you will need to copy and paste Freddy's source files into your project. +If you would like to use Freddy with iOS 7, then you will need to copy Freddy's source files into your project. +Embedded frameworks are only supported in iOS 8+. You can add Freddy as a submodule (see above), and then make sure to add the source files to your project. ## Setting Breakpoint Errors