Skip to content

0.4.0

Compare
Choose a tag to compare
@NickEntin NickEntin released this 30 Oct 21:13
· 226 commits to master since this release
f31a705
  • 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 of iOSSnapshotTestCase.

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'