fastlane/lib/fastlane/actions/xcode_select.rb in fastlane-2.137.0 vs fastlane/lib/fastlane/actions/xcode_select.rb in fastlane-2.138.0
- old
+ new
@@ -36,10 +36,15 @@
def self.description
"Change the xcode-path to use. Useful for beta versions of Xcode"
end
def self.details
- "Select and build with the Xcode installed at the provided path. Use the `xcversion` action if you want to select an Xcode based on a version specifier or you don't have known, stable paths as may happen in a CI environment."
+ [
+ "Select and build with the Xcode installed at the provided path.",
+ "Use the `xcversion` action if you want to select an Xcode:",
+ "- Based on a version specifier or",
+ "- You don't have known, stable paths, as may happen in a CI environment."
+ ].join("\n")
end
def self.author
"dtrenz"
end