Skip to content

Releases: iosdevzone/IDZSwiftCommonCrypto

iOS 16 Support

19 Aug 22:44
Compare
Choose a tag to compare

This is mostly a maintenance release.
There are some small changes to suppress warnings.
The repo has been tidied up to remove older CI files.
The Deployment target for iOS had been bumped to 11.0.

iOS 13 Support

19 Jul 05:37
1c6e0ad
Compare
Choose a tag to compare

iOS 13 beta removed the following mode constants:

  • kCCModeF8,
  • kCCModeLRW, and
  • kCCModeXTS.

The first two were not actually implemented in CommonCrypto, according to comments in the header files.
The last one may have been implemented, but IDZSwiftCommonCrypto never exposed some constants that would have been needed to use it.

This release removes references to these constants.

Swift 5.0 Support

22 May 07:24
Compare
Choose a tag to compare

Addressing #91 and #94.

  • SWIFT_VERSION updated to 5.0
  • Tidied up podspec

Swift 4.2 Support

22 Mar 06:13
Compare
Choose a tag to compare

This release updates IDZSwiftCommonCrypto to Swift 4.2.

  • Pseudo-framework is no longer needed.
  • Minimum deployment for watchOS is now 5.1

Swift 3.2 Support

22 Sep 02:23
Compare
Choose a tag to compare

• Fix issues in README.playground and DemoPlayground.playground

Fix extension support.

20 Jun 21:26
Compare
Choose a tag to compare

• Project now sets "APPLICATION_EXTENSION_API_ONLY" to yes. See PR #63.
• README.md updated to Swift 3 API.
• Checked in new version of Jazzy docs.

CocoaPods iOS Deployment Version lowered to 9.0

23 Feb 20:23
Compare
Choose a tag to compare

Version 0.9.0 had a rather aggressive CocoaPods iOS deployment version (9.3). In response to user requests this release has the iOS deployment version set to 9.0.

In addition the above, there are some minor script and documentation fixes.

Xcode 8, Swift 3.0

25 Sep 04:50
Compare
Choose a tag to compare

Working podspec for CocoaPods.

Working Podspec for Xcode 8.0, Swift 2.3

25 Sep 00:14
Compare
Choose a tag to compare

Had some difficulty getting the podspec to work. This passes lint.

Added .swift-version for CocoaPods

24 Sep 21:45
Compare
Choose a tag to compare
0.8.2

[CocoaPods] Added .swift-version. Bumped version.