From dec7b9a9af347014647fca31624e49cdaf359ddc Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 5 May 2024 18:49:12 +0200 Subject: [PATCH] Fix macOS signing when excluding xjadeo --- tools/osx_packaging/osx_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 7054ff9cb9..c55b804df2 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -468,6 +468,7 @@ else STDCPP= fi +echo "Stripping symbols and architectures." while [ true ] ; do missing=false for file in $APPROOT/MacOS/* $Frameworks/* $Panners/*.dylib $Backends/*.dylib $Surfaces/*.dylib $GTK_ENGINE_DIR/*.dylib ; do @@ -951,7 +952,7 @@ if test -n "${APPLE_DEVELOPER_ID_FOR_APPLICATION}"; then fi fi -if test -n "${APPLE_DEVELOPER_ID_FOR_APPLICATION}" -a -n "$WITH_HARVID"; then +if test -n "${APPLE_DEVELOPER_ID_FOR_APPLICATION}" -a -n "$WITH_XJADEO"; then ############# ## Sign Jadeo