I believe there should be a proper Swift 3 branch of ObjectMapper, so people can build beta versions of their apps using the beta toolchain in preparation for the iOS 10 release. Install would then go like so:
pod 'ObjectMapper', :git => 'https://github.com/Hearst-DD/ObjectMapper.git', :branch => 'swift_3.0'
which then would be merged once Swift 3.0 is live.
@batschz already provided a possible start here.
Furthermore we should make sure the new branch is in line with the 'Grand Renaming' in Swift 3 and the Swift API Guidelines. Which means we should not just fix warnings Xcode presents us with but also review our method names to be in line with the new naming scheme.
I have just created a fresh brand (swift-3) which can be used until swift 3.0 is fully supported. I haven't done any work on it yet as I am a bit strapped for time at the moment. I welcome you all to make PRs on it
swift-3 branch is not compiling as of now
@puneetgoyal08 As @tristanhimmelman said earlier, it's just an empty branch.
Let's give @batschz some time to make a PR for his changes.
oh cool, I am also liking this library, I will try to contribute as well.
I have merged the first PR into the swift-3 branch. Everything seems to be functioning properly. Please post here if there are any issues.
i got this error when built objectmapper swift-3 branch:
/Pods/ObjectMapper/ObjectMapper/Core/Operators.swift:723:75: Expected '>' to complete generic parameter list
The swift-3 branch is now up to date with Xcode beta 4.
Branch has been updated for beta 6?
@carobeta doesn't look like it. There are some major breaking changes and it wont compile with the new beta :(
I have created a pull request for the beta 6 swift 3.. until it gets pulled, you can use "EvilClay/ObjectMapper" "swift-3"
The swift 3 branch has now been merged into master
Most helpful comment
I have created a pull request for the beta 6 swift 3.. until it gets pulled, you can use "EvilClay/ObjectMapper" "swift-3"