launcher icon indicating copy to clipboard operation
launcher copied to clipboard

macOS package missing a title

Open directionless opened this issue 4 years ago • 1 comments

The macOS packages are built by running pkgbuild and then using productbuild to flatten it. Experimenting, this causes the title to be lost. It looks like the distribution.xml that productbuild synthesizes, lacks a title attribute. I'm working through what a correct pattern is. It's probably to either ship a distribution.xml, or have a step to extract and modify it

directionless avatar Jan 28 '21 01:01 directionless

As long as I'm monkeying with the distribution.xml, we should set a minimum support os version. https://developer.apple.com/library/archive/documentation/DeveloperTools/Reference/DistributionDefinitionRef/Chapters/Distribution_XML_Ref.html

directionless avatar Apr 02 '21 01:04 directionless