-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdistribution.xml
More file actions
23 lines (23 loc) · 889 Bytes
/
distribution.xml
File metadata and controls
23 lines (23 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="2">
<title>Git GIT_VERSION</title>
<pkg-ref id="org.kernel.git"/>
<options customize="never" require-scripts="true" hostArchitectures="HOST_ARCH"/>
<volume-check>
<allowed-os-versions>
<os-version min="MACOS_VERSION"/>
</allowed-os-versions>
</volume-check>
<welcome file="readme.html" mime-type="text/html"/>
<license file="license.txt" mime-type="text/plain"/>
<choices-outline>
<line choice="default">
<line choice="org.kernel.git"/>
</line>
</choices-outline>
<choice id="default"/>
<choice id="org.kernel.git" visible="false">
<pkg-ref id="org.kernel.git"/>
</choice>
<pkg-ref id="org.kernel.git" version="GIT_VERSION" onConclusion="none">git-component.pkg</pkg-ref>
</installer-gui-script>