From aa3430d500f5ed430061518574cdc4efc4b7195f Mon Sep 17 00:00:00 2001 From: Ioannis J Date: Fri, 8 Nov 2024 11:49:58 +0200 Subject: [PATCH] ci: download all platforms when releasing cocapods --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d46356894..2ff91de39 100644 --- a/Makefile +++ b/Makefile @@ -61,4 +61,5 @@ bootstrap: brew install peripheryapp/periphery/periphery releaseCocoaPods: - pod trunk push PostHog.podspec --allow-warnings + set -o pipefail && xcrun xcodebuild -downloadAllPlatforms + pod trunk push PostHog.podspec --allow-warnings \ No newline at end of file