bugsnag-cocoa icon indicating copy to clipboard operation
bugsnag-cocoa copied to clipboard

Add support for visionOS

Open bcherry opened this issue 1 year ago • 1 comments

Goal

Currently you cannot use Bugsnag in a native visionOS app. We'd like to be able to offer a visionOS version of a native iOS app which uses Bugsnag.

Design

I modeled this off the way that tvOS is integrated, for the most part, as a separate framework.

Changeset

Add compiler macros to support visionOS builds. Add visionOS framework target.

Testing

Testing has been lightweight so far, I'd imagine that Bugsnag themselves would like to own serious testing of new platform support.

bcherry avatar Feb 02 '24 23:02 bcherry

Hi @bcherry

Thank you for opening this PR for visionOS support. We do have an item on our backlog aimed at adding this support. When priority allows we will review this PR and look to merge this into our release.

We will be sure to keep you updated with any new information regarding this new platform support.

clr182 avatar Feb 08 '24 09:02 clr182

These changes have now been merged into #1660 to provide some basic support for visionOS in the latest release (v6.29.0). Thanks for your input @bcherry.

tomlongridge avatar Jun 20 '24 09:06 tomlongridge