fastlane/lib/fastlane/actions/ensure_xcode_version.rb in fastlane-2.54.0.beta.20170811010002 vs fastlane/lib/fastlane/actions/ensure_xcode_version.rb in fastlane-2.54.0.beta.20170812010002
- old
+ new
@@ -28,10 +28,10 @@
"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 is not accidentally selected to build, which would make uploading to TestFlight fail."
+ For example, to ensure that a beta version of Xcode is not accidentally selected to build, which would make uploading to TestFlight fail."
end
def self.available_options
[
FastlaneCore::ConfigItem.new(key: :version,