Releases: ox-it/munki-rebrand
4.0.1
This is the release version of munki-rebrand 4.0.1 with the following additions/removals/fixes
- Python 2 support ends with this release. The shebang now points to /usr/bin/env python3
- Now works to rebrand again using unicode characters in the desired app name (addressing #44)
- Now contains the Assets.xcassets from munki in order to rebrand the icon while preserving the sidebar icons (addressing #46)
- Selects the correct version for the metapkg from the Distribution file (addressing #30)
- New -x/--version option to print version number and exit
4.0RC1
This is a testing release of version 4.0 of munki_rebrand, with the following bug fixes/improvements/deprecations:
- Python 2 support ends with this release. The shebang now points to /usr/bin/env python3
- Now works to rebrand again using unicode characters in the desired app name
- Now contains the Assets.xcassets from munki in order to rebrand the icon while preserving the tab icons
- Now contains a version string
- Selects the correct version for the metapkg from the Distribution file
Binary signing bug fix
Binaries were being signed in the wrong order. Thanks to jc0b on slack for finding this out.
Munki 5.1 Compatibility
Minor change to remain compatible with pkg name changes in Munki 5.1 release. Many thanks to @sphen13 for the fix.
Bug fix for icon path regression
v3.2.1 fixed regression of paths
Sign Binaries
new -S/--sign-binaries option flag to sign the rebranded MSC apps with your Developer ID: Application cert to allow for notarisation workflows.
Unicode fix
Another unicode fix means that I've had to bump to 3.1 already :)
Fixed:
- --appname containing unicode no longer crashes munki_rebrand
Version 3.0
This is version 3 of munki_rebrand. If you wish to use it to rebrand munki 3.6 or higher, you will need to have Xcode installed and have opened it and installed the extra components. The ability to provide your own .icns file has been removed and the icon will be generated from a 1024x1024px .png only.
Please read the README for changes and troubleshooting tips.
v3.0 Release Candidate 1
Pre-release to deal with the munki pre-release!
Please read the README as a few important bits have changed.
pkgbuild version fix
Fixed in this release:
- pkgbuild now correctly adds version info to the munkitools_app pkg (addressing #20)