Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Release package for Mac

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 24 Mar 2017 18:58:19 -0700
On Mar 24, 2017, at 4:21 PM, Simon Barber <simon.barber@xxxxxxxxxx> wrote:

> My build produced with make dmg_package seem to produce something that requires Mac OS Sierra to install. (I am building on Mac OS Sierra). How can I generate a package that will install on something older?

If you're using autotools, try running the configure script with "--enable-osx-deploy-target={minimum release to support}", where {minimum release to support} would be "10.6" or "10.7" or something such as that.

I'm not sure what the appropriate options are for CMake.