Trey
01/25/2024, 7:42 PMkotlin {
val xcf = XCFramework()
val iosTargets = listOf(iosX64(), iosArm64(), iosSimulatorArm64())
iosTargets.forEach {
it.binaries.framework {
baseName = "shared"
xcf.add(this)
}
}
}
This is how it is done with cocoapods, but I can't find docs on xcframework.