Skip to content

Commit

Permalink
Merge pull request #110 from cashapp/entin/readme-spm-istc
Browse files Browse the repository at this point in the history
  • Loading branch information
NickEntin authored Jan 20, 2023
2 parents 863da01 + 186d585 commit 482db2f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,14 @@ targets: [
]
```

We do not currently support AccessibilitySnapshot and [iOSSnapshotTestCase](https://github.com/uber/ios-snapshot-test-case) through Swift Package Manager.
To use [iOSSnapshotTestCase](https://github.com/uber/ios-snapshot-test-case) to perform image comparisons, add a dependency on `FBSnapshotTestCase+Accessibility` for Swift testing or `FBSnapshotTestCase+Accessibility-ObjC` for Objective-C.

```swift
targets: [
.target(name: "MyApp"),
.testTarget(name: "MyAppTests", dependencies: ["MyApp", "FBSnapshotTestCase+Accessibility"])
]
```

## Usage

Expand Down

0 comments on commit 482db2f

Please sign in to comment.