From 2e451bc0e9cb71027647656a1426b1eb42ed95e2 Mon Sep 17 00:00:00 2001 From: isaacakakpo1 Date: Sun, 10 Mar 2024 19:30:22 +0000 Subject: [PATCH] Add Push to Cocoapods task --- shared/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index 1298a88..7ae0a60 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -38,7 +38,7 @@ kotlin { iosSimulatorArm64() - version = "0.7.17" + version = "0.7.18" cocoapods { summary = "Janus-message-sdk" @@ -115,7 +115,7 @@ val podSpecFile = val extras = mutableListOf() extras.add("--allow-warnings") - + extras.add("--verbose") project.procRunFailLog("pod", "trunk", "push", podSpecFile, *extras.toTypedArray()) }