Fix testing destinations
This commit is contained in:
parent
22ef8fcd10
commit
7870ea5997
2
.env.ios
2
.env.ios
|
@ -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"
|
||||||
|
|
2
.env.mac
2
.env.mac
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue