Fix testing destinations

This commit is contained in:
Davide De Rosa 2021-11-06 12:19:00 +01:00
parent 22ef8fcd10
commit 7870ea5997
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@ PLATFORM="ios"
APP_ROOT="Passepartout/App/iOS" APP_ROOT="Passepartout/App/iOS"
MATCH_PLATFORM="ios" MATCH_PLATFORM="ios"
GYM_SCHEME="Passepartout-iOS" GYM_SCHEME="Passepartout-iOS"
SCAN_DEVICE="Any iPhone" SCAN_DEVICE="iPhone 12"
DELIVER_PLATFORM="ios" DELIVER_PLATFORM="ios"
PILOT_PLATFORM="ios" PILOT_PLATFORM="ios"

View File

@ -3,6 +3,6 @@ APP_ROOT="Passepartout/App/macOS"
MATCH_PLATFORM="macos" MATCH_PLATFORM="macos"
MATCH_ADDITIONAL_CERT_TYPES="mac_installer_distribution" MATCH_ADDITIONAL_CERT_TYPES="mac_installer_distribution"
GYM_SCHEME="Passepartout-macOS" GYM_SCHEME="Passepartout-macOS"
SCAN_DEVICE="Any Mac" SCAN_DESTINATION="platform=macOS"
DELIVER_PLATFORM="osx" DELIVER_PLATFORM="osx"
PILOT_PLATFORM="osx" PILOT_PLATFORM="osx"