Skip to content

Commit afa97b7

Browse files
authored
Update README.md
1 parent 994c2a9 commit afa97b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ _Tip:_ Add the `*.generated.swift` pattern to your `.gitignore` file to prevent
114114
3. Drag the new `Run Script` phase **above** the `Compile Sources` phase, expand it and paste the following script:
115115
```bash
116116
if mint list | grep -q 'R.swift'; then
117-
mint run R.swift rswift generate "$SRCROOT/R.generated.swift"
117+
mint run R.swift@v6.1.0 rswift generate "$SRCROOT/R.generated.swift"
118118
else
119119
echo "error: R.swift not installed; run 'mint bootstrap' to install"
120120
return -1

0 commit comments

Comments
 (0)