annotate .hgignore @ 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 92c493792eaf
children ab2d0fe8f0b7
rev   line source
Chris@350 1 syntax: glob
Chris@742 2 Makefile*
Chris@350 3 */Makefile
Chris@351 4 o/*
Chris@350 5 */o/*
Chris@350 6 */tmp_obj/*
Chris@350 7 */tmp_moc/*
Chris@350 8 doc/html/
Chris@350 9 *.o
Chris@350 10 *.so
Chris@350 11 *.so.*
Chris@350 12 *.a
Chris@350 13 *.wav
Chris@350 14 *~
Chris@350 15 *.orig
Chris@350 16 *.rej
Chris@442 17 re:^autom4te\.cache/
Chris@442 18 re:^qrc_sonic-visualiser\.cpp$
Chris@442 19 re:^sonic-visualiser$
Chris@442 20 re:^aclocal\.m4$
Chris@442 21 re:^config\.log$
Chris@442 22 re:^config\.pri$
Chris@442 23 re:^config\.status$
Chris@742 24 *.app
Chris@742 25 Sonic Visualiser*
Chris@742 26 .DS_Store
Chris@742 27 *.stash
Chris@852 28 cov-int/*
Chris@1711 29 *.deb
Chris@1741 30 test-svcore-base
Chris@1741 31 test-svcore-data-fileio
Chris@1741 32 test-svcore-data-model
Chris@2169 33 test-svcore-system
Chris@1711 34 vamp-plugin-sdk
Chris@1711 35 svcore
Chris@1711 36 svgui
Chris@1711 37 svapp
Chris@1711 38 checker
Chris@1724 39 piper
Chris@2051 40 piper-vamp-cpp
Chris@1711 41 dataquay
Chris@1711 42 bqvec
Chris@1711 43 bqfft
Chris@1711 44 bqresample
Chris@1711 45 bqaudioio
Chris@1711 46 sv-dependency-builds
Chris@1711 47 icons/scalable
Chris@1711 48 vamp-plugin-load-checker
Chris@1711 49 piper-vamp-simple-server
Chris@1711 50 piper-convert
Chris@1786 51 *.msi
Chris@1786 52 *.user
Chris@1866 53 glob:.vext*
Chris@1866 54 glob:.repoint*
Chris@1827 55 build_win32
Chris@1827 56 build_win64
Chris@2187 57 build_win64_debug
Chris@1924 58 *.AppImage
Chris@1924 59 *.AppDir
Chris@1933 60 Dockerfile*.gen
Chris@1933 61 squashfs-root