tomkowz / Swifternalization

Localize iOS apps in a smarter way using JSON files. Swift framework.
MIT License
579 stars 47 forks source link

Fix support for Swift2 #15

Closed jlhonora closed 9 years ago

jlhonora commented 9 years ago

Uses new instance methods advancedBy and distanceTo

https://developer.apple.com/library/prerelease/ios/releasenotes/General/iOS81APIDiffs/modules/Swift.html

Fixes #13

ozgur commented 9 years ago

@tomkowz when do you think you can merge this fix to master and update pods? It's kind of important and urgent for those using Swift 2.0

tomkowz commented 9 years ago

@ozgur Swifternalization 1.3 works now with Swift 2 on master branch, no need to merge this. I forgot there was a pull request waiting and fixed framework myself to work with Xcode 7.1 and newest swift.