pointfreeco / swift-custom-dump

A collection of tools for debugging, diffing, and testing your application's data structures.
MIT License
800 stars 89 forks source link

Extend conformances Photos, StoreKit, UIKit #1

Closed larryonoff closed 3 years ago

stephencelis commented 3 years ago

@larryonoff Thanks for the PR! We've noticed that some of these availability checks can become a bit precarious depending on the platform and release mode of the build, so we want to get some better CI into place before accepting more PRs like this, just to ensure they don't break anything. I'm looking into that soon, and once that's ready we will happily merge!

larryonoff commented 3 years ago

@stephencelis thanks for such a great library!

stephencelis commented 3 years ago

Thanks!