Skip to content

Commit 454b987

Browse files
committed
refactor: notarization macos
1 parent 684a972 commit 454b987

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,6 @@ else
6565
@echo "Starting notarization for macOS binaries..."
6666
@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 {} \;
6767
@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"
7668
endif
7769

7870
package:

0 commit comments

Comments
 (0)