Skip to content

Commit

Permalink
Add 'arm64' architecture to installer plists
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-rtf committed Oct 28, 2023
1 parent e6c9ba3 commit f642d92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Morphic/Morphic/MorphicInstaller/Morphic/Distribution.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<title>Morphic</title>
<license file="License.rtf" mime-type="application/rtf" />
<pkg-ref id="org.raisingthefloor.Morphic.pkg"/>
<options customize="never" require-scripts="false" hostArchitectures="x86_64"/>
<options customize="never" require-scripts="false" hostArchitectures="x86_64,arm64"/>
<volume-check>
<allowed-os-versions>
<os-version min="10.15"/>
<os-version min="11.0"/>
</allowed-os-versions>
</volume-check>
<choices-outline>
Expand Down
3 changes: 2 additions & 1 deletion Morphic/Morphic/MorphicInstaller/Requirements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
<key>arch</key>
<array>
<string>x86_64</string>
<string>arm64</string>
</array>
<key>os</key>
<array>
<string>10.15</string>
<string>11.0</string>
</array>
</dict>
</plist>

0 comments on commit f642d92

Please sign in to comment.