Skip to content

Commit

Permalink
Move Xcode Run Script Build Phase note (#5584)
Browse files Browse the repository at this point in the history
  • Loading branch information
garricn committed May 16, 2024
1 parent 7957859 commit fe97631
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,12 @@ plugin, please consider one of the following options:

### Xcode Run Script Build Phase

> [!NOTE]
> Based upon the installation method used, the shell command syntax in the
> Run Script Build Phase may be different or additional configuration could
> be required. Refer to the [installation](#installation) instructions for
> more information.
If the build tool plugin does not work for your project setup or when
additional custom setup is required, SwiftLint can be added as a Run Script
Build Phase. This is useful when a project setup relies on the `--config`
Expand All @@ -318,12 +324,6 @@ fi
> Uncheck `Based on dependency analysis` to run `swiftlint` on all incremental
> builds, suppressing the unspecified outputs warning.
> [!NOTE]
> Based upon the installation method used, the shell command syntax in the
> Run Script Build Phase may be different or additional configuration could
> be required. Refer to the [installation](#installation) instructions for
> more information.
#### Consideration for Xcode 15.0

Xcode 15 made a significant change by setting the default value of the
Expand Down

0 comments on commit fe97631

Please sign in to comment.