URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7665ac5fab80d1cbd2297b4fe6fd9b411559a7ce
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7665ac5 by Gerald Combs (gerald@xxxxxxxxxxxxx):
OS X: Don't add libtool control files to the app bundle.
According to https://developer.apple.com/library/mac/technotes/tn2206
the Contents/PlugIns directory should *only* contain executable files.
Only copy .so (and in case we need them) .dylib files.
Change-Id: I01f077735018733926db92e7576f6f4fecb68862
Reviewed-on: https://code.wireshark.org/review/5008
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from f5ed47d Eliminate proto_tree_add_text from packet-q933.c
adds 7665ac5 OS X: Don't add libtool control files to the app bundle.
Summary of changes:
packaging/macosx/osx-app.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)