From 40666874d072f804fe7967cdfb079b8290d7dbb1 Mon Sep 17 00:00:00 2001 From: Cal Stephens Date: Fri, 12 Jan 2024 10:34:58 -0800 Subject: [PATCH] Revert "Download visionOS platform if necessary" This reverts commit 336ccff046b4e7ea59364314b89b4f7e8df8e09d. --- Rakefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Rakefile b/Rakefile index 97d10a0044..0e69f3c3e4 100644 --- a/Rakefile +++ b/Rakefile @@ -252,8 +252,6 @@ def ifVisionOSEnabled if ENV["SKIP_VISION_OS"] == "true" puts "Skipping visionOS build" else - # Download visionOS SDK if necessary - xcodebuild("-downloadPlatform visionOS") yield end end