Skip to content

0.13.9 - Hotfix for Apple platforms

Compare
Choose a tag to compare
@julepka julepka released this 14 May 09:05
· 217 commits to master since this release
0.13.9
ba3e60d
  • 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 builds themis as XCFramework as well. Themis.xcodeproj now uses openssl.xcframwork and themis.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).