Wireshark-commits: [Wireshark-commits] master e00ac05: CMake: Build an application bundle (Wireshar
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 9 Oct 2014 20:07:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e00ac05cf33f8ec13b042d51e85355d39f7e113e
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e00ac05 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    CMake: Build an application bundle (Wireshark.app) on OS X.
    
    Add an ENABLE_APPLICATION_BUNDLE option which is enabled by default on
    OS X and disabled elsewhere. The bundle is currently bare-bones and only
    contains the main executables, Info.plist, and application icon.
    
    Capitalize the main application name when ENABLE_APPLICATION_BUNDLE is
    set and on Windows.
    
    Start updating CPackConfig.txt for OS X packaging.
    
    To do:
    
      - Add supporting libraries and frameworks.
    
      - Make the bundle standalone. I.e. call FIXUP_BUNDLE or
        replicate the relevant parts of osx-app.sh
    
    Change-Id: I4e25abd3b8cbe121ec8615b98706a15c58812cdb
    Reviewed-on: https://code.wireshark.org/review/4577
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  58cc452   Eliminate proto_tree_add_text from packet-lmp.c
    adds  e00ac05   CMake: Build an application bundle (Wireshark.app) on OS X.


Summary of changes:
 CMakeLists.txt   |  101 +++++++++++++++++++++++++++++++++++++++---------------
 CMakeOptions.txt |    5 +++
 CPackConfig.txt  |   18 ++++------
 3 files changed, 85 insertions(+), 39 deletions(-)