Skip to content

Commit

Permalink
add "make project"
Browse files Browse the repository at this point in the history
"make" without "make project" does not create the SwiftGRPC.xcodeproj file
  • Loading branch information
nerzh authored Jul 13, 2018
1 parent f11ad0b commit 05b27cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ command to generate an Xcode project for the `grpc-swift` core libraries.
The top-level Makefile uses the Swift Package Manager to
generate an Xcode project for the SwiftGRPC package:

$ make
$ make && make project

This will create `SwiftGRPC.xcodeproj`, which you should
add to your project, along with setting the necessary build dependencies
Expand Down

0 comments on commit 05b27cb

Please sign in to comment.