Skip to content

Releases: ox-it/munki-rebrand

4.0.1

31 Mar 15:41
b872203
Compare
Choose a tag to compare

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

28 Mar 18:15
a25fbcf
Compare
Choose a tag to compare
4.0RC1 Pre-release
Pre-release

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

18 Nov 15:25
31948d2
Compare
Choose a tag to compare

Binaries were being signed in the wrong order. Thanks to jc0b on slack for finding this out.

Munki 5.1 Compatibility

01 Oct 15:37
c9c4ed8
Compare
Choose a tag to compare

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

11 Nov 15:03
Compare
Choose a tag to compare
v3.2.1

fixed regression of paths

Sign Binaries

11 Nov 10:10
34c5c80
Compare
Choose a tag to compare

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

21 Mar 14:35
d883a5a
Compare
Choose a tag to compare

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

20 Mar 15:43
a84e818
Compare
Choose a tag to compare

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

05 Mar 17:51
1be8466
Compare
Choose a tag to compare
Pre-release

Pre-release to deal with the munki pre-release!

Please read the README as a few important bits have changed.

pkgbuild version fix

26 Jan 12:12
Compare
Choose a tag to compare

Fixed in this release:

  • pkgbuild now correctly adds version info to the munkitools_app pkg (addressing #20)