Skip to content

Commit 6000066

Browse files
authored
Actually use the macOS entitlements during code signing (#76)
1 parent 664ee86 commit 6000066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
131131
- name: Codesign (macOS)
132132
if: ${{ matrix.name == 'macOS' }}
133-
run: codesign --force -s "${{ secrets.DEVELOPER_ID_APPLICATION}}" -v ${{ env.APP_DIR }}/${{ matrix.app }} --deep --strict --options=runtime --timestamp
133+
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
134134

135135
- name: "Notarize and staple (macOS)"
136136
if: ${{ matrix.name == 'macOS' }}

0 commit comments

Comments
 (0)