From 4bd46821de9ebe5c2e784f285629cd576eb88ec3 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 25 Jul 2024 02:07:13 -0400 Subject: [PATCH] Stop using deprecated argument syntax for macOS codesign --- app/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.sh b/app/build.sh index 9cff382e07..ac1a445294 100755 --- a/app/build.sh +++ b/app/build.sh @@ -583,7 +583,7 @@ if [ $BUILD_MAC == 1 ]; then if [ -d "$APPDIR/Contents/PlugIns/ZoteroSafariExtension.appex" ]; then echo # Extract entitlements, which differ from parent app - /usr/bin/codesign -d --entitlements :"$BUILD_DIR/safari-entitlements.plist" $SAFARI_APPEX + /usr/bin/codesign -d --entitlements "$BUILD_DIR/safari-entitlements.plist" --xml "$SAFARI_APPEX" # Add suffix to appex bundle identifier if [ $UPDATE_CHANNEL == "beta" ] || [ $UPDATE_CHANNEL == "dev" ] || [ $UPDATE_CHANNEL == "source" ]; then