Skip to content

Commit

Permalink
cli.py: Skip double signing
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed Aug 28, 2024
1 parent 853b630 commit 1faa112
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions metal_libraries/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,6 @@ def build_pkg(input: str, pkg_signing_identity: str = None, notarization_team_id
).build() is True

if all([notarization_team_id, notarization_apple_id, notarization_password]):
mac_signing_buddy.Sign(
f"MetallibSupportPkg-{name}.pkg",
notarization_team_id,
notarization_apple_id,
notarization_password
).sign()
mac_signing_buddy.Notarize(
f"MetallibSupportPkg-{name}.pkg",
notarization_team_id,
Expand Down

0 comments on commit 1faa112

Please sign in to comment.