Skip to content

Commit 06963d6

Browse files
committed
Revert "Improve CocoaPods instructions (#158)"
This reverts commit 7c350f6. SnapshotTesting appears to not be compatible with this style of Podfile: CocoaPods/CocoaPods#8318 Let's go back to the old description for now.
1 parent 2156792 commit 06963d6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,11 @@ github "pointfreeco/swift-snapshot-testing" ~> 1.1
143143
144144
### CocoaPods
145145

146-
If your project uses [CocoaPods](https://cocoapods.org), add the pod to applicable _test_ targets in your `Podfile`:
146+
If your project uses [CocoaPods](https://cocoapods.org), add the pod to any applicable test targets in your `Podfile`:
147147

148148
```ruby
149-
target 'MyApp' do
150-
target 'MyAppTests' do
151-
pod 'SnapshotTesting', '~> 1.1'
152-
end
149+
target 'MyAppTests' do
150+
pod 'SnapshotTesting', '~> 1.1'
153151
end
154152
```
155153

0 commit comments

Comments
 (0)