gym/lib/gym/options.rb in fastlane-2.82.0.beta.20180217010002 vs gym/lib/gym/options.rb in fastlane-2.82.0.beta.20180218010003
- old
+ new
@@ -161,10 +161,11 @@
optional: true),
FastlaneCore::ConfigItem.new(key: :buildlog_path,
short_option: "-l",
env_name: "GYM_BUILDLOG_PATH",
description: "The directory where to store the build log",
- default_value: "#{FastlaneCore::Helper.buildlog_path}/gym"),
+ default_value: "#{FastlaneCore::Helper.buildlog_path}/gym",
+ default_value_dynamic: true),
FastlaneCore::ConfigItem.new(key: :sdk,
short_option: "-k",
env_name: "GYM_SDK",
description: "The SDK that should be used for building the application",
optional: true),