fastlane/lib/fastlane/actions/ensure_xcode_version.rb in fastlane-2.214.0 vs fastlane/lib/fastlane/actions/ensure_xcode_version.rb in fastlane-2.215.0

- old
+ new

@@ -117,8 +117,12 @@ end def self.is_supported?(platform) [:ios, :mac].include?(platform) end + + def self.deprecated_notes + "The xcode-install gem, which this action depends on, has been sunset. Please migrate to [xcodes](https://docs.fastlane.tools/actions/xcodes). You can find a migration guide here: [xcpretty/xcode-install/MIGRATION.md](https://github.com/xcpretty/xcode-install/blob/master/MIGRATION.md)" + end end end end