mattgallagher / CwlPreconditionTesting

A Mach exception handler that allows Swift precondition failures to be caught and tested.
ISC License
175 stars 46 forks source link

Adding support for visionOS #31

Closed skumor-foreflight closed 10 months ago

skumor-foreflight commented 1 year ago

Your code is used by Nimble and it wont compile for visionOS without these changes

stonko1994 commented 10 months ago

@mattgallagher can we move visionOS further? Nimble and Quick are depending on this.

What's still missing from this PR is to update the .podspec file with proper visionOS support. If needed, I could have a look at it.

stonko1994 commented 10 months ago

I created a new PR for visionOS support including CocoaPods support as well.

mattgallagher commented 10 months ago

@skumor-foreflight I merged the other PR #33 since it was a superset of this and a couple additional changes. Thanks for this though; much appreciated.