Skip to content

Xcode 9.3 and Swift 4.1 Support

Compare
Choose a tag to compare
@cnoon cnoon released this 10 Apr 17:05
· 9 commits to master since this release

Released on 2018-04-10. All issues associated with this milestone can be found using this filter.

Updated

  • All the project copyright headers to use present language instead of end year.
  • The Xcode project, settings, and Travis-CI file to build and run against Xcode 9.3.
  • The podspec to directly specify swift_version and removed legacy .swift-version file.

Fixed

  • An issue in Xcode 9.3 where NSNumber bridging for Float and Double is no longer implicit.