lib/gym/options.rb in gym-1.2.0 vs lib/gym/options.rb in gym-1.3.0
- old
+ new
@@ -90,10 +90,10 @@
description: "Don't use the new API because of https://openradar.appspot.com/radar?id=4952000420642816",
default_value: false,
is_string: false,
verify_block: proc do |value|
if value
- Helper.log.info "Using legacy build system - waiting for radar to be fixed: https://openradar.appspot.com/radar?id=4952000420642816".red
+ UI.important "Using legacy build system - waiting for radar to be fixed: https://openradar.appspot.com/radar?id=4952000420642816"
end
end),
FastlaneCore::ConfigItem.new(key: :export_method,
short_option: "-j",
env_name: "GYM_EXPORT_METHOD",