comparison server.pro @ 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 d25951da2422
children
comparison
equal deleted inserted replaced
2264:03b2b059fa03 2265:d33dff02b39b
43 43
44 SOURCES += \ 44 SOURCES += \
45 piper-vamp-cpp/vamp-capnp/piper-capnp.cpp \ 45 piper-vamp-cpp/vamp-capnp/piper-capnp.cpp \
46 piper-vamp-cpp/ext/json11/json11.cpp \ 46 piper-vamp-cpp/ext/json11/json11.cpp \
47 piper-vamp-cpp/vamp-server/simple-server.cpp 47 piper-vamp-cpp/vamp-server/simple-server.cpp
48
49 include(platform-helpers.pri)