Skip to content

Commit fc40e61

Browse files
authored
Update README.md
1 parent b4cad9e commit fc40e61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ https://github.com/user-attachments/assets/36af81b7-724b-4fb7-b29e-0e71235c2edd
2727
5. Add a “Run Script” phase to your target with the following content:
2828

2929
```bash
30+
PATH="/opt/homebrew/bin:$PATH"
3031
if [ "$CODE_SIGNING_ALLOWED" = "NO" ]; then
3132
ldid -S${CODE_SIGN_ENTITLEMENTS} ${CODESIGNING_FOLDER_PATH}
3233
fi

0 commit comments

Comments
 (0)