gym
#fastlane
概要
gym は iOS/Android アプリのビルド/リリースのための action。
https://docs.fastlane.tools/actions/gym/
Gymfile
設定ファイルとして Gymfile をサポートしている。init コマンドを利用すると、./fastlane/Gymfile を生成することができる。
code:console
fastlane gym init
生成結果は下記のような感じ。
code:ruby
# 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")
output_directory("./")