Distribution 1.1 KB

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.6" authoringToolBuild="201">
  3. <title>Haxe Toolkit %%VERLONG%%</title>
  4. <options customize="never" allow-external-scripts="no" hostArchitectures="x86_64,arm64" />
  5. <domains enable_localSystem="true"/>
  6. <background file="background" alignment="bottomleft" scaling="none"/>
  7. <license file="License"/>
  8. <choices-outline>
  9. <line choice="choice10"/>
  10. <line choice="choice8"/>
  11. </choices-outline>
  12. <choice id="choice10" title="Haxe Toolkit Preflight" start_visible="false">
  13. <pkg-ref id="org.haxe.haxeToolkit.preflight.pkg"/>
  14. </choice>
  15. <choice id="choice8" title="files">
  16. <pkg-ref id="org.haxe.haxeToolkit.haxe.pkg"/>
  17. </choice>
  18. <pkg-ref id="org.haxe.haxeToolkit.preflight.pkg" installKBytes="0" version="1.0" auth="Root">#haxeToolkitPreflight.pkg</pkg-ref>
  19. <pkg-ref id="org.haxe.haxeToolkit.haxe.pkg" installKBytes="%%INSTKB%%" version="%%VERSION%%" auth="Root">#files.pkg</pkg-ref>
  20. </installer-script>