annotate deploy/linux/bintray.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 2fcfc87aa65a
children
rev   line source
Chris@1884 1 {
Chris@1884 2 "package": {
Chris@1884 3 "name": "sonic-visualiser",
Chris@1884 4 "repo": "sonic-visualiser",
Chris@1884 5 "subject": "sonic-visualiser",
Chris@1884 6 "desc": "Sonic Visualiser",
Chris@1884 7 "website_url": "https://sonicvisualiser.org/",
Chris@1884 8 "vcs_url": "https://code.soundsoftware.ac.uk/hg/sonic-visualiser",
Chris@1884 9 "licenses": ["GPL-2.0"],
Chris@1884 10 "public_download_numbers": false,
Chris@1884 11 "public_stats": false
Chris@1884 12 },
Chris@1884 13
Chris@1884 14 "version": {
Chris@1899 15 "name": "Continuous",
Chris@1899 16 "desc": "Uploaded from continuous integration server"
Chris@1884 17 },
Chris@1884 18
Chris@1884 19 "files": [
Chris@1884 20 {
Chris@1903 21 "includePattern": "\./(SonicVisualiser-.*-x86_64\\.AppImage)",
Chris@1897 22 "uploadPattern": "$1",
Chris@1897 23 "matrixParams": { "override": 1 }
Chris@1884 24 }
Chris@1884 25 ],
Chris@1884 26
Chris@1906 27 "publish": true
Chris@1884 28 }