Skip to content

Commit 38de6bb

Browse files
author
Ayla Khan
committed
Add missing file.
1 parent e6eaeeb commit 38de6bb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<installer-gui-script minSpecVersion="1">
3+
<title>@CPACK_PACKAGE_NAME@</title>
4+
<allowed-os-versions>
5+
<os-version min="@OSX_MINIMUM_OS_VERSION@"/>
6+
</allowed-os-versions>
7+
<license file="@CPACK_RESOURCE_FILE_LICENSE@" mime-type="text/plain"/>
8+
<welcome file="@CPACK_RESOURCE_FILE_WELCOME@" mime-type="text/plain"/>
9+
<pkg-ref id="edu.utah.sci.@CPACK_PACKAGE_NAME@"/>
10+
<options customize="never" require-scripts="false"/>
11+
<choices-outline>
12+
<line choice="default">
13+
<line choice="edu.utah.sci.@CPACK_PACKAGE_NAME@"/>
14+
</line>
15+
</choices-outline>
16+
<choice id="default"/>
17+
<choice id="edu.utah.sci.@CPACK_PACKAGE_NAME@" visible="false">
18+
<pkg-ref id="edu.utah.sci.@CPACK_PACKAGE_NAME@"/>
19+
</choice>
20+
<pkg-ref id="edu.utah.sci.@CPACK_PACKAGE_NAME@" version="0" onConclusion="none">@[email protected]</pkg-ref>
21+
</installer-gui-script>

0 commit comments

Comments
 (0)