Themis v0.13.6 Release Notes

Release Date: 2020-11-23 // over 3 years ago
  • This is a hotfix for Apple platforms: ObjCThemis and SwiftThemis , running on iOS and macOS, when installed via Carthage or CocoaPods.

    • themis pod is now restored to use dynamic linkage again
    • Resolved errors related to @rpath when using CocoaPods
    • ✂ Removed arm64e architecture slice from Carthage builds for iOS which prevented CocoaPods from functioning correctly

    Code:

    Objective-C / Swift

    • CocoaPods will now again link ObjCThemis dynamically into application (#750).
    • Carthage no longer builds arm64e architecture slice (#750).
    • Updated OpenSSL to the latest 1.1.1h-2 (#750).

Previous changes from v0.13.5

  • This is a hotfix for Apple platforms: ObjCThemis and SwiftThemis , running on macOS, when installed via Carthage.

    iOS platform is not affected. Installations via CocoaPods are not affected too. You can continue using Themis 0.13.4 there.

    • 🚀 Resolved issues with deploying macOS apps with Apple Silicon support when Themis is installed via Carthage

    Code:

    Objective-C / Swift

    • Fixed code signing issues on macOS with Xcode 12 (#744).