0.4.0
- Adds descriptions of custom actions to accessibility hierarchy snapshots.
- Adds support for using SnapshotTesting as the snapshotting engine via the
SnapshotTesting
subspec. - Bumps the minimum supported iOS version to 12.0.
- Bumps the minimum supported Xcode version to 11.0.
- Changes the default subspecs to use
SnapshotTesting
instead ofiOSSnapshotTestCase
.
Thanks to @Sherlouk for contributing to this release!
This release changes the default snapshotting engine from iOSSnapshotTestCase to SnapshotTesting. If you already use AccessibilitySnapshot and plan on continuing to use iOSSnapshotTestCase as your snapshotting engine, you can change your dependency to be on the iOSSnapshotTestCase
subspec instead:
pod 'AccessibilitySnapshot/iOSSnapshotTestCase', '~> 0.4'