fastlane/lib/fastlane/actions/get_build_number.rb in fastlane-2.94.0.beta.20180425050017 vs fastlane/lib/fastlane/actions/get_build_number.rb in fastlane-2.94.0.beta.20180426050049
- old
+ new
@@ -46,12 +46,11 @@
end
def self.details
[
"This action will return the current build number set on your project.",
- "You first have to set up your Xcode project, if you haven't done it already:",
- "https://developer.apple.com/library/ios/qa/qa1827/_index.html"
- ].join(' ')
+ "You first have to set up your Xcode project, if you haven't done it already: [https://developer.apple.com/library/ios/qa/qa1827/_index.html](https://developer.apple.com/library/ios/qa/qa1827/_index.html)."
+ ].join("\n")
end
def self.available_options
[
FastlaneCore::ConfigItem.new(key: :xcodeproj,