mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-11 02:44:38 +00:00
.
This commit is contained in:
35
build/mac/Distribution.xml
Normal file
35
build/mac/Distribution.xml
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<installer-gui-script minSpecVersion="1">
|
||||
<title>ELEMENTS Client</title>
|
||||
<options customize="never" require-scripts="true" rootVolumeOnly="true" />
|
||||
|
||||
<choices-outline>
|
||||
<line choice="default">
|
||||
<line choice="com.syslink.elements.driver" />
|
||||
<line choice="com.syslink.Elements" />
|
||||
<line choice="com.syslink.afptuner" />
|
||||
</line>
|
||||
</choices-outline>
|
||||
|
||||
<choice id="default"/>
|
||||
|
||||
<choice id="com.syslink.elements.driver">
|
||||
<pkg-ref id="com.syslink.elements.driver"/>
|
||||
</choice>
|
||||
<pkg-ref id="com.syslink.elements.driver" version="1" auth="root">ElementsDriver.pkg</pkg-ref>
|
||||
|
||||
<choice id="com.syslink.Elements">
|
||||
<pkg-ref id="com.syslink.Elements"/>
|
||||
</choice>
|
||||
<pkg-ref id="com.syslink.Elements" version="1" auth="root">Elements.pkg</pkg-ref>
|
||||
<pkg-ref id="com.syslink.Elements">
|
||||
<must-close>
|
||||
<app id="com.syslink.Elements"/>
|
||||
</must-close>
|
||||
</pkg-ref>
|
||||
|
||||
<choice id="com.syslink.afptuner" title="AvidSharedStorageAccess">
|
||||
<pkg-ref id="com.syslink.afptuner"/>
|
||||
</choice>
|
||||
<pkg-ref id="com.syslink.afptuner" version="1" auth="root">AFPTuner.pkg</pkg-ref>
|
||||
</installer-gui-script>
|
Reference in New Issue
Block a user