Skip to content
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

Merged
merged 15 commits into from
Aug 29, 2017
Merged

Feature - Swift 3.2 Support #30

merged 15 commits into from
Aug 29, 2017

Conversation

cnoon
Copy link
Member

@cnoon cnoon commented Aug 29, 2017

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.

@cnoon cnoon added this to the 2.2.2 milestone Aug 29, 2017
@cnoon cnoon self-assigned this Aug 29, 2017
@@ -49,7 +49,7 @@ func ==(lhs: TestObject, rhs: TestObject) -> Bool {

// MARK: -

extension TestObject: Encodable, Decodable {
extension TestObject: Elevate.Encodable, Elevate.Decodable {
Copy link

@ejensen ejensen Aug 29, 2017

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?

Copy link
Member Author

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. 👍🏻

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed in d9c258f.

@cnoon cnoon force-pushed the feature/swift-3.2-support branch from 1cbda63 to 99fafed Compare August 29, 2017 21:06
@cnoon cnoon force-pushed the feature/swift-3.2-support branch from 99fafed to f6a0f4a Compare August 29, 2017 22:00
@cnoon cnoon merged commit a2fe336 into master Aug 29, 2017
@cnoon cnoon deleted the feature/swift-3.2-support branch August 29, 2017 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants