We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce7b52 commit ebf0c67Copy full SHA for ebf0c67
1 file changed
codesign_applet.sh
@@ -26,7 +26,7 @@ if test "$?" != "0"; then
26
exit 1
27
fi
28
29
-log "Removing quarantine xattr"
+echo "Removing quarantine xattr"
30
/usr/bin/xattr -dr 'com.apple.quarantine' "$app_to_sign" 2>/dev/null
31
32
entitlements_path="$self_dir/OMCApplet/OMCApplet.entitlements"
0 commit comments