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

Fixes issue when using Bugsnag on a WatchOS app #1588

Merged
merged 3 commits into from
Nov 10, 2023

Commits on Nov 10, 2023

  1. Fixes issue when using Bugsnag on a WatchOS app

    The code was trying to access an extension but on latest WatchOS we can have a standalone app.
    gpambrozio authored and kstenerud committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1db81a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2144572 View commit details
    Browse the repository at this point in the history
  3. Override the main bundle in watchos unit tests to add an NSExtension …

    …field to the bundle dictionary.
    kstenerud committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    bbe5cfc View commit details
    Browse the repository at this point in the history