fastlane/lib/fastlane/actions/ensure_xcode_version.rb in fastlane-2.198.1 vs fastlane/lib/fastlane/actions/ensure_xcode_version.rb in fastlane-2.199.0

- old
+ new

@@ -73,10 +73,10 @@ def self.details [ "If building your app requires a specific version of Xcode, you can invoke this command before using gym.", "For example, to ensure that a beta version of Xcode is not accidentally selected to build, which would make uploading to TestFlight fail.", - "You can either manually provide a specific version using `version: ` or you make use of the `.xcode-version` file.", + "You can either manually provide a specific version using `version:` or you make use of the `.xcode-version` file.", "Using the `strict` parameter, you can either verify the full set of version numbers strictly (i.e. `11.3.1`) or only a subset of them (i.e. `11.3` or `11`)." ].join("\n") end def self.available_options