From 5cd800dbb08740eaf15ce880e21963b743955b67 Mon Sep 17 00:00:00 2001 From: Vincent Tourraine Date: Fri, 30 Nov 2018 10:33:10 +0100 Subject: [PATCH] Update How to Install instructions --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a4e461..9d0f85c 100644 --- a/README.md +++ b/README.md @@ -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