From 7870ea59976e8e53f781bf5d7d836ace16a64652 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sat, 6 Nov 2021 12:19:00 +0100 Subject: [PATCH] Fix testing destinations --- .env.ios | 2 +- .env.mac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.ios b/.env.ios index 0c3df28f..07fb4ae6 100644 --- a/.env.ios +++ b/.env.ios @@ -2,6 +2,6 @@ PLATFORM="ios" APP_ROOT="Passepartout/App/iOS" MATCH_PLATFORM="ios" GYM_SCHEME="Passepartout-iOS" -SCAN_DEVICE="Any iPhone" +SCAN_DEVICE="iPhone 12" DELIVER_PLATFORM="ios" PILOT_PLATFORM="ios" diff --git a/.env.mac b/.env.mac index d51d9537..2d9f80b4 100644 --- a/.env.mac +++ b/.env.mac @@ -3,6 +3,6 @@ APP_ROOT="Passepartout/App/macOS" MATCH_PLATFORM="macos" MATCH_ADDITIONAL_CERT_TYPES="mac_installer_distribution" GYM_SCHEME="Passepartout-macOS" -SCAN_DEVICE="Any Mac" +SCAN_DESTINATION="platform=macOS" DELIVER_PLATFORM="osx" PILOT_PLATFORM="osx"