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.
2 parents b35ff2f + 6e8d9f3 commit 13fd9d2Copy full SHA for 13fd9d2
src/main/kotlin/com/chromaticnoise/multiplatformswiftpackage/task/CreateZipFileTask.kt
@@ -16,7 +16,7 @@ internal fun Project.registerCreateZipFileTask() {
16
archiveFileName.set(configuration.zipFileName.nameWithExtension)
17
destinationDirectory.set(outputDirectory)
18
from(outputDirectory) {
19
- include("**/*.xcframework/")
+ include("${configuration.packageName.value}.xcframework/")
20
}
21
22
0 commit comments