Workaround installd/PackageKit restriction (#1029) via a methodology found by @alienator88.
The workaround requires root privileges for get/purchase, install, lucky & update/upgrade.
Automatically requests root privileges via running sudo in an executable shell wrapper around mas.
Root privileges may also be supplied by running sudo mas … on your command line.
What's Changed
🚀 Features
- Executable zsh wrapper around executable binary that uses sudo when appropriate by @rgoldberg in #1086
🐛 Bug Fixes
- Workaround installd/PackageKit access restriction introduced in macOS 26.1, 15.7.2 & 14.8.2 by @rgoldberg in #1041
- Cleanup workaround for installd/PackageKit access restriction introduced in macOS 26.1, 15.7.2 & 14.8.2 by @rgoldberg in #1075
- Don't warn if multiple bundles installed by
installerby @rgoldberg in #1088
Changes
- Minor cleanup by @rgoldberg in #1078
- Include app identifying info in warnings & errors as suitable & as easily accomplished by @rgoldberg in #1081
- Improve mas version parsability by @rgoldberg in #1083
- Update pkg installer for wrapper shell script by @rgoldberg in #1090
Full Changelog: v3.1.0...v4.0.0