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

Silence warnings from 3rd-party CocoaPods dependencies #6196

Merged
merged 5 commits into from
Jun 1, 2022
Merged

Silence warnings from 3rd-party CocoaPods dependencies #6196

merged 5 commits into from
Jun 1, 2022

Commits on May 23, 2022

  1. Prevent warnings from 3rd-party code to show up in Xcode

    The warnings from 3rd-party code can mostly be ignored, because it is not
    under the control of our team. In Xcode, this allows us to focus on
    the issues that we are able to fix.
    wtimme committed May 23, 2022
    Configuration menu
    Copy the full SHA
    8a678ba View commit details
    Browse the repository at this point in the history
  2. Remove redundant "inhibit warnings" direction

    Since all warnings are inhibited by default, there is no need to
    manually set this parameter here to `true`.
    wtimme committed May 23, 2022
    Configuration menu
    Copy the full SHA
    a7d55a0 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Add changelog entry for #6196

    wtimme committed May 31, 2022
    Configuration menu
    Copy the full SHA
    d039561 View commit details
    Browse the repository at this point in the history
  2. Let warnings from MatrixSDK and AnalyticsEvents show up in Xcode

    As requested by @pixlwave during their review of #6196, these
    `inhibit_warnings` directive configure CocoaPods in a way that the
    warnings for both MatrixSDK and AnalyticsEvents show up when building
    the workspace in Xcode.
    wtimme committed May 31, 2022
    Configuration menu
    Copy the full SHA
    95387a6 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/develop' into feature/No-Ticket-…

    …Inhibit-all-warnings-from-pods
    wtimme committed May 31, 2022
    Configuration menu
    Copy the full SHA
    a825a5a View commit details
    Browse the repository at this point in the history