Wireshark-commits: [Wireshark-commits] master-3.0 4d3b30a: macOS: Packaging and code signing update
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 14 Feb 2019 19:03:31 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4d3b30a386b5dd95ab794b6b42137ad0434bf6ec
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

4d3b30a by Gerald Combs (gerald@xxxxxxxxxxxxx):

    macOS: Packaging and code signing updates.
    
    Sign our bundle as described in Apple's Code Signing Guide. Enable the
    Hardened Runtime when signing.
    
    Look for packagemaker in our PATH before checking specific locations.
    
    Switch from zlib to bzip2 compression for our .dmg. Sign our .dmg.
    
    To do: Notarization.
    
    Change-Id: Ia6556e67998ff247dd3d77d6f040773e070f66cc
    Reviewed-on: https://code.wireshark.org/review/32032
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    (cherry picked from commit 43bf06f31f336e36b4fc240a47c5aa9c985f4393)
    Reviewed-on: https://code.wireshark.org/review/32033
    

Actions performed:

    from  a8ae31d   CMake: Move the PLUGIN_PATH_ID definition.
     add  4d3b30a   macOS: Packaging and code signing updates.


Summary of changes:
 packaging/macosx/osx-app.sh.in | 51 +++++++++++++++---------
 packaging/macosx/osx-dmg.sh.in | 88 ++++++++++++++++++++++++++----------------
 2 files changed, 87 insertions(+), 52 deletions(-)