mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 11:13:06 +00:00
f83412bba1
Use Swift 5.7.1, which is the newest version of Swift 5.7. Resolve #578 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
20 lines
772 B
Text
20 lines
772 B
Text
<?xml version="1.0" encoding="utf-8"?>
|
|
<installer-gui-script minSpecVersion="2">
|
|
<pkg-ref id="com.mphys.mas-cli" version="1.0.0" onConclusion="none">mas_components.pkg</pkg-ref>
|
|
<domains enable_localSystem="true" enable_anywhere="true" enable_currentUserHome="false" />
|
|
<options customize="never" require-scripts="false"/>
|
|
<volume-check>
|
|
<allowed-os-versions>
|
|
<os-version min="10.13"/>
|
|
</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>
|