Skip to content

Commit

Permalink
Reformulate recommendation to check Pods/ into source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erich Grunewald committed Nov 12, 2018
1 parent d36ac28 commit e4b43dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e4b43dd

Please sign in to comment.