AuburnSounds / Dplug

Audio plugin framework. VST2/VST3/AU/AAX/LV2 for Linux/macOS/Windows.

Home Page:https://dplug.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dplug-build improvements

p0nce opened this issue · comments

commented
  • Mac: Codesigning should be --deep => actually no, it's deprecated
  • Mac: package build should use xcrun
  • Mac: code signing should use xcrun
  • Mac: notarization upload should support --keychain-profile <profile> instead of --team-id %s --apple-id %s --password %s => new key in plugin.json to do that: "keychainProfile-osx"
  • Mac: try with hardened runtime --options=runtime: worth it? Doesn't seem strictly needed, but Surge and Audio Damage do this nowadays. => added, seems to work and pass notarization
  • Windows: should display where the installer is, and size of installer

Done