diff 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
line wrap: on
line diff
--- a/server.pro	Thu Apr 25 11:30:27 2019 +0100
+++ b/server.pro	Thu Apr 25 16:46:02 2019 +0100
@@ -45,3 +45,5 @@
         piper-vamp-cpp/vamp-capnp/piper-capnp.cpp \
         piper-vamp-cpp/ext/json11/json11.cpp \
         piper-vamp-cpp/vamp-server/simple-server.cpp
+
+include(platform-helpers.pri)