Themis by Cossack Labs v0.13.4 Release Notes
Release Date: 2020-10-29 // over 2 years ago-
This is a hotfix for Apple platforms: ObjCThemis and SwiftThemis , running on iOS and macOS, installed via Carthage or CocoaPods.
- ๐ Resolved critical issues with App Store deployment (see #715)
- ๐ Resolved issues with stable Xcode 12 support (disabled arm64 builds for iOS Simulator)
- ๐ Improved Apple Silicon support (arm64 builds for macOS with Xcode 12.2 beta)
- โก๏ธ Updated OpenSSL to the latest 1.1.1h
- 0๏ธโฃ CocoaPods is now using OpenSSL 1.1.1h by default (again)
Note that this hotfix is not compatible with Xcode 11. (Future releases of Themis will also require Xcode 12+) If you are using Xcode 11, please use older versions of Themis:
- CocoaPods:
pod 'themis', '0.13.0'
- Carthage:
github "cossacklabs/themis" "0.13.0"
๐ See #715, #725 for details.
Code:
Objective-C / Swift