abueide / chiachat-ios-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Widgets gallery

This example is derived from ComposeCookBook project by Gurupreet Singh (@Gurupreet) published under MIT license.

An example of Compose application for Desktop, Android and iOS platforms, demonstrating how to use various Material widgets.

How to run

Choose a run configuration for an appropriate target in IDE and run it.

run-configurations.png

To run on iOS device, please correct iosApp/Configuration/TeamId.xcconfig with your Apple Team ID. Alternatively, you may setup signing within XCode opening iosApp/ChiaChat.xcworkspace and then using "Signing & Capabilities" tab of ChiaChat target.

Then choose iosApp configuration in IDE and run it (may also be referred as ChiaChat in the Run Configurations or iosApp_ for Android studio).

Run on desktop via Gradle

./gradlew desktopApp:run

Building native desktop distribution

./gradlew :desktop:packageDistributionForCurrentOS
# outputs are written to desktop/build/compose/binaries

About


Languages

Language:Kotlin 98.9%Language:Swift 1.0%Language:Ruby 0.2%