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

refactor: use Swift CommonCrypto module to calculate md5 hashes #22

Merged
merged 4 commits into from
Feb 11, 2020

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    6f78926 View commit details
    Browse the repository at this point in the history
  2. refactor: use swift CommonCrypto module to calculate md5 hashes, inst…

    …ead of the equivalent ObjC library
    Sherwin H committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    cd82266 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. build: remove header and modulemap files as there are no .h files lef…

    …t to export
    Sherwin H committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    44b788b View commit details
    Browse the repository at this point in the history
  2. chore: resolve build warnings, each of which is listed below::

        - enable nonlocalization
        - enable base internalization
        - migrate deprecated 'English.lproj' localization
        - set macOS scheme @objc inference setting to 'default'
        - upgrade iOS and tvOS schemes to swift 5
        - use default architectures when testing
    Sherwin H committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    f6931a6 View commit details
    Browse the repository at this point in the history