domain.TargetName.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kmmbridge Show documentation
Show all versions of kmmbridge Show documentation
KMP Xcode XCFramework Packaging and tooling
package co.touchlab.faktory.domain
internal enum class TargetName(val identifier: String) {
IOSarm64("iosArm64"),
IOSx64("iosX64"),
IOSSimulatorArm64("iosSimulatorArm64"),
macosArm64("macosArm64"),
macosX64("macosX64"),
tvosX64("tvosX64"),
tvosArm64("tvosArm64"),
tvosSimulatorArm64("tvosSimulatorArm64"),
watchosX64("watchosX64"),
watchosArm32("watchosArm32"),
watchosArm64("watchosArm64"),
watchosDeviceArm64("watchosDeviceArm64"),
watchosSimulatorArm64("watchosSimulatorArm64")
;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy