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

Update Cocoapods and reduce Riot/OLM coupling #1220

Closed

Commits on May 9, 2017

  1. Update to latest Cocoapods version (1.2.1)

    Hervé Bérenger committed May 9, 2017
    Configuration menu
    Copy the full SHA
    a9ba82c View commit details
    Browse the repository at this point in the history
  2. Display OLM version info in Cryto section

    Move the OLM version info string from "Other" to "Cryptography" section.
    The only direct call made to the OLM library from the main Riot codeline
    (pods excluded) consists in retrieving the OLM version string.
    By moving the OLM version info into the "Cryptography" section, we are
    allowed to retrieve it from the MxSession instead. This reduces the
    coupling betw. Riot and OLM (in fact it makes Riot uncoupled from OLM).
    Hervé Bérenger committed May 9, 2017
    Configuration menu
    Copy the full SHA
    cd14744 View commit details
    Browse the repository at this point in the history