Wireshark-commits: [Wireshark-commits] master c9ca78f: macOS: Add a notarization script.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 21 Apr 2019 07:32:35 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c9ca78fc2bb96923828a57c47f8840d7bb3bc1dc
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c9ca78f by Gerald Combs (gerald@xxxxxxxxxxxxx):

    macOS: Add a notarization script.
    
    According to
    
    https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution
    
    notarization will be required in a future release of macOS. Add a script
    for doing so. The process requires submitting our .dmg to Apple, waiting
    for it to finish, and stapling a ticket to our .dmg.
    
    Change-Id: I5b9c0c36cc2182fdd0baeada823aaacba7730a88
    Reviewed-on: https://code.wireshark.org/review/32906
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  93b9388   dumpcap: Fix pipe read deadlock on Windows
     add  c9ca78f   macOS: Add a notarization script.


Summary of changes:
 packaging/macosx/notarize-dmg.sh | 99 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 99 insertions(+)
 create mode 100755 packaging/macosx/notarize-dmg.sh