mirror of
https://github.com/FluxaMedia/fluxa.git
synced 2026-08-09 08:27:32 +00:00
Fix Apple framework export and simulator architecture
This commit is contained in:
parent
f9adf9b16f
commit
b08dd5a00d
2 changed files with 3 additions and 1 deletions
2
.github/workflows/apple.yml
vendored
2
.github/workflows/apple.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue