passepartout-apple/fastlane/Gymfile
Davide De Rosa ab2aa03c62 Optimize release workflow
- Enforce 1h keychain lock timeout

- Disable xcpretty again for better debugging

- Drop redundant names of boilerplate actions

- Limit scope of release env variables

- Split release pull and tagging

- Generate markdown release notes in standalone script
2021-12-08 16:10:27 +01:00

22 lines
455 B
Plaintext

# For more information about this configuration visit
# https://docs.fastlane.tools/actions/gym/#gymfile
# In general, you can use the options available
# fastlane gym --help
# Remove the # in front of the line to enable the option
# scheme "Example"
# sdk "iphoneos9.0"
clean true
silent false
skip_profile_detection true
build_path "build"
derived_data_path "build/derived_data"
#cloned_source_packages_path "build/sources"
disable_xcpretty true