transitioned to cmake for desktop build
This commit is contained in:
@ -13,16 +13,14 @@ codesign ${POPTS} --entitlements ${MAINNAME}.entitlements ${MAINNAME}/${MAINNAM
|
||||
codesign ${POPTS} --entitlements ${MAINNAME}.entitlements ${MAINNAME}/${MAINNAME}.vst3
|
||||
|
||||
|
||||
if false ; then
|
||||
|
||||
# AAX is special
|
||||
if [ -n "${AAXSIGNCMD}" ]; then
|
||||
# AAX is special
|
||||
if [ -n "${AAXSIGNCMD}" ]; then
|
||||
echo "Signing AAX plugin"
|
||||
${AAXSIGNCMD} --in ${MAINNAME}/${MAINNAME}.aaxplugin --out ${MAINNAME}/${MAINNAME}.aaxplugin
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
|
||||
if [ "x$1" = "xonly" ] ; then
|
||||
echo Code-signing only
|
||||
exit 0
|
||||
@ -54,12 +52,3 @@ if ! ./notarize-app.sh --resume=tmp/sbvst3.uuid ${MAINNAME}/${MAINNAME}.vst3 ; t
|
||||
fi
|
||||
|
||||
|
||||
#if ! ./notarize-app.sh SonoBus/SonoBus.aaxplugin ; then
|
||||
# echo Notarization AAX failed
|
||||
# exit 2
|
||||
#fi
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user