aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx/ScriptExec
AgeCommit message (Collapse)AuthorFilesLines
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte2-4/+0
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \$Id\$/,+1 d') (No star only 2 spaces before) Change-Id: Id7b254031769a9dca2941304e4d3a0f4bdbc3f54 Reviewed-on: https://code.wireshark.org/review/883 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-04-17Update FSF address.Guy Harris1-1/+2
svn path=/trunk/; revision=48892
2010-07-06Don't set SDKROOT - which SDK we want depends on which OS we want thisGuy Harris1-3/+0
to run on, and not setting it should default to the OS on which we're building it (as opposed to an OS for which we might not *have* an SDK). svn path=/trunk/; revision=33458
2009-09-07Fixed some warnings and removed unused code.Stig Bjørlykke1-116/+4
svn path=/trunk/; revision=29765
2008-10-28Removed ARCHS to make it build on Intel or PowerPC.Stig Bjørlykke1-1/+0
svn path=/trunk/; revision=26598
2008-10-28Fix issue reported in bug #2979:Stephen Fisher1-4/+1
Change Xcode project for ScriptExec to build only i386 ("Intel") instead of i386 & ppc ("Universal")) since none of the rest of Wireshark or its libraries are universal. ScriptExec is placed in Wireshark.app/Contents/MacOS/Wireshark, which then calls Wireshark.app/Contents/Resources/bin/wireshark-bin. This will make Wireshark show up as an Intel only binary instead of universal. ScriptExec comes from the Platypus application's source code. svn path=/trunk/; revision=26597
2008-05-22Set SYMROOT to make osx-package work correctly on my computers.Stig Bjørlykke1-0/+3
Hopefully this will not break the buildbot. svn path=/trunk/; revision=25351
2008-03-15Check in the OS X packaging patch from bug 2341, since I've hadGerald Combs15-0/+2064
confirmation that the OS X package works on at least one system other than my laptop. svn path=/trunk/; revision=24640