You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed yesterday, it would be nice if a preference file could be written to that added a common identifier or if you could use --identifier when create new projects.
Spitballing here, but perhaps a better option is for an admin to create either a plist or json (or multiple!) file that can be referenced. This current enhancement idea doesn't solve other missing/desired elements (signing key).
As discussed yesterday, it would be nice if a preference file could be written to that added a common identifier or if you could use --identifier when create new projects.
~/Library/Preferences/com.github.munki.munkipkg.plist
./munkipkg --create Test --json
"identifier": "com.test.pkg.Test"
./munkipkg --create Test --json
"identifier": "com.github.munki.pkg.Test"
Desired:
./munkipkg --create Test --json --identifier "com.test.pkg"
"identifier": "com.test.pkg.Test"
The text was updated successfully, but these errors were encountered: