Tim Burks 9611bbb609 Update Simple and Echo Xcode projects to fix crashes and use new API. 8 ani în urmă
..
Echo 9611bbb609 Update Simple and Echo Xcode projects to fix crashes and use new API. 8 ani în urmă
Echo.xcodeproj eca5d44d0b Remove example references to SwiftGRPC.xcodeproj that cause Xcode to crash on startup. 8 ani în urmă
README.md 9611bbb609 Update Simple and Echo Xcode projects to fix crashes and use new API. 8 ani în urmă

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 CzLib, gRPC, CgRPC, and BoringSSL libraries to the target dependencies of "Echo".