summaryrefslogtreecommitdiffstats
path: root/OSX/installer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OSX/installer.xml')
-rw-r--r--OSX/installer.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/OSX/installer.xml b/OSX/installer.xml
new file mode 100644
index 0000000..061bef2
--- /dev/null
+++ b/OSX/installer.xml
@@ -0,0 +1,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>