Skip to content

Commit

Permalink
[action] deprecate the ensure_xcode_version action (#21448)
Browse files Browse the repository at this point in the history
  • Loading branch information
revolter committed Aug 26, 2023
1 parent dbb84f9 commit 6c76839
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fastlane/lib/fastlane/actions/ensure_xcode_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ def self.category
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

0 comments on commit 6c76839

Please sign in to comment.