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"