0.13.4 – Hotfix for Xcode 12 and Apple Silicon
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
- 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"
Code: