ge-org / multiplatform-swiftpackage

Gradle plugin that generates a Swift Package Manager manifest and an XCFramework to distribute a Kotlin Multiplatform library for Apple platforms.
Apache License 2.0
336 stars 49 forks source link

Make Name of ZIP File Customizable #22

Closed ge-org closed 3 years ago

ge-org commented 3 years ago

e.g. a DSL syntax like this

multiplatformSwiftPackage {
    zipFileName("${project.name}-stable")
}