Skip to content

0.13.6 - Hotfix for iOS and macOS

Compare
Choose a tag to compare
@vixentael vixentael released this 23 Nov 02:28
· 235 commits to master since this release
0.13.6
6921338

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).