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 664ee86 commit 6000066Copy full SHA for 6000066
.github/workflows/build.yaml
@@ -130,7 +130,7 @@ jobs:
130
131
- name: Codesign (macOS)
132
if: ${{ matrix.name == 'macOS' }}
133
- run: codesign --force -s "${{ secrets.DEVELOPER_ID_APPLICATION}}" -v ${{ env.APP_DIR }}/${{ matrix.app }} --deep --strict --options=runtime --timestamp
+ run: codesign --force -s "${{ secrets.DEVELOPER_ID_APPLICATION}}" -v ${{ env.APP_DIR }}/${{ matrix.app }} --entitlements ${{ env.BUILD_DIR }}/${{ env.BINARY_NAME }}_artefacts/JuceLibraryCode/${{ env.BINARY_NAME }}.entitlements --deep --strict --options=runtime --timestamp
134
135
- name: "Notarize and staple (macOS)"
136
0 commit comments