Mercurial > hg > sonic-visualiser
view base.pri @ 2265:d33dff02b39b sandbox-notarize
Work on sandboxing (possibly) and using the hardened runtime for notarization. Supply appropriate bundle ID for helpers as well as main application, and request inherited sandbox entitlements. Currently works with sandboxing (apparently) but not yet with the hardened runtime, where we can't load plugins signed by third parties even with the com.apple.security.cs.disable-library-validation entitlement because their team IDs don't match the host. Possibly that exception is supposed to be requested some other way?
author | Chris Cannam |
---|---|
date | Thu, 25 Apr 2019 16:46:02 +0100 |
parents | 8fd5183efbd6 |
children | 624964fe04a5 |
line wrap: on
line source
SV_INCLUDEPATH = \ . \ bqvec \ bqvec/bqvec \ bqfft \ bqresample \ bqaudioio \ bqaudioio/bqaudioio \ bqaudiostream \ bqaudiostream/bqaudiostream \ bqthingfactory \ piper-vamp-cpp \ checker \ checker/checker \ dataquay \ dataquay/dataquay \ svcore \ svcore/data \ svcore/plugin/api/alsa \ svgui \ svapp \ vamp-plugin-sdk DEPENDPATH += $$SV_INCLUDEPATH INCLUDEPATH += $$SV_INCLUDEPATH # Platform defines for RtMidi linux*: DEFINES += __LINUX_ALSASEQ__ __LINUX_ALSA__ macx*: DEFINES += __MACOSX_CORE__ win*: DEFINES += __WINDOWS_MM__ solaris*: DEFINES += __RTMIDI_DUMMY_ONLY__ # Defines for Dataquay DEFINES += USE_SORD CONFIG += qt thread warn_on stl rtti exceptions