From 0e3845ef83640701afb820837fe59f95e95e819e Mon Sep 17 00:00:00 2001 From: Ioannis J Date: Fri, 8 Nov 2024 13:41:03 +0200 Subject: [PATCH] ci: lets just install visionos sim on 2.1 (#243) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3209ea770..787b81bef 100644 --- a/Makefile +++ b/Makefile @@ -67,5 +67,5 @@ releaseCocoaPods: # I think we can do without these next 2 steps but let's leave it for now set -o pipefail && xcrun xcodebuild -downloadAllPlatforms # install Apple Vision Pro - xcrun simctl create "Apple Vision Pro" "Apple Vision Pro" "xros1.0" + xcrun simctl create "Apple Vision Pro" "Apple Vision Pro" "xros2.1" pod trunk push PostHog.podspec --allow-warnings \ No newline at end of file