Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic linkage for CocoaPods #750

Merged
merged 6 commits into from
Nov 23, 2020

Commits on Nov 22, 2020

  1. Update CLOpenSSL dependency

    Use the latest 1.1.10802 which has arm64e removed, uses proper framework
    install names, and dynamic linkage for CocoaPods.
    ilammy committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    32bd64f View commit details
    Browse the repository at this point in the history
  2. Use dynamic linkage for CocoaPods

    Now that CLOpenSSL is using dynamic linkage, we can switch Themis back
    to using dynamic linkage too (as it was before). The "themis" pod will
    have to continue being a dynamic framework Pod to avoid breaking
    existing builds.
    ilammy committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    6fcbe9f View commit details
    Browse the repository at this point in the history
  3. Remove arm64e from Xcode project

    arm64e slice in binary dynamic frameworks causes issues with CocoaPods
    so it has been removed from CLOpenSSL starting with 1.1.10802. However,
    Carthage builds use Xcode project which still requires arm64e. Remove
    arm64e from the architectures list as it is not available now.
    ilammy committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    d5ce00e View commit details
    Browse the repository at this point in the history
  4. Changelog updates

    ilammy committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    3802f1a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Pin CLOpenSSL version to 1.1.10802

    Co-authored-by: vixentael <[email protected]>
    
    Co-authored-by: vixentael <[email protected]>
    ilammy and vixentael authored Nov 23, 2020
    Configuration menu
    Copy the full SHA
    3a21b7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e1252d View commit details
    Browse the repository at this point in the history