koichi.tanaka 44dfc81940 Fix a header search path for CgRPC and some compile error for „Echo“ example 7 年之前
..
Echo 44dfc81940 Fix a header search path for CgRPC and some compile error for „Echo“ example 7 年之前
Echo.xcodeproj 44dfc81940 Fix a header search path for CgRPC and some compile error for „Echo“ example 7 年之前
README.md 0c3ce555e8 Remove Czlib from README 7 年之前

README.md

Echo gRPC Sample App

The Echo Xcode project contains a Mac app that can be used to instantiate and run local gRPC clients and servers. It depends on the gRPC Xcode project, which requires a local build of the gRPC Core C library. To build that, please run "make" in the root of your gRPC distribution. Next use Xcode's "Add Files..." command to add the SwiftGRPC.xcodeproj to your project and then add the gRPC, CgRPC, and BoringSSL libraries to the target dependencies of "Echo".