cask: add the choices option to pkg stanza
installer command accepts -applyChoiceChangesXML option to change customize options on the GUI installer from the commandline. (`man installer` for more detailed information) The introduced option `choice` enables the choice changes to be supplied via pkg stanza without tricks in preflight code.
Showing
- Library/Homebrew/cask/lib/hbc/artifact/pkg.rb 16 additions, 1 deletionLibrary/Homebrew/cask/lib/hbc/artifact/pkg.rb
- Library/Homebrew/cask/test/cask/artifact/pkg_test.rb 37 additions, 0 deletionsLibrary/Homebrew/cask/test/cask/artifact/pkg_test.rb
- Library/Homebrew/cask/test/support/Casks/with-choices.rb 16 additions, 0 deletionsLibrary/Homebrew/cask/test/support/Casks/with-choices.rb
Please register or sign in to comment