Wireshark-commits: [Wireshark-commits] master-2.2 58e6809: Don't use find to find files to check fo

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 23 Feb 2018 03:51:04 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=58e68099192008b2920b1380c7862843287a0b55
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

58e6809 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't use find to find files to check for dependencies.
    
    It may find files that aren't Mach-O binary files.  Instead, rename
    cs_binary_list to bundle_binary_list, and use it when checking for
    dependencies as well as when code-signing binaries.
    
    Change-Id: I9d17a4ba137e494fbd38db1b62f5cc7e4b620fc9
    Reviewed-on: https://code.wireshark.org/review/26028
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 529bb0491043cc716c9e8e72e78492bed6dbb076)
    Reviewed-on: https://code.wireshark.org/review/26031
    

Actions performed:

    from  504018d   Code-sign extcap binaries.
    adds  58e6809   Don't use find to find files to check for dependencies.


Summary of changes:
 packaging/macosx/osx-app.sh | 29 ++++++++++++++++++-----------
 1 file changed, 18 insertions(+), 11 deletions(-)