jack2/macosx/package.xml.in

20 lines
1.0 KiB
XML
Raw Normal View History

2020-06-15 02:04:58 +03:00
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="1">
<title>JACK2</title>
<!--
<background file="@CURDIR@/package-background.png" mime-type="image/png" alignment="bottomleft" scaling="proportional" />
<background-darkAqua file="@CURDIR@/package-background.png" mime-type="image/png" alignment="bottomleft" scaling="proportional" />
-->
<choice id="org.jackaudio.jack2" title="JACK2" visible="false">
2020-07-27 02:25:17 +03:00
<pkg-ref id="org.jackaudio.jack2" version="0">jack2-osx-root.pkg</pkg-ref>
2020-06-15 02:04:58 +03:00
</choice>
<choices-outline>
2020-07-27 02:25:17 +03:00
<line choice="org.jackaudio.jack2" />
2020-06-15 02:04:58 +03:00
</choices-outline>
2020-07-27 02:25:17 +03:00
<domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true" />
2020-06-15 02:04:58 +03:00
<license file="@CURDIR@/../COPYING" mime-type="text/plain" />
<options customize="never" hostArchitectures="arm64,x86_64" require-scripts="false" rootVolumeOnly="true" />
2020-07-27 02:25:17 +03:00
<pkg-ref id="org.jackaudio.jack2" />
2020-06-15 02:04:58 +03:00
<welcome file="@CURDIR@/package-welcome.txt" mime-type="text/plain" />
</installer-gui-script>