@@ -27,7 +27,7 @@ Swift Package Manager builds may also be made on Linux
2727systems. Please see [ DOCKER.md] ( DOCKER.md ) and
2828[ LINUX.md] ( LINUX.md ) for details.
2929
30- ## gRPC dependencies are vendored
30+ ## gRPC dependencies are vendored
3131
3232Swift gRPC now includes vendored copies of the gRPC core
3333library and ** BoringSSL** , an OpenSSL fork that is used by
@@ -36,13 +36,18 @@ Manager builds.
3636
3737## Building with Xcode
3838
39- The top-level Makefile uses the Swift Package Manager to generate
40- an Xcode project for the SwiftGRPC package. Due to present limitations
41- in Package Manager configuration, the libz dependency is not included
42- in the generated Xcode project. If you get build errors about missing
43- symbols such as ` _deflate ` , ` _deflateEnd ` , etc., you can fix them by
44- adding ` libz.tbd ` to the ** Link Binary With Libraries** build step of
45- the ** CgRPC** target.
39+ The top-level Makefile uses the Swift Package Manager to
40+ generate an Xcode project for the SwiftGRPC package:
41+
42+ $ make
43+
44+ Then open ` SwiftGRPC.xcodeproj ` in Xcode. Due to present
45+ limitations in Package Manager configuration, the libz
46+ dependency is not included in the generated Xcode project. If
47+ you get build errors about missing symbols such as
48+ ` _deflate ` , ` _deflateEnd ` , etc., you can fix them by adding
49+ ` libz.tbd ` to the ** Link Binary With Libraries** build step
50+ of the ** CgRPC** target.
4651
4752## Having build problems?
4853
@@ -51,7 +56,7 @@ testing with the following versions:
5156
5257- Xcode 8.2
5358- Swift 3.0.2
54- - swift-proto 0.9.24
59+ - swift-protobuf 0.9.24
5560
5661## License
5762
0 commit comments