Wireshark-commits: [Wireshark-commits] master 4656191: CMake: Update the macOS wrapper script behav

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 29 Jun 2016 18:12:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=46561910f4372ac9fc591bb225298bee7e2879b8
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4656191 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    CMake: Update the macOS wrapper script behavior.
    
    CMake on macOS creates a convenience wrapper (run/wireshark) that runs
    run/Wireshark.app/Contents/MacOS/Wireshark. Have it run the executable
    using "exec" instead of opening the bundle using "open" so that
    Wireshark runs in the foreground.
    
    Change-Id: I295ce0681da75678e5e01781e9c8fb58e2236fc9
    Reviewed-on: https://code.wireshark.org/review/16196
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  ceae9e4   tshark fields filter added for other outputs
    adds  4656191   CMake: Update the macOS wrapper script behavior.


Summary of changes:
 CMakeLists.txt |    3 ++-
 README.cmake   |    3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)