Wireshark-commits: [Wireshark-commits] master-2.4 0e48d73: 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 01:13:01 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0e48d73b295d2081c6ff066cc04d10df2d5ba141
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark

Commits:

0e48d73 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/26029
    

Actions performed:

    from  d0373aa   dmp: Allow multiple SecurityCategories again
    adds  0e48d73   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(-)