We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f7fc9 commit 7139b71Copy full SHA for 7139b71
projects/macos/ecode/sign.sh
@@ -80,10 +80,6 @@ else
80
fi
81
82
83
-# Debug: List certificates
84
-echo "Listing certificates in keychain for debugging..."
85
-security find-certificate -a -p "$KEYCHAIN_NAME"
86
-
87
# Ensure keychain is unlocked
88
echo "Ensuring keychain is unlocked..."
89
security unlock-keychain -p "$KEYCHAIN_PASSWORD" "$KEYCHAIN_NAME"
0 commit comments