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 684a972 commit 454b987Copy full SHA for 454b987
Makefile
@@ -65,14 +65,6 @@ else
65
@echo "Starting notarization for macOS binaries..."
66
@find build/bin -type f -perm +111 -exec env QUILL_NOTARY_KEY_ID="$(QUILL_NOTARY_KEY_ID)" QUILL_NOTARY_ISSUER="$(QUILL_NOTARY_ISSUER)" QUILL_NOTARY_KEY="$(QUILL_NOTARY_KEY)" quill notarize {} \;
67
@echo "All macOS binaries notarized successfully"
68
-
69
- @echo "Stapling notarization tickets to binaries..."
70
- @find build/bin -type f -perm +111 -exec xcrun stapler staple {} \;
71
- @echo "All notarization tickets stapled successfully"
72
73
- @echo "Verifying notarization status..."
74
- @find build/bin -type f -perm +111 -exec xcrun stapler validate {} \;
75
- @echo "All macOS binaries verified as notarized"
76
endif
77
78
package:
0 commit comments