]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
tools: add macOS packaging helpers
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 4 Jun 2026 14:59:36 +0000 (07:59 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 11 Jun 2026 21:08:30 +0000 (14:08 -0700)
commitbba6a8d38f43069b7e1659c9a01cee7913aaa45b
treeadd52fbb8277ddfac8118e2733b32052a263a81b
parent4fbd7732b62cba61a438315f6b0cb791b9eb69e5
tools: add macOS packaging helpers

Add helpers for building private macOS dependencies, bundling the app,
building the QEMU-PPC plugin, creating the DMG, and validating output.

This keeps the release packaging flow reproducible outside local shell
history.
od-unix/graphics/dmg_background.tiff [new file with mode: 0644]
tools/build-qemu-uae.sh [new file with mode: 0755]
tools/macos-build-deps.sh [new file with mode: 0755]
tools/macos-build-qemu-deps.sh [new file with mode: 0755]
tools/macos-bundle.sh [new file with mode: 0755]
tools/macos-check-deployment-target.sh [new file with mode: 0755]
tools/macos-dmg.sh [new file with mode: 0755]
tools/macos-smoke-app.sh [new file with mode: 0755]
tools/macos-verify-dmg.sh [new file with mode: 0755]