Skip to content

Support for Swift 4.2!

Compare
Choose a tag to compare
@hectormatos2011 hectormatos2011 released this 17 Oct 00:37
· 2 commits to master since this release
Xcode 10, Swift 4.2 update (#10)

* Bool values result in nil via as CVarargs, so use NSNumber to resolve crash

* Resolve build issue in Xcode 10 new build system

Remove watchOS and tvOS Info.plist copy phase in build phase of iOS and OSX target, as this is causing issue with new build system.
Similar example https://stackoverflow.com/questions/50718018/xcode-10-error-multiple-commands-produce

* Update project settings to recommended settings, Swift 4.2

* Replace deprecated flatmap with compactMap

* Update supporting files and documentation to Swift 4.2