packagesdev
packagesdev
There is no such thing in Packages. If it exists, it would be in the Installation/PackageKit framework of macOS.
PackageKit is one of the frameworks used by the installation mechanism in macOS, it includes the installd and shove tools which are responsible for extracting the files from the payload...
What is the issue with the current three-clause BSD License?
There's nothing to reliably supports that kind of thing. Can't you just let the users select which application(s) they want to install through the Custom install mode?
Check the -showChoicesXML, -showChoiceChangesXML, -applyChoiceChangesXML options of installer(8).
It is possible to set a custom icon either by copying the icon in the Finder info window or playing with the extended attributes (because at the end, the custom...
Hello, the disk image was updated to fix an issue on macOS Ventura where double-clicking the symbolic link at the root level did not work correctly anymore. So the actual...
I guess you coud use a JavaScript requirement: ``` function checkInfoPlist() { var plist = system.files.plistAtPath("/Applications/TextEdit.app/Contents/Info.plist"); system.log(plist); if (plist == null) return true; var shortVersion = plist["CFBundleShortVersionString"]; system.log(shortVersion); if (shortVersion...
> Firt (sic) problem: the percentage goes beyond 100% and when it hits 10,000%, the download stops and I get this message This is a bug in Installer.app which has...
You can check this old MacTech article: http://preserve.mactech.com/articles/mactech/Vol.25/25.06/InstallerPlugins/index.html See the part around "Checking the user data"