Skip to content

Commit

Permalink
Merge pull request #1246 from joreilly/spm_cleanup
Browse files Browse the repository at this point in the history
swift package related cleanup
  • Loading branch information
joreilly authored Apr 6, 2024
2 parents 93f5719 + 52a4e7d commit 97d6b65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
29 changes: 0 additions & 29 deletions Package.swift

This file was deleted.

21 changes: 0 additions & 21 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ plugins {
id("com.squareup.wire")
id("maven-publish")
id("kotlinx-serialization")
id("io.github.luca992.multiplatform-swiftpackage") version "2.2.1"
alias(libs.plugins.kmmbridge)
alias(libs.plugins.buildkonfig)
}
Expand Down Expand Up @@ -247,26 +246,6 @@ tasks.create("runJvmMain", JavaExec::class.java) {
this.mainClass.set("dev.johnoreilly.confetti.MainKt")
}

//publishing {
// repositories {
// maven {
// url = uri("https://repo.repsy.io/mvn/joreilly/confetti")
// credentials {
// username = System.getenv("MAVEN_USERNAME") ?: System.getProperty("MAVEN_USERNAME")
// password = System.getenv("MAVEN_PASSWORD") ?: System.getProperty("MAVEN_PASSWORD") }
// }
// }
//}

multiplatformSwiftPackage {
packageName("ConfettiKit")
swiftToolsVersion("5.9")
targetPlatforms {
iOS { v("14") }
macOS { v("12")}
}
}

buildkonfig {
packageName = "dev.johnoreilly.confetti"

Expand Down

0 comments on commit 97d6b65

Please sign in to comment.