Are you considering adding Munki2 support, or at least error-catching to prevent additional keys in pkginfo files from choking MunkiAdmin?
Love the tool, couldn't manage Munki without it!
adding a tab to the current pkginfo UI seemed to be the most logical way to handle this.
My Obj-C is rudimentary and and I'm new to Xcode 5, so I've been stumbling around a bit trying to get the data objects to TIE to the view.Per Greg, the only new keys in pkginfo are "category", "developer", and "icon_name". All are optional. The new Managed Software Center app in Munki2 will use the PKGINFO "name" key to look for a corresponding .png file in munki_repo/icons if icon_name is not specified. I set up the category and developer data objects as arrays, pre-populating categories based on the official MAS list.The icon item is an image well in the UI, but that is a new construct to me, so not sure how to implement the model and controller.