gym/lib/gym/options.rb in fastlane-2.216.0 vs gym/lib/gym/options.rb in fastlane-2.217.0

- old
+ new

@@ -150,10 +150,10 @@ description: "Platform to build when using a Catalyst enabled app. Valid values are: ios, macos", type: String, optional: true, verify_block: proc do |value| av = %w(ios macos) - UI.user_error!("Unsupported export_method '#{value}', must be: #{av}") unless av.include?(value) + UI.user_error!("Unsupported catalyst_platform '#{value}', must be: #{av}") unless av.include?(value) end), FastlaneCore::ConfigItem.new(key: :installer_cert_name, env_name: "GYM_INSTALLER_CERT_NAME", description: "Full name of 3rd Party Mac Developer Installer or Developer ID Installer certificate. Example: `3rd Party Mac Developer Installer: Your Company (ABC1234XWYZ)`", type: String,