fastlane/lib/fastlane/actions/ensure_xcode_version.rb in fastlane-2.185.1 vs fastlane/lib/fastlane/actions/ensure_xcode_version.rb in fastlane-2.186.0
- old
+ new
@@ -83,11 +83,10 @@
def self.available_options
[
FastlaneCore::ConfigItem.new(key: :version,
env_name: "FL_ENSURE_XCODE_VERSION",
description: "Xcode version to verify that is selected",
- is_string: true,
optional: true),
FastlaneCore::ConfigItem.new(key: :strict,
description: "Should the version be verified strictly (all 3 version numbers), or matching only the given version numbers (i.e. `11.3` == `11.3.x`)",
type: Boolean,
default_value: true)
@@ -107,10 +106,10 @@
["JaviSoto", "KrauseFx"]
end
def self.example_code
[
- 'ensure_xcode_version(version: "7.2")'
+ 'ensure_xcode_version(version: "12.5")'
]
end
def self.category
:building