# 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

# tutorial: A3DBE3E7-272D-423B-B968-D5999C12EBC4

scheme("Clendar")

output_directory("./fastlane/builds")

include_bitcode(true)

include_symbols(true)

silent(true)
			
skip_profile_detection(true)

clean(true)