forked from C4Labs/C4iOSInstaller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdistribution.xml
24 lines (24 loc) · 1.08 KB
/
distribution.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="1">
<pkg-ref id="com.c4ios.installer.templates"/>
<pkg-ref id="com.c4ios.installer.docset"/>
<options customize="never" require-scripts="false"/>
<choices-outline>
<line choice="default">
<line choice="com.c4ios.installer.templates"/>
<line choice="com.c4ios.installer.docset"/>
</line>
</choices-outline>
<choice id="default"/>
<choice id="com.c4ios.installer.templates" visible="false">
<pkg-ref id="com.c4ios.installer.templates"/>
</choice>
<pkg-ref id="com.c4ios.installer.templates" version="0_02" onConclusion="none">INSTALL_TEMPLATES_0_02.pkg</pkg-ref>
<choice id="com.c4ios.installer.docset" visible="false">
<pkg-ref id="com.c4ios.installer.docset"/>
</choice>
<pkg-ref id="com.c4ios.installer.docset" version="0_02" onConclusion="none">INSTALL_DOCSET_0_01.pkg</pkg-ref>
<title>C4 Xcode Templates</title>
<background file="C4InstallerBackground.png" mime-type="image/png"/>
<welcome file="welcome.rtf" mime-type="text/rtf"/>
</installer-gui-script>