Skip to content

Commit

Permalink
Update How to Install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Nov 30, 2018
1 parent 74f1772 commit 5cd800d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ _Now also available in Swift with [AcknowList](https://github.com/vtourraine/Ack
This project is only useful if you use CocoaPods, so let’s assume that you’re indeed using CocoaPods.

1. Add `pod 'VTAcknowledgementsViewController'` in your `Podfile`.
2. Import the `Pods-acknowledgements.plist` file from the generated `Pods` folder to your main app project (so you need to run `pod install` at least once before using this pod; don’t copy the file itself, just add a reference).
This file is now generated at `Pods/Target Support Files/Pods-{project}/Pods-{project}-acknowledgements.plist` (_cf._ [#28](https://github.com/vtourraine/VTAcknowledgementsViewController/issues/28), [#31](https://github.com/vtourraine/VTAcknowledgementsViewController/issues/31)).
You can automate that step from your Podfile, [as pointed out by @billyto](https://github.com/vtourraine/VTAcknowledgementsViewController/issues/20).
2. Run `pod install`.
3. Add the `Pods-{target}-acknowledgements.plist` file generated by CocoaPods in `Pods/Target Support Files/Pods-{target}/` to your main target (drag and drop the file in your Xcode project). Don’t copy the file, leave `Copy items if needed` unchecked.


## How to Use
Expand Down

0 comments on commit 5cd800d

Please sign in to comment.