0.13.9 - Hotfix for Apple platforms
themis
for Carthage switched to using XCFrameworks (#817). So, the minimum required Carthage version is now 0.38.0. You can continue using previous Themis version with previous Carthage versions.- Updated OpenSSL to the latest 1.1.1k for Carthage (#817).
Code:
-
Objective-C / Swift
themis
for Carthage now pulls OpenSSL dependency as XCFramework, and Carthage buildsthemis
as XCFramework as well.Themis.xcodeproj
now usesopenssl.xcframwork
andthemis.xcframework
. Carthage dependencies should be built with--use-xcframeworks
flag (#817).- Updated OpenSSL to the latest 1.1.1k for Carthage (#817).
- Tests (Github Actions) are updated to use the latest Carthage version (0.38.0 and up) and
--use-xcframeworks
flag (#817).