From 1e448b9dec24db8cbdabe90a8e230c0887be7b2b Mon Sep 17 00:00:00 2001 From: Ioannis J Date: Fri, 8 Nov 2024 11:57:29 +0200 Subject: [PATCH] ci: download all platforms when releasing cocapods (#240) --- 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