fastlane/lib/fastlane/actions/ensure_xcode_version.rb in fastlane-2.94.0.beta.20180425050017 vs fastlane/lib/fastlane/actions/ensure_xcode_version.rb in fastlane-2.94.0.beta.20180426050049
- old
+ new
@@ -27,11 +27,13 @@
def self.description
"Ensure the selected Xcode version with xcode-select matches a value"
end
def self.details
- "If building your app requires a specific version of Xcode, you can invoke this command before using gym.\n
- For example, to ensure that a beta version of Xcode is not accidentally selected to build, which would make uploading to TestFlight fail."
+ [
+ "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."
+ ].join("\n")
end
def self.available_options
[
FastlaneCore::ConfigItem.new(key: :version,