tag:github.com,2008:https://github.com/scriptingosx/quickpkg/releasesRelease notes from quickpkg2026-04-16T10:53:48Ztag:github.com,2008:Repository/49502031/v2.0.22026-04-16T12:25:53Zquickpkg 2.0.2<p>fixed an issue where the <code>--compression</code> flag would be set when no min-os-version could be determined from the application which resulted in a <code>pkgbuild</code> error</p>scriptingosxtag:github.com,2008:Repository/49502031/v2.0.12026-03-13T15:33:08Zquickpkg 2.0.1<ul>
<li>no new features</li>
<li>general code cleanup</li>
<li>there are now only two log levels (<code>-v</code> and <code>-vv</code>)</li>
</ul>
<p><a href="https://github.com/scriptingosx/quickpkg/releases/tag/v2.0.0">notes for 2.0.0</a></p>scriptingosxtag:github.com,2008:Repository/49502031/v2.0.02026-02-21T13:51:42Zquickpkg 2.0.0<p>No more python dependency, complete re-write in Swift.</p>
<h2>New Features</h2>
<ul>
<li>builds distribution packages by default (use <code>--component</code> option to revert to building component packages)</li>
<li>gathers minimum required OS version from the app bundle and applies that to the package</li>
<li>applies <code>--compression latest</code> for better pkg compression (use <code>--compression legacy</code> to override)</li>
<li>quarantine flags are removed from the payload before creating the package</li>
</ul>scriptingosxtag:github.com,2008:Repository/49502031/v1.02023-01-06T08:38:15Zv1.0<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/scriptingosx/quickpkg/compare/v0.8.1...v1.0"><tt>v0.8.1...v1.0</tt></a></p>scriptingosxtag:github.com,2008:Repository/49502031/v1.0beta2022-02-03T12:26:35ZPython 3 release<p>Apple will remove the Python 2.7 binary at <code>/usr/local/python</code> from macOS in macOS Monterey 12.3.</p>
<p>This script is built and tested with <a href="https://github.com/macadmins/python">the MacAdmins "Managed Python."</a></p>scriptingosxtag:github.com,2008:Repository/49502031/v0.8.12019-10-08T17:41:21Zv0.8.1<ul>
<li>fixed dmg re-packaging which broke in 0.8</li>
</ul>scriptingosxtag:github.com,2008:Repository/49502031/v0.82019-09-26T20:00:46Zv0.8<p>added support for tip archives</p>
<p>this works with the Xcode xip download, but it takes a long time and approximately 50GB of free disk space</p>scriptingosxtag:github.com,2008:Repository/49502031/v0.72018-11-01T09:08:41ZConsolidated Bugfixes<p>fixed a bug with wrong variable name and another where quickpkg would fail when a dmg with weird access privileges (Time Machine) is mounted when the script runs</p>scriptingosxtag:github.com,2008:Repository/49502031/v0.62017-10-22T07:59:00ZFixed symlink handling<p>Fixed a bug on how symlinks are copied when copying bundles with symlinks. Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/homebysix/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/homebysix">@homebysix</a> for pointing this out!</p>scriptingosxtag:github.com,2008:Repository/49502031/v0.52017-05-24T08:09:48Zv0.5<p>Now creates non-relocatable packages by default. Can revert to relocatable packages with the <code>--relocatable</code> option.</p>scriptingosx