From 2714cbb9d9ba6a4c89b2b36ca6b29363d3ece197 Mon Sep 17 00:00:00 2001 From: SeungYeop Yeom Date: Sat, 28 Sep 2024 09:47:04 +0900 Subject: [PATCH] Temporarily disable the visionOS simulator in the CI --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a9d47eb..22c606a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PLATFORM_IOS = iOS Simulator,name=iPhone 16 PLATFORM_MACOS = macOS PLATFORM_TVOS = tvOS Simulator,name=Apple TV -PLATFORM_VISIONOS = visionOS Simulator,name=Apple Vision Pro +PLATFORM_VISIONOS = visionOS Simulator,name=Apple Vision Pro # Temporarily disabling the visionOS simulator in GitHub Actions. PLATFORM_WATCHOS = watchOS Simulator,name=Apple Watch Series 10 (46mm) CONFIG = debug @@ -16,7 +16,6 @@ build: "$(PLATFORM_IOS)" \ "$(PLATFORM_MACOS)" \ "$(PLATFORM_TVOS)" \ - "$(PLATFORM_VISIONOS)" \ "$(PLATFORM_WATCHOS)"; \ do \ xcodebuild clean build \