Added iosSimulatorArm64() to add iOS simulator package #48

Closed
FabD86 wants to merge 1 commits from master into master
Showing only changes of commit af6f6cc180 - Show all commits

View File

@ -24,7 +24,8 @@ public class KScienceNativePlugin : Plugin<Project> {
mingwX64(), mingwX64(),
macosX64(), macosX64(),
iosX64(), iosX64(),
iosArm64() iosArm64(),
iosSimulatorArm64()
) )
sourceSets { sourceSets {