Fix platform env for match

This commit is contained in:
Davide De Rosa 2021-01-18 20:41:47 +01:00
parent 2588101efa
commit 77c041e37e
3 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
PLATFORM="ios" PLATFORM="ios"
MATCH_PLATFORM="ios"
DELIVER_PLATFORM="ios" DELIVER_PLATFORM="ios"
GYM_SCHEME="Passepartout-iOS" GYM_SCHEME="Passepartout-iOS"
BUNDLE_CONTEXT="ios" BUNDLE_CONTEXT="ios"

View File

@ -1,4 +1,5 @@
PLATFORM="mac" PLATFORM="mac"
MATCH_PLATFORM="macos"
DELIVER_PLATFORM="osx" DELIVER_PLATFORM="osx"
GYM_SCHEME="Passepartout-macOS" GYM_SCHEME="Passepartout-macOS"
BUNDLE_CONTEXT="macos" BUNDLE_CONTEXT="macos"

@ -1 +1 @@
Subproject commit bc83d210092fb6e18628f57f2eb66f37fdede557 Subproject commit 0c3145c150fa278e9c718763e33864757f8948b6