URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=529bb0491043cc716c9e8e72e78492bed6dbb076
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
529bb04 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>
Actions performed:
from 9dcded6 Code-sign extcap binaries.
adds 529bb04 Don't use find to find files to check for dependencies.
Summary of changes:
packaging/macosx/osx-app.sh.in | 29 ++++++++++++++++++-----------
1 file changed, 18 insertions(+), 11 deletions(-)