We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4747c9d commit 7686439Copy full SHA for 7686439
src/main/kotlin/com/chromaticnoise/multiplatformswiftpackage/task/CreateXCFrameworkTask.kt
@@ -39,7 +39,7 @@ internal fun getTvosSimulatorFrameworks(configuration: PluginConfiguration): Lis
39
}
40
41
internal fun Project.registerCreateUniversalMacosFrameworkTask() =
42
- task<FatFrameworkTask>("createUniversalMacosSimulatorFramework") {
+ task<FatFrameworkTask>("createUniversalMacosFramework") {
43
group = "multiplatform-swift-package"
44
description = "Creates a universal (fat) macos framework"
45
val configuration = getConfigurationOrThrow()
0 commit comments