File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,12 +116,12 @@ if [ -n "$AC_USERNAME" ]; then
116116/usr/bin/codesign --force -s " Developer ID Application: Timothy Schoen (7SV7JPRR2L)" --options runtime --entitlements ./Resources/Installer/Entitlements.plist ./Plugins/Standalone/* .app
117117
118118# Sign plugins
119- /usr/bin/codesign --force -s " Developer ID Application: Timothy Schoen (7SV7JPRR2L)" ./Plugins/VST3/* .vst3
120- /usr/bin/codesign --force -s " Developer ID Application: Timothy Schoen (7SV7JPRR2L)" ./Plugins/AU/* .component
121- /usr/bin/codesign --force -s " Developer ID Application: Timothy Schoen (7SV7JPRR2L)" ./Plugins/LV2/plugdata.lv2/libplugdata.so
122- /usr/bin/codesign --force -s " Developer ID Application: Timothy Schoen (7SV7JPRR2L)" ./Plugins/LV2/plugdata-fx.lv2/libplugdata-fx.so
123- /usr/bin/codesign --force -s " Developer ID Application: Timothy Schoen (7SV7JPRR2L)" ./Plugins/CLAP/plugdata.clap/Contents/MacOS/plugdata
124- /usr/bin/codesign --force -s " Developer ID Application: Timothy Schoen (7SV7JPRR2L)" ./Plugins/CLAP/plugdata-fx.clap/Contents/MacOS/plugdata-fx
119+ /usr/bin/codesign --force -s " Developer ID Application: Timothy Schoen (7SV7JPRR2L)" --options runtime --entitlements ./Resources/Installer/Entitlements.plist ./Plugins/VST3/* .vst3
120+ /usr/bin/codesign --force -s " Developer ID Application: Timothy Schoen (7SV7JPRR2L)" --options runtime --entitlements ./Resources/Installer/Entitlements.plist ./Plugins/AU/* .component
121+ /usr/bin/codesign --force -s " Developer ID Application: Timothy Schoen (7SV7JPRR2L)" --options runtime --entitlements ./Resources/Installer/Entitlements.plist ./Plugins/LV2/plugdata.lv2/libplugdata.so
122+ /usr/bin/codesign --force -s " Developer ID Application: Timothy Schoen (7SV7JPRR2L)" --options runtime --entitlements ./Resources/Installer/Entitlements.plist ./Plugins/LV2/plugdata-fx.lv2/libplugdata-fx.so
123+ /usr/bin/codesign --force -s " Developer ID Application: Timothy Schoen (7SV7JPRR2L)" --options runtime --entitlements ./Resources/Installer/Entitlements.plist ./Plugins/CLAP/plugdata.clap/Contents/MacOS/plugdata
124+ /usr/bin/codesign --force -s " Developer ID Application: Timothy Schoen (7SV7JPRR2L)" --options runtime --entitlements ./Resources/Installer/Entitlements.plist ./Plugins/CLAP/plugdata-fx.clap/Contents/MacOS/plugdata-fx
125125
126126fi
127127
You can’t perform that action at this time.
0 commit comments