This is a simple ODIN test client for iOS and macOS. It is written in Swift and SwiftUI and based on the OdinKit package.
Note: For iOS, this project contains a Settings Bundle to manage preferences from the Settings app.
Login Screen | Room Screen |
---|---|
To check out this project for testing, clone the repository including submodules into a working directory of your choice.
-
Clone the repository:
git clone --recursive https://github.com/4Players/odin-example-swiftui.git
-
Complete the OdinKit setup by downloading the required XCFramework version of the ODIN Core SDK:
python3 /path/to/project/ODIN/Packages/OdinKit/Setup.py
This project is released under the MIT license. See LICENSE for details.