cashapp / AccessibilitySnapshot

Easy regression testing for iOS accessibility
Apache License 2.0
541 stars 67 forks source link

Update iOSSnapshotTestCase dependency #96

Closed mattprowse-xero closed 1 year ago

mattprowse-xero commented 2 years ago

The iOSSnapshotTestCase dependency is currently set to ~> 6.0 but the latest available version is 8.0.0, which makes it impossible to incorporate AccessibilitySnapshot into projects that are already using the latest version of iOSsnapshotTestCase without downgrading. I'm very keen to incorporate AccessibilitySnapshot into a project I'm working on, but this is currently a blocker.

More than happy to submit a PR, though I noticed that there's an open PR (#72) for adding iOSsnapshotTestCase support via SPM, which might be a better place to make this change?

NickEntin commented 2 years ago

Thanks for your interest in the project! I opened #97 to get SPM support working again. I'll make sure to get it updated to the latest version of iOSSnapshotTestCase in that PR.