We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2eddb7 + 2df0798 commit 30bf623Copy full SHA for 30bf623
README.md
@@ -145,7 +145,7 @@ _Tip:_ Add the `*.generated.swift` pattern to your `.gitignore` file to prevent
145
3. Drag the new `Run Script` phase **above** the `Compile Sources` phase, expand it and paste the following script:
146
```bash
147
if mint list | grep -q 'R.swift'; then
148
- 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"
149
else
150
echo "error: R.swift not installed; run 'mint bootstrap' to install"
151
return -1
0 commit comments