FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Releases · iosdevzone/IDZSwiftCommonCrypto · GitHub

Releases: iosdevzone/IDZSwiftCommonCrypto

iOS 16 Support

Choose a tag to compare

Filter
iosdevzone released this 19 Aug 22:44

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

Choose a tag to compare

Filter
iosdevzone released this 19 Jul 05:37
1c6e0ad

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

Choose a tag to compare

Filter
iosdevzone released this 22 May 07:24

Addressing #91 and #94.

  • SWIFT_VERSION updated to 5.0
  • Tidied up podspec

Swift 4.2 Support

Choose a tag to compare

Filter
iosdevzone released this 22 Mar 06:13

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

Choose a tag to compare

Filter
iosdevzone released this 22 Sep 02:23

• Fix issues in README.playground and DemoPlayground.playground

Fix extension support.

Choose a tag to compare

Filter
iosdevzone released this 20 Jun 21:26

• 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

Choose a tag to compare

Filter
iosdevzone released this 23 Feb 20:23

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

Choose a tag to compare

Filter
iosdevzone released this 25 Sep 04:50

Working podspec for CocoaPods.

Working Podspec for Xcode 8.0, Swift 2.3

Choose a tag to compare

Filter
iosdevzone released this 25 Sep 00:14

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

Added .swift-version for CocoaPods

Choose a tag to compare

Filter
iosdevzone released this 24 Sep 21:45
0.8.2

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

Back | FazBrowse Home | New Git URL