mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Add crash reporting (bundle CrashReporter, strip, symbols, upload)
- register plugin + ship Installer/crashreporter.json - installer bundles the shared CrashReporter (mac pkg + component-plist + reporter-scripts promote-if-newer; win .iss shared component) and the JSON - strip shipped mac binaries; emit dSYM (Xcode) and PDB (/Zi /DEBUG) in Release - launchCrashReporterOnce() from the processor on first instance - upload dSYM/PDB symbols to the crash site from release.yaml - bump to 1.0.33
This commit is contained in:
parent
539fd80370
commit
a681b2e332
10 changed files with 219 additions and 2 deletions
|
|
@ -13,6 +13,7 @@
|
|||
<line choice="com.socalabs.wavetable.au"/>
|
||||
<line choice="com.socalabs.wavetable.clap"/>
|
||||
<line choice="com.socalabs.wavetable.resources"/>
|
||||
<line choice="com.socalabs.wavetable.crashreporter"/>
|
||||
</choices-outline>
|
||||
|
||||
<choice id="com.socalabs.wavetable.vst"
|
||||
|
|
@ -52,9 +53,19 @@
|
|||
<pkg-ref id="com.socalabs.wavetable.resources.pkg"/>
|
||||
</choice>
|
||||
|
||||
<choice id="com.socalabs.wavetable.crashreporter"
|
||||
title="Crash Reporter"
|
||||
description="Install the shared crash reporter that sends crash reports to SocaLabs. Recommended; only updated if newer."
|
||||
visible="true"
|
||||
enabled="true"
|
||||
selected="true">
|
||||
<pkg-ref id="com.socalabs.wavetable.crashreporter.pkg"/>
|
||||
</choice>
|
||||
|
||||
<pkg-ref id="com.socalabs.wavetable.vst.pkg" version="0">vst.pkg</pkg-ref>
|
||||
<pkg-ref id="com.socalabs.wavetable.vst3.pkg" version="0">vst3.pkg</pkg-ref>
|
||||
<pkg-ref id="com.socalabs.wavetable.au.pkg" version="0">au.pkg</pkg-ref>
|
||||
<pkg-ref id="com.socalabs.wavetable.clap.pkg" version="0">clap.pkg</pkg-ref>
|
||||
<pkg-ref id="com.socalabs.wavetable.resources.pkg" version="0">resources.pkg</pkg-ref>
|
||||
<pkg-ref id="com.socalabs.wavetable.crashreporter.pkg" version="0">reporter.pkg</pkg-ref>
|
||||
</installer-gui-script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue