Skip to content

Commit 532fe01

Browse files
committed
Add macosArm64 target and migrate iosMain to appleMain
* Add `macosArm64()` to the Kotlin Multiplatform targets in `KotlinMultiplatformConventionPlugin` * Move `Clock.ios.kt` from the `iosMain` directory to `appleMain` to support the broader Apple platform ecosystem Signed-off-by: scottolcott <scottolcott@gmail.com>
1 parent 213e574 commit 532fe01

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

store/src/iosMain/kotlin/org/mobilenativefoundation/store/store5/impl/extensions/Clock.ios.kt renamed to store/src/appleMain/kotlin/org/mobilenativefoundation/store/store5/impl/extensions/Clock.ios.kt

File renamed without changes.

tooling/plugins/src/main/kotlin/org/mobilenativefoundation/store/tooling/plugins/KotlinMultiplatformConventionPlugin.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class KotlinMultiplatformConventionPlugin : Plugin<Project> {
5151
iosX64()
5252
iosArm64()
5353
iosSimulatorArm64()
54+
macosArm64()
5455

5556
linuxX64()
5657

0 commit comments

Comments
 (0)