2021-01-02 13:39:30 +00:00
|
|
|
# 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"
|
|
|
|
|
2021-10-11 15:18:54 +00:00
|
|
|
output_directory "dist/#{ENV["PLATFORM"]}"
|
2021-01-02 13:39:30 +00:00
|
|
|
|
|
|
|
clean true
|
|
|
|
silent false
|
|
|
|
skip_profile_detection true
|