0.13.2 hotfix Carthage for SwiftThemis and ObjCThemis
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 namethemis.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 embedopenssl.framework
anymore when ObjCThemis is installed via Carthage.
-
-