-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature - Swift 3.2 Support #30
Conversation
@@ -49,7 +49,7 @@ func ==(lhs: TestObject, rhs: TestObject) -> Bool { | |||
|
|||
// MARK: - | |||
|
|||
extension TestObject: Encodable, Decodable { | |||
extension TestObject: Elevate.Encodable, Elevate.Decodable { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think the example code in the README should also have the Elevate
namespace prefixed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, good catch. Will fix. 👍🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in d9c258f.
1cbda63
to
99fafed
Compare
99fafed
to
f6a0f4a
Compare
This PR adds support for Xcode 9 and Swift 3.2 as well as support for SPM. Once this is merged, we'll cut the
2.2.2
release.