gym/lib/gym/options.rb in fastlane-2.148.1 vs gym/lib/gym/options.rb in fastlane-2.149.0
- old
+ new
@@ -153,10 +153,10 @@
av = %w(ios macos)
UI.user_error!("Unsupported export_method '#{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 Deveoper ID Installer certificate. Example: `3rd Party Mac Developer Installer: Your Company (ABC1234XWYZ)`",
+ 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,
optional: true),
# Very optional
FastlaneCore::ConfigItem.new(key: :build_path,
env_name: "GYM_BUILD_PATH",