Skip to content

Commit

Permalink
Add line about installing xcodes CLI.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerluan committed Oct 14, 2022
1 parent 0bae5ef commit 43328e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ These features, plus the fact that this project wasn't getting the attention it

As of https://github.com/fastlane/fastlane/pull/20672, a new action was introduced to _fastlane_ called `xcodes`. You can find its full documentation here: https://docs.fastlane.tools/actions/xcodes

Keep in mind that the `xcodes` action depends on [`xcodes`](https://github.com/RobotsAndPencils/xcodes) CLI, so make sure you have it installed in your environment. For the installation guide, see: https://github.com/RobotsAndPencils/xcodes#installation

There are 3 actions that depend on `xcode-install` gem. Below you can find how to migrate each one of them:

## 1. `xcode_install`
Expand Down

0 comments on commit 43328e9

Please sign in to comment.