Wireshark-commits: [Wireshark-commits] master 434d1c9: Remove a bunch of obsolete code.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=434d1c975979bd39f42a16622db4c94f04ab66ce
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
434d1c9 by Guy Harris (guy@xxxxxxxxxxxx):
Remove a bunch of obsolete code.
We no longer have the code to create a bundle, as we rely on CMake
having done so, at least to the extent of populating the bundle with all
the files we've generated. Get rid of the code that used to support it,
and the command-line options that are no longer necessary now that we no
longer build code bundles.
Don't have explicit lists of CLI or extcap binaries; instead, just look
for all plain files in Wireshark.app/Contents/MacOS that have read and
execute permissions for owner/group/user. That way, we don't have to
update the script if we add new binaries or new directories of binaries.
Change-Id: I047296a7889bea71165eebde10f34bec6ea96cc5
Reviewed-on: https://code.wireshark.org/review/26032
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 529bb04 Don't use find to find files to check for dependencies.
adds 434d1c9 Remove a bunch of obsolete code.
Summary of changes:
packaging/macosx/osx-app.sh.in | 123 +++--------------------------------------
1 file changed, 7 insertions(+), 116 deletions(-)