Skip to content

Commit

Permalink
Update code_sign_osx.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wpotrzebowski authored Jun 18, 2024
1 parent c9dbf5c commit d5eaaab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tools/code_sign_osx.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
#pyside_libs = pyside_QtWebEngineCore + pyside_QtWebEngineProcess

sign_command = ['codesign', '--timestamp', '--options=runtime', '--verify', '--verbose=4', '--force',
'--sign', '3rd Party Mac Developer Application: European Spallation Source Eric (W2AG9MPZ43)']
'--sign', 'Developer ID Application: The International Scattering Alliance (8CX8K63BQM)']

sign_deep_command = ['codesign', '--timestamp', '--deep', '--options=runtime', '--verify', '--verbose=4', '--force',
'--sign', '3rd Party Mac Developer Application: European Spallation Source Eric (W2AG9MPZ43)']
'--sign', 'Developer ID Application: The International Scattering Alliance (8CX8K63BQM)']

#Signing QtWebEngineProcess.app first as it is a helper app
for sfile in itertools.chain(pyside_QtWebEngineProcessApp):
Expand Down

0 comments on commit d5eaaab

Please sign in to comment.