Skip to content

Commit

Permalink
Update README for new plist location
Browse files Browse the repository at this point in the history
close #28, close #31
  • Loading branch information
vtourraine committed Jan 31, 2015
1 parent 90e765d commit 84fdc0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ _Ready to use “Acknowledgements”/“Licenses”/“Credits” view controlle
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). You can automate that step from your Podfile, [as pointed out by @billyto](https://github.com/vtourraine/VTAcknowledgementsViewController/issues/20).
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).

**Note: if you know how to import this file automatically, as part of the `pod install` process, please let me know.**

## How to Use

Expand Down

0 comments on commit 84fdc0e

Please sign in to comment.