diff --git a/.github/workflows/apple.yml b/.github/workflows/apple.yml index ea220db..2577ab6 100644 --- a/.github/workflows/apple.yml +++ b/.github/workflows/apple.yml @@ -62,6 +62,7 @@ jobs: -scheme FluxaIos -sdk iphonesimulator -destination 'generic/platform=iOS Simulator' + ARCHS=arm64 CODE_SIGNING_ALLOWED=NO build @@ -97,5 +98,6 @@ jobs: -scheme FluxaTvos -sdk appletvsimulator -destination 'generic/platform=tvOS Simulator' + ARCHS=arm64 CODE_SIGNING_ALLOWED=NO build diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index a44ce85..ae11059 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -22,7 +22,7 @@ kotlin { sourceSets { commonMain.dependencies { - implementation(project(":core")) + api(project(":core")) implementation(libs.coil3) implementation(libs.coil3.compose) implementation(libs.koin.core)