pilot/lib/pilot/options.rb in fastlane-2.65.0 vs pilot/lib/pilot/options.rb in fastlane-2.66.0
- old
+ new
@@ -22,9 +22,10 @@
FastlaneCore::ConfigItem.new(key: :app_platform,
short_option: "-m",
env_name: "PILOT_PLATFORM",
description: "The platform to use (optional)",
optional: true,
+ default_value: 'ios',
verify_block: proc do |value|
UI.user_error!("The platform can only be ios, appletvos, or osx") unless ['ios', 'appletvos', 'osx'].include? value
end),
FastlaneCore::ConfigItem.new(key: :ipa,
short_option: "-i",