From e4b43dd75989c439acdeec2d730c2e31a50c3a3d Mon Sep 17 00:00:00 2001 From: Erich Grunewald Date: Mon, 12 Nov 2018 16:11:43 +0100 Subject: [PATCH] Reformulate recommendation to check Pods/ into source code. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 96d1ca7..94e5587 100644 --- a/README.md +++ b/README.md @@ -94,9 +94,7 @@ This creates a Podfile, which will hold all your dependencies in one place. Afte pod install -to install the libraries and include them as part of a workspace which also holds your own project. - -It is generally [recommended to commit the installed dependencies to your own repo][committing-pods], instead of relying on having each developer running `pod install` after a fresh checkout. (This is also the [CocoaPods-endorsed][committing-pods-cocoapods] way of doing things.) +to install the libraries and include them as part of a workspace which also holds your own project. For reasons stated [here][committing-pods-cocoapods] and [here][committing-pods], we recommend committing the installed dependencies to your own repo, instead of relying on having each developer run `pod install` after a fresh checkout. Note that from now on, you'll need to open the `.xcworkspace` file instead of `.xcproject`, or your code will not compile. The command