Add contents of mosh-1.2.4-3.pkg, except Payload

This is the base for new package builds using
pkgbuild and productbuild.

Signed-off-by: John Hood <cgull@glup.org>
This commit is contained in:
John Hood
2015-06-12 22:40:16 -04:00
parent 310b899a23
commit 83bfae7cf2
5 changed files with 379 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.6" authoringToolBuild="201">
<title>Mosh 1.2.4</title>
<options customize="never" allow-external-scripts="no"/>
<domains enable_anywhere="true"/>
<readme file="ReadMe"/>
<license file="License"/>
<choices-outline>
<line choice="choice0"/>
</choices-outline>
<choice id="choice0" title="Default" customLocation="/">
<pkg-ref id="edu.mit.mosh.mosh.pkg"/>
</choice>
<pkg-ref id="edu.mit.mosh.mosh.pkg" installKBytes="2204" version="1.2.4" auth="Root">#prefix.pkg</pkg-ref>
</installer-script>