Skip to content

Commit

Permalink
Set explicit gym destination
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Jan 6, 2024
1 parent 6dfca9d commit cd5411c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.ios
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
INFO_PLIST_ROOT="Passepartout/App"
MATCH_PLATFORM="ios"
GYM_SCHEME="Passepartout"
GYM_DESTINATION="generic/platform=iOS"
DELIVER_PLATFORM="ios"
DELIVER_METADATA_PATH="Passepartout/App/fastlane/ios/metadata"
DELIVER_SCREENSHOTS_PATH="Passepartout/App/fastlane/ios/screenshots"
Expand Down
1 change: 1 addition & 0 deletions .env.mac
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ MATCH_PLATFORM="catalyst"
MATCH_ADDITIONAL_CERT_TYPES="mac_installer_distribution"
GYM_SCHEME="Passepartout"
GYM_CATALYST_PLATFORM="macos"
GYM_DESTINATION="generic/platform=macOS"
DELIVER_PLATFORM="osx"
DELIVER_METADATA_PATH="Passepartout/App/fastlane/mac/metadata"
DELIVER_SCREENSHOTS_PATH="Passepartout/App/fastlane/mac/screenshots"
Expand Down
1 change: 1 addition & 0 deletions .env.tvos
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
INFO_PLIST_ROOT="Passepartout/App"
MATCH_PLATFORM="tvos"
GYM_SCHEME="Passepartout"
GYM_DESTINATION="generic/platform=tvOS"
DELIVER_PLATFORM="appletvos"
DELIVER_METADATA_PATH="Passepartout/App/fastlane/tvos/metadata"
DELIVER_SCREENSHOTS_PATH="Passepartout/App/fastlane/tvos/screenshots"
Expand Down

0 comments on commit cd5411c

Please sign in to comment.