Skip to content

Releases: iosdevzone/IDZSwiftCommonCrypto

Xcode 8 and Swift 2.3 Support

24 Sep 08:50
Compare
Choose a tag to compare

This release adds support for building using Xcode 8 (in legacy Swift 2.3 mode).

It is still possible to build in Xcode 7.3.1 too hence only bumping version from 0.8.0 -> 0.8.1.

There are not source changes associated with this release, it is all build file changes (specifically the Xcode project and the .travis.yml file.)

Support for Additional Cryptor Modes

24 Sep 07:47
Compare
Choose a tag to compare

This release add support for more cryptor modes. See PR #29 for details.

Xcode 7.3.1, Swift 2.2 and Coverage

24 Sep 05:45
Compare
Choose a tag to compare

This release fixes the Travis build, ensures coverage is only turned on in debug based configurations (PR #28) and removes a deprecated C-style loop.

OS X Deployment 10.10

15 Jan 12:17
Compare
Choose a tag to compare

• Fixes GitHub #16

Whoops! Missing `public`

12 Jan 17:54
Compare
Choose a tag to compare

PR #14 fixes GitHub #13

OS X, watchOS and tvOS, oh my!

09 Jan 00:39
Compare
Choose a tag to compare

Adds support for OS X, watch OS and tvOS.

The (yucky) shell script GenerateCommonCryptoModule has now been replaced with a (lovely, doubley) Swift script GenerateCommonCryptoModule.swift

Also fixes issues: #7 and #9