-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
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
<key>identifier</key>
</string>com.test.pkg</string>
./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"
Metadata
Metadata
Assignees
Labels
No labels