Skip to content

0.13.2 hotfix Carthage for SwiftThemis and ObjCThemis

Compare
Choose a tag to compare
@ilammy ilammy released this 14 Aug 20:09
· 259 commits to master since this release
0.13.2
f6a755c

Hotfix for Carthage, removing dysfunctional ObjCThemis.xcodeproj.

Breaking changes and deprecations:

  • ObjCThemis framework built by Carthage is now called themis.framework once again.

Code:

  • Objective-C

    • Breaking changes

      • ObjCThemis framework built by Carthage is now called themis.framework once again (#704).

        ObjCThemis 0.13.0 has initiated renaming of the framework produced by Carthage into objcthemis.framework from its historical name themis.framework. This decision has been a mistake. More information is available in the pull request linked above.

        objcthemis.framework is removed and should not be used.

        Please continue linking your applications to themis.framework. Note as well that starting with ObjCThemis 0.13.1, you do not have to embed openssl.framework anymore when ObjCThemis is installed via Carthage.