Skip to content

Commit

Permalink
add ios sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
alisalimik committed Jun 13, 2024
1 parent b63329a commit b765634
Show file tree
Hide file tree
Showing 16 changed files with 554 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ kotlin {
jvm("desktop")

listOf(
iosX64(),
iosArm64(),
iosSimulatorArm64()
).forEach { iosTarget ->
iosTarget.binaries.framework {
Expand Down
4 changes: 4 additions & 0 deletions app/src/iosMain/kotlin/MainViewController.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import androidx.compose.ui.window.ComposeUIViewController
import ir.ehsannarmani.compose_charts.ui.App

fun MainViewController() = ComposeUIViewController { App() }
Empty file modified gradlew
100644 → 100755
Empty file.
3 changes: 3 additions & 0 deletions iosApp/Configuration/Config.xcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TEAM_ID=
BUNDLE_ID=ir.ehsannarmani.compose_charts
APP_NAME=ChartsSample
Loading

0 comments on commit b765634

Please sign in to comment.