pilot/lib/pilot/options.rb in fastlane-2.219.0 vs pilot/lib/pilot/options.rb in fastlane-2.220.0
- old
+ new
@@ -47,10 +47,10 @@
short_option: "-m",
env_name: "PILOT_PLATFORM",
description: "The platform to use (optional)",
optional: true,
verify_block: proc do |value|
- UI.user_error!("The platform can only be ios, appletvos, or osx") unless ['ios', 'appletvos', 'osx'].include?(value)
+ UI.user_error!("The platform can only be ios, appletvos, osx, or xros") unless ['ios', 'appletvos', 'osx', 'xros'].include?(value)
end),
FastlaneCore::ConfigItem.new(key: :apple_id,
short_option: "-p",
env_name: "PILOT_APPLE_ID",
description: "Apple ID property in the App Information section in App Store Connect",