source: mac/gutenbach.mpkg/Contents/distribution.dist @ 7a98084

mac
Last change on this file since 7a98084 was 7a98084, checked in by Aoxi Li <aoxili@…>, 14 years ago

Create mac .mpkg directory. This will eventually be replaced by structure to generate .mpkg dirs instead of having the folder itself.

  • Property mode set to 100644
File size: 898 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.4" authoringToolBuild="179">
3    <title>Gutenbach</title>
4    <options customize="allow" allow-external-scripts="no" rootVolumeOnly="false"/>
5    <choices-outline>
6        <line choice="choice4"/>
7        <line choice="choice9"/>
8    </choices-outline>
9    <choice id="choice4" title="bin">
10        <pkg-ref id="com.sipb.gutenbach.bin-1.pkg"/>
11    </choice>
12    <choice id="choice9" title="bin">
13        <pkg-ref id="com.sipb.gutenbach.bin.pkg"/>
14    </choice>
15    <pkg-ref id="com.sipb.gutenbach.bin-1.pkg" installKBytes="32" version="1.0" auth="Root">file:./Contents/Packages/bin.pkg</pkg-ref>
16    <pkg-ref id="com.sipb.gutenbach.bin.pkg" installKBytes="48" version="1.0" auth="Root">file:./Contents/Packages/bin-1.pkg</pkg-ref>
17</installer-script>
Note: See TracBrowser for help on using the repository browser.