Skip to content

0.13.3 - hotfix CocoaPods for SwiftThemis and ObjCThemis [iOS, macOS] for Xcode12

Compare
Choose a tag to compare
@vixentael vixentael released this 12 Oct 11:30
· 46 commits to release/0.13 since this release
7472f22

Updated Themis podspec to be compatible with Xcode12:

  • exclude arm64 architecture (well, temporary);
  • updated iOS/macOS deployment target;
  • updated bitcode settings.

CocoaPods:

iOS:
Xcode 12: use pod themis, "0.13.3". It excludes arm64-iphonesimulator architecture slice for now. Resulting app can be submitted to App Store.
Xcode 11: use pod themis, "0.13.0". It is compatible with Xcode 11, not with Xcode 12.

See #715, #725.

macOS:
If you use macOS, use 0.13.3, and please exclude mac-arm64 for now (set Build Active Architecture Only = YES). This will build correct x86_64 application.

Carthage:

iOS:
Exclude arm64-iphonesimulator architecture slice for now (see #713).

macOS:
If you use macOS, use 0.13.3, and please exclude mac-arm64 for now (set Build Active Architecture Only = YES). This will build correct x86_64 application.

See #725, #713.