2018-10-16 04:17:07 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<installer-gui-script minSpecVersion="2">
|
2019-01-04 00:20:15 +00:00
|
|
|
<pkg-ref id="com.mphys.mas-cli" version="1.0.0" onConclusion="none">mas_components.pkg</pkg-ref>
|
2018-10-16 04:17:07 +00:00
|
|
|
<domains enable_localSystem="true" enable_anywhere="true" enable_currentUserHome="false" />
|
|
|
|
<options customize="never" require-scripts="false"/>
|
|
|
|
<volume-check>
|
|
|
|
<allowed-os-versions>
|
2024-10-27 17:47:17 +00:00
|
|
|
<os-version min="10.13"/>
|
2018-10-16 04:17:07 +00:00
|
|
|
</allowed-os-versions>
|
|
|
|
</volume-check>
|
|
|
|
<choices-outline>
|
|
|
|
<line choice="default">
|
|
|
|
<line choice="com.mphys.mas-cli"/>
|
|
|
|
</line>
|
|
|
|
</choices-outline>
|
|
|
|
<choice id="default"/>
|
|
|
|
<choice id="com.mphys.mas-cli" visible="false">
|
|
|
|
<pkg-ref id="com.mphys.mas-cli"/>
|
|
|
|
</choice>
|
|
|
|
</installer-gui-script>
|