aboutsummaryrefslogtreecommitdiff
path: root/macos/distribution.xml.in
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-01-31 15:05:05 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-31 15:06:58 +0100
commitc96b64e91b54481aa870566dbecae69df711223d (patch)
tree45557c3df8e5f94bc9218f37384db19bf8a88c1f /macos/distribution.xml.in
parent99c2a31749bb409e4026907f011bb307b2096e8b (diff)
downloadpandoc-c96b64e91b54481aa870566dbecae69df711223d.tar.gz
Name change OSX -> MacOS.
Add a -MacOS suffix to mac package rather than -OSX. CHanged local names from osx to macos.
Diffstat (limited to 'macos/distribution.xml.in')
-rw-r--r--macos/distribution.xml.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/macos/distribution.xml.in b/macos/distribution.xml.in
new file mode 100644
index 000000000..145fc0f21
--- /dev/null
+++ b/macos/distribution.xml.in
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<installer-gui-script minSpecVersion="1">
+ <title>pandoc</title>
+ <organization>net.johnmacfarlane.pandoc</organization>
+ <domains enable_localSystem="true" enable_anywhere="true" />
+ <options customize="allow" require-scripts="false" rootVolumeOnly="false" />
+ <!-- Define documents displayed at various steps -->
+ <!-- <welcome file="welcome.html" mime-type="text/html" /> -->
+ <license file="license.html" mime-type="text/html" />
+ <!-- <conclusion file="conclusion.html" mime-type="text/html" /> -->
+ <options hostArchitectures="x86_64" />
+ <!-- List all component packages -->
+ <pkg-ref id="net.johnmacfarlane.pandoc"
+ version="PANDOCVERSION"
+ auth="root">pandoc.pkg</pkg-ref>
+ <!-- List them again here. They can now be organized
+ as a hierarchy if you want. -->
+ <choices-outline>
+ <line choice="net.johnmacfarlane.pandoc"/>
+ </choices-outline>
+ <!-- Define each choice above -->
+ <choice
+ id="net.johnmacfarlane.pandoc"
+ visible="false"
+ title="pandoc"
+ description="pandoc - universal text converter"
+ start_selected="true">
+ <pkg-ref id="net.johnmacfarlane.pandoc"/>
+ </choice>
+</installer-gui-script>