annotate repoint-lock.json @ 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 2d0c69aab4a4
children
rev   line source
Chris@1732 1 {
Chris@1732 2 "libraries": {
Chris@1732 3 "vamp-plugin-sdk": {
Chris@2214 4 "pin": "b650289c47b4"
Chris@1732 5 },
Chris@1732 6 "svcore": {
Chris@2265 7 "pin": "a9d0b5a2c242"
Chris@1732 8 },
Chris@1732 9 "svgui": {
Chris@2265 10 "pin": "089afbbe1253"
Chris@1732 11 },
Chris@1732 12 "svapp": {
Chris@2265 13 "pin": "21673429dba5"
Chris@1732 14 },
Chris@1732 15 "checker": {
Chris@2265 16 "pin": "c8c17e51aab0"
Chris@1732 17 },
Chris@1732 18 "piper": {
Chris@1955 19 "pin": "f5a04ffe4d5a0ae01e77018a86a59b48a425e674"
Chris@1732 20 },
Chris@2045 21 "piper-vamp-cpp": {
Chris@2185 22 "pin": "0e3328c6091f59c912e25bc392a7dc75182be1c7"
Chris@1732 23 },
Chris@1732 24 "dataquay": {
Chris@2220 25 "pin": "b82360a98f49"
Chris@1732 26 },
Chris@1732 27 "bqvec": {
Chris@2257 28 "pin": "c2d355c29372"
Chris@1732 29 },
Chris@1732 30 "bqfft": {
Chris@2257 31 "pin": "ff1d1bd48876"
Chris@1732 32 },
Chris@1732 33 "bqresample": {
Chris@2030 34 "pin": "f5dee7d40378"
Chris@1732 35 },
Chris@1732 36 "bqaudioio": {
Chris@2128 37 "pin": "8c4162878ae6"
Chris@2128 38 },
Chris@2147 39 "bqaudiostream": {
Chris@2258 40 "pin": "f6df3ce6f229"
Chris@2147 41 },
Chris@2147 42 "bqthingfactory": {
Chris@2147 43 "pin": "7686116dcdd5"
Chris@2147 44 },
Chris@1732 45 "sv-dependency-builds": {
Chris@2219 46 "pin": "f3731af47c4b"
Chris@1732 47 },
Chris@1732 48 "icons/scalable": {
Chris@2050 49 "pin": "1c8844bfa946"
Chris@1732 50 }
Chris@1732 51 }
Chris@1732 52 }