summaryrefslogtreecommitdiffstats
path: root/OSX/installer.xml
blob: 061bef2a3ab971a0769582f53e91b6397b7f322d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="1">
  <title>XScreenSaver</title>
  <organization>org.jwz</organization>
  <!-- <domains enable_localSystem="true"/> -->
  <options customize="never" require-scripts="true" rootVolumeOnly="true" />

  <welcome file="welcome.rtf" mime-type="text/rtf" />
  <background file="background.png"  mime-type="image/png"
              alignment="left" scaling="proportional"/>

  <volume-check>
    <allowed-os-versions>
      <os-version min="10.4.0"/>
    </allowed-os-versions>
  </volume-check>

  <pkg-ref id="org.jwz.xscreensaver" auth="root">contents.pkg</pkg-ref>

  <choices-outline>
    <line choice="org.jwz.xscreensaver"/>
  </choices-outline>

  <choice id="org.jwz.xscreensaver" visible="false" title="Screen Savers"
          start_selected="true">
    <pkg-ref id="org.jwz.xscreensaver"/>
  </choice>

</installer-gui-script>