From 98c00d5fbe490edb284b9a58adbc6c6f7c6ba421 Mon Sep 17 00:00:00 2001 From: Geneva Parayno Date: Thu, 8 Feb 2024 10:42:55 +0800 Subject: [PATCH] PIA-1265: update platform for tvos --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index ec666416..62c7f27e 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -2,7 +2,7 @@ default_platform(:ios) import("./Certificates") -platform :tvOS do +platform :appletvos do lane :tvOStests do run_tests(scheme: "PIA VPN-tvOS") end