URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0d4631e7b349e1edd5dd3c91ceba8e7cd87a7adc
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark
Commits:
0d4631e 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>
(cherry picked from commit c9ca78fc2bb96923828a57c47f8840d7bb3bc1dc)
Reviewed-on: https://code.wireshark.org/review/33436
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 7b70ef0 btle: Correctly detect l2cap fragment start
add 0d4631e 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