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

Fix podspec versioning and tests #599

Merged
merged 2 commits into from
Mar 5, 2020
Merged

Commits on Mar 2, 2020

  1. Fix podspec versioning and tests

    Remove the hack that we have hastily added to work around a packaging
    issue with GRKOpenSSL 1.0.2.19. We still pin the version to 1.0.2.18
    though, because the library has never been updated and 1.0.2.19 is still
    broken as it was. However, we can't release the next version of Themis
    pinned to 0.12.1. Use the tagged version. This also lets the podspec
    to validate without warnings (from our part, at least).
    
    Also remove the Podfile.lock from our unit test project. It is meant to
    be used with the latest version from master as evident from the Podfile.
    However, presence of Podfile.lock makes "pod install" to install an
    older version of Themis 0.11 which is lacks some new features that are
    being tested. (Bitrise is fine because it removes the lockfile manually.)
    
    Remove the lock file to ensure that we are testing the trunk version
    of Themis, and add Podfile.lock to .gitignore to prevent it from being
    committed again on accident.
    ilammy committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    3d80a14 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Fix typos in tests/objcthemis/.gitignore

    Co-Authored-By: vixentael <[email protected]>
    ilammy and vixentael authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    8deb8ac View commit details
    Browse the repository at this point in the history