This example app imports the Connect library using CocoaPods,
and provides an interface for
chatting with Eliza.
The app has support for chatting using a variety of protocols supported by the Connect library:
Note that vanilla gRPC support is not available in this example because SwiftNIO does not support CocoaPods.
- Ensure you have CocoaPods installed (
brew install cocoapods) cdinto this directory and install the pods (pod install)- Open the generated
.xcworkspacefile (xed .) - Build the app target using Xcode
Note that the Podfile uses a local path reference to the
Connect library in this repository, rather than the one in the CocoaPods
specs repo.