Skip to content

Commit

Permalink
Add missing optional parts to the signing config
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed Jul 29, 2019
1 parent 21d93f5 commit 31410fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions script/signing_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ def provisioning_profile_basename(self):
return os.path.splitext(os.path.basename(
provisioning_profile))[0]

@property
def optional_parts(self):
return set(('libwidevinecdm.dylib',
'sparkle-framework',))

@property
def run_spctl_assess(self):
return True
Expand Down

0 comments on commit 31410fc

Please sign in to comment.