mattgallagher / CwlPreconditionTesting

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

Update versions of CWLPreconditionTesting in Cocoapods #36

Closed younata closed 7 months ago

younata commented 9 months ago

Cocoapods has only up to 2.1.0. As of this issue, the latest version is 2.2.0.

Thanks!

Screenshot 2024-01-17 at 6 57 00 PM

mattgallagher commented 9 months ago

The only difference in 2.2.0 is visionOS support. Unfortunately, the latest Cocoapods still refuses to lint podspec files containing visionOS deployment targets so things remain a little blocked.

https://github.com/CocoaPods/CocoaPods/issues/12118

stonko1994 commented 8 months ago

Cocoapods 1.15.0 is available now which should enable releasing with visionOS support.

mattgallagher commented 8 months ago

@stonko1994 Excellent. Thanks for letting me know. I'll push this when I get home.

younata commented 8 months ago

@mattgallagher I just wanted to remind you to push this, as cocoapods.org still has the older versions of CWLPreconditionTesting.

mattgallagher commented 7 months ago

Finally done. Sorry for the delay.