Skip to content

Commit

Permalink
MacOS - Don’t Require Rosetta
Browse files Browse the repository at this point in the history
This allows the installer to work without Rosetta 2 on Apple Silicon
Macs. The installer was still prompting for Rosetta, even though it wasn’t required starting in Quarto 1.4.

See
https://developer.apple.com/library/archive/documentation/DeveloperTools/Reference/DistributionDefinitionRef/Chapters/Distribution_XML_Ref.html#//apple_ref/doc/uid/TP40005370-CH100-SW41
  • Loading branch information
dragonstyle committed Feb 14, 2024
1 parent fcbd784 commit ea0690f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/scripts/macos/distribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<conclusion file="conclusion.html" mime-type="text/html" />
<license file="LICENSE.txt" />
-->
<options hostArchitectures="arm64,x86_64" />
<options customize="never" allow-external-scripts="no" />
<domains enable_currentUserHome="true" enable_localSystem="true" />
<choices-outline>
Expand Down

0 comments on commit ea0690f

Please sign in to comment.