mattgallagher / CwlPreconditionTesting

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

Updated to not use the deprecated mach_port_destroy #30

Closed LowAmmo closed 1 year ago

LowAmmo commented 1 year ago

Cocoapods

This PR is to address Issue #29

LowAmmo commented 1 year ago

@mattgallagher - Put this PR together, also, to eliminate all build warnings being seen with Xcode 14 (in conjunction with mattgallagher/CwlCatchException#8 ).

Same as that PR, let me know if there's anything you want me to change (including reverting the minimum iOS version back to 9.0).

-Thanks!

LowAmmo commented 1 year ago

Thanks, @mattgallagher !

Yeah, took me guessing and trying things out to get what I believe is the correct way - guessing you arrived at the same conclusion.

I'll keep an eye for everything to get updated in the cocoapods spec repo!

-Thanks!