From 6e1fcbc13994faa23f5dab4cf6e7ff397c9f8e9f Mon Sep 17 00:00:00 2001 From: David Braun <2096055+DBraun@users.noreply.github.com> Date: Fri, 5 Apr 2024 12:12:50 -0400 Subject: [PATCH] Update all.yml --- .github/workflows/all.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 73dddf8..b250a19 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -137,13 +137,15 @@ jobs: run: | export PATH=$pythonLocation:$PATH python build_tdfaust.py --pythonver=3.11 --arch=${{matrix.arch}} - codesign --force --verify --verbose=2 --timestamp --options=runtime --deep Plugins/TD-Faust.plugin + codesign --force --verify --verbose=2 --timestamp --options=runtime --deep --sign "Apple Distribution: David Braun" Plugins/TD-Faust.plugin + codesign --verify --deep --strict --verbose=2 Plugins/TD-Faust.plugin - name: Build Reverb operator run: | export PATH=$PWD/thirdparty/libfaust/darwin-x64/Release/bin:$PATH python faust2td.py --dsp reverb.dsp --type "Reverb" --label "Reverb" --icon "Rev" --author "David Braun" --email "github.com/DBraun" --drop-prefix --arch=${{matrix.arch}} - codesign --force --verify --verbose=2 --timestamp --options=runtime --deep Plugins/Reverb.plugin + codesign --force --verify --verbose=2 --timestamp --options=runtime --deep --sign "Apple Distribution: David Braun" Plugins/Reverb.plugin + codesign --verify --deep --strict --verbose=2 Plugins/Reverb.plugin - name: Make distribution run: |