From 6cc0a627887a809a6cf9bee0c6812f32414c84db Mon Sep 17 00:00:00 2001 From: Logan Wright Date: Tue, 21 Feb 2017 19:08:56 +0100 Subject: [PATCH] add explicit xcode project regen suggestion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dcba95..7f15ab3 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Add the following dependency to your `Package.swift` file: .Package(url:"https://github.com/matthijs2704/vapor-apns.git", majorVersion: 1, minor: 1) ``` -And then run `vapor fetch` command, if you have the Vapor toolbox installed. +And then make sure to regenerate your xcode project. You can use `vapor xcode -y` command, if you have the Vapor toolbox installed. ## 🚀 Usage