Skip to content

Update to latest Xcode (Beta 6) and toolchain (8/15)

Compare
Choose a tag to compare
@billabt billabt released this 16 Aug 03:19
· 272 commits to master since this release

This release requires use of the swift-DEVELOPMENT-SNAPSHOT-2016-08-015-a toolchain.

  • Compatible with Xcode 8 Beta 6 using the above toolchains.
  • Removed old restriction on Digest by now allowing the Data extension to work on Linux as well as macOS.
  • Renamed Updateable protocol to Updatable.
  • Added new Data based update function to Updatable.
  • Added support for SHA1 algorithm in both Digest and HMAC.
  • For every function that took a NSData, there is now an equivalent function that takes a Data object.
  • Added tests for new Data based functions.