Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ykws authored Dec 9, 2022
1 parent 730b7c0 commit 2df0798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ _Tip:_ Add the `*.generated.swift` pattern to your `.gitignore` file to prevent
3. Drag the new `Run Script` phase **above** the `Compile Sources` phase, expand it and paste the following script:
```bash
if mint list | grep -q 'R.swift'; then
mint run R.swiftt@v7.0.1 rswift generate "$SRCROOT/R.generated.swift"
mint run R.swift@v7.0.1 rswift generate "$SRCROOT/R.generated.swift"
else
echo "error: R.swift not installed; run 'mint bootstrap' to install"
return -1
Expand Down

0 comments on commit 2df0798

Please sign in to comment.