I'm pleased to announce MunkiAdmin 1.1 with some major new features. As usual, you can download the latest release from:
https://github.com/hjuutilainen/munkiadmin/releases/latest
Here are some of the changes, you can find full release notes in the above URL (with example pkginfo script).
- Changed CFBundleIdentifier to `com.hjuutilainen.MunkiAdmin`. Important: The old preferences are _not_ migrated to the new domain.
- Completely new logging with CocoaLumberJack:
- By default, MunkiAdmin writes logs to `~/Library/Logs/MunkiAdmin/`
- See the Advanced pane in Preferences for logging options
- To open the current log file choose Window -> Show Current Log or press cmd-L
- MunkiAdmin can now extract icons from installer items in batch mode.
- See File -> Batch Extract Icons... for more information.
- Support for running custom scripts when saving
- MunkiAdmin looks for executable files (with any extension) with the following names:
- pkginfo-presave
- pkginfo-postsave
- manifest-presave
- manifest-postsave
- repository-presave
- repository-postsave
- The scripts should be saved in `<repository>/MunkiAdmin/scripts/` or `~/Library/Application Support/MunkiAdmin/scripts/
--
Hannes Juutilainen