sunshinejr / SwiftyUserDefaults

Modern Swift API for NSUserDefaults
http://radex.io/swift/nsuserdefaults/static
MIT License
4.87k stars 367 forks source link

Update to Xcode 9 & Swift 4 #135

Closed Jeehut closed 6 years ago

Jeehut commented 7 years ago

This updates the project to the configuration of Xcode 9 and to use Swift 4.

Jeehut commented 7 years ago

Travis needs to be configured to work with Xcode 9 in order for the tests to pass. They are all passing in Xcode 9 but Travis is using Xcode 8 which does not recognize the Swift settings from Xcode 9.

radex commented 7 years ago

Good stuff, thank you! I will check it out soon :)

anfriis commented 7 years ago

Please fix this!

mkismy commented 7 years ago

@radex Any updates on this?

mortenholmgaard commented 7 years ago

@radex Please take a look at this!

sunshinejr commented 6 years ago

Thanks for the work @Dschee. FYI because @daidongon's work is the most complete one, I've merged their PR instead of this one. Sorry for the long delay!