iOS Snapshot Test Case v1.8.0 Release Notes

    • The default directories for snapshots images are now ReferenceImages_32 (32bit) and ReferenceImages_64 (64bit) and the suffix depends on the architecture when the test is running. (#77)
      • If a test fails for a given suffix, it will try to load and compare all other suffixes before failing.
    • Added assertion on setRecordMode. (#76)