tag:github.com,2008:https://github.com/scriptingosx/quickpkg/releases Release notes from quickpkg 2026-04-16T10:53:48Z tag:github.com,2008:Repository/49502031/v2.0.2 2026-04-16T12:25:53Z quickpkg 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> scriptingosx tag:github.com,2008:Repository/49502031/v2.0.1 2026-03-13T15:33:08Z quickpkg 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> scriptingosx tag:github.com,2008:Repository/49502031/v2.0.0 2026-02-21T13:51:42Z quickpkg 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> scriptingosx tag:github.com,2008:Repository/49502031/v1.0 2023-01-06T08:38:15Z v1.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> scriptingosx tag:github.com,2008:Repository/49502031/v1.0beta 2022-02-03T12:26:35Z Python 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> scriptingosx tag:github.com,2008:Repository/49502031/v0.8.1 2019-10-08T17:41:21Z v0.8.1 <ul> <li>fixed dmg re-packaging which broke in 0.8</li> </ul> scriptingosx tag:github.com,2008:Repository/49502031/v0.8 2019-09-26T20:00:46Z v0.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> scriptingosx tag:github.com,2008:Repository/49502031/v0.7 2018-11-01T09:08:41Z Consolidated 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> scriptingosx tag:github.com,2008:Repository/49502031/v0.6 2017-10-22T07:59:00Z Fixed 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> scriptingosx tag:github.com,2008:Repository/49502031/v0.5 2017-05-24T08:09:48Z v0.5 <p>Now creates non-relocatable packages by default. Can revert to relocatable packages with the <code>--relocatable</code> option.</p> scriptingosx