ashfurrow / Nimble-Snapshots

Nimble matchers for FBSnapshotTestCase.
https://medium.com/cocoaacademymag/unit-testing-uiview-with-nimble-snapshot-651a7c5a5e93
MIT License
317 stars 101 forks source link

Updated iOSSnapshotTestCase to 8.0.0 #238

Closed joaolfp closed 2 years ago

joaolfp commented 2 years ago

Hello @ashfurrow @dogo

github-actions[bot] commented 2 years ago
1 Warning
:warning: Big PR

Generated by :no_entry_sign: Danger

dogo commented 2 years ago

Hi @joaolfp please test the SPM integration from SnapshotTestCase release notes

If you use SPM you will have to use 'import iOSSnapshotTestCase'. Cocoapods and Carthage will continue to use 'import FBSnapshotTestCase'
joaolfp commented 2 years ago

We need to change Package dependencies

joaolfp commented 2 years ago

@dogo Updated

dogo commented 2 years ago

@dogo Updated

You need to also update the Cartfile

joaolfp commented 2 years ago

Updated. @dogo You could test Carthage for me, I still couldn't migrate to Xcode 13 😔

joaolfp commented 2 years ago

Changes looked good to me. Thanks @dogo