Skip to content

Commit

Permalink
Add Push to Cocoapods task
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacakakpo1 committed Mar 10, 2024
1 parent 9fdacd2 commit 2e451bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ kotlin {
iosSimulatorArm64()


version = "0.7.17"
version = "0.7.18"

cocoapods {
summary = "Janus-message-sdk"
Expand Down Expand Up @@ -115,7 +115,7 @@ val podSpecFile =
val extras = mutableListOf<String>()

extras.add("--allow-warnings")

extras.add("--verbose")

project.procRunFailLog("pod", "trunk", "push", podSpecFile, *extras.toTypedArray())
}
Expand Down

0 comments on commit 2e451bc

Please sign in to comment.