yorkie-team/yorkie-ios-sdk
Yorkie iOS SDK provides a suite of tools for building real-time collaborative applications.
How to use
See Getting Started with iOS SDK for the instructions.
Example projects can be found in the examples folder.
Read the full documentation for all details.
Testing yorkie-ios-sdk with Envoy, Yorkie and MongoDB.
Start MongoDB, Yorkie and Envoy proxy in a terminal session.
$ docker-compose -f docker/docker-compose.yml up --build -dStart the test in another terminal session.
$ swift testTo get the latest server locally, run the command below then restart containers again:
$ docker pull yorkieteam/yorkie:latest
$ docker-compose -f docker/docker-compose.yml up --build -dTesting yorkie-ios-sdk with Homebrew
To test the yorkie-ios-sdk against a locally running Yorkie server installed via Homebrew:
Make sure Homebrew is up to date:
$ brew updateInstall the Yorkie server:
$ brew install yorkieStart the server in your local environment:
$ yorkie serverContributing
See CONTRIBUTING for details on submitting patches and the contribution workflow.
Contributors ✨
Thanks goes to these incredible people:
<a href="https://github.com/yorkie-team/yorkie-ios-sdk/graphs/contributors"> <img src="https://contrib.rocks/image?repo=yorkie-team/yorkie-ios-sdk" /> </a>
Package Metadata
Repository: yorkie-team/yorkie-ios-sdk
Default branch: main
README: README.md