gym
概要
設定ファイルとして Gymfile をサポートしている。init コマンドを利用すると、./fastlane/Gymfile を生成することができる。 code:console
fastlane gym init
生成結果は下記のような感じ。
code:ruby
# For more information about this configuration visit
# 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")
output_directory("./")