From 550f89209088293a9dfcf3bab375a26485cb2474 Mon Sep 17 00:00:00 2001 From: Denys Telezhkin Date: Thu, 6 Oct 2022 15:04:49 +0300 Subject: [PATCH] Correctly test on MacCatalyst. --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 02a8d092..0d03efab 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -17,7 +17,7 @@ lane :test_tvos16 do end lane :test_catalyst do - scan(catalyst_platform: "macos", prelaunch_simulator: false, disable_slide_to_type: false) + scan(destination: "platform=macOS,variant=Mac Catalyst", prelaunch_simulator: false, disable_slide_to_type: false) end lane :pod_lint do