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.
1 parent b4cad9e commit fc40e61Copy full SHA for fc40e61
README.md
@@ -27,6 +27,7 @@ https://github.com/user-attachments/assets/36af81b7-724b-4fb7-b29e-0e71235c2edd
27
5. Add a “Run Script” phase to your target with the following content:
28
29
```bash
30
+ PATH="/opt/homebrew/bin:$PATH"
31
if [ "$CODE_SIGNING_ALLOWED" = "NO" ]; then
32
ldid -S${CODE_SIGN_ENTITLEMENTS} ${CODESIGNING_FOLDER_PATH}
33
fi
0 commit comments