Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit e9be9fd

Browse files
committed
Installation block does not work
The product should block installing below 10.12 but does not. Fixing typo.
1 parent 40932e8 commit e9be9fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packaging/osx/clisdk/Distribution-Template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<welcome file="welcome.html" mime-type="text/html" />
77
<conclusion file="conclusion.html" mime-type="text/html" />
88
<volume-check>
9-
<allowed-os-version>
9+
<allowed-os-versions>
1010
<os-version min="10.12" />
11-
</allowed-os-version>
11+
</allowed-os-versions>
1212
</volume-check>
1313
<choices-outline>
1414
<line choice="{SharedFxComponentId}.pkg" />
@@ -32,4 +32,4 @@
3232
<pkg-ref id="{HostFxrComponentId}.pkg">{HostFxrComponentId}.pkg</pkg-ref>
3333
<pkg-ref id="{SharedHostComponentId}.pkg">{SharedHostComponentId}.pkg</pkg-ref>
3434
<pkg-ref id="{CLISdkComponentId}.pkg">{CLISdkComponentId}.pkg</pkg-ref>
35-
</installer-gui-script>
35+
</installer-gui-script>

0 commit comments

Comments
 (0)