Skip to content

Commit

Permalink
Distribution.xml: Make libiio.pkg installable without using Rosetta
Browse files Browse the repository at this point in the history
On Apple Silicon, the installer will require Rosetta 2 when installing
libiio unless the arch specifiers are added in the installer xml file.

Signed-off-by: AlexandraTrifan <Alexandra.Trifan@analog.com>
  • Loading branch information
AlexandraTrifan authored and pcercuei committed Apr 28, 2023
1 parent 8eda862 commit a037c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Distribution.xml.cmakein
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<installer-gui-script minSpecVersion="2" >
<title>Libiio</title>
<options customize="never" rootVolumeOnly="true" />
<options customize="never" rootVolumeOnly="true" hostArchitectures="i386,arm64"/>
<allowed-os-versions>
<os-version min="10.6.6" />
</allowed-os-versions>
Expand Down

0 comments on commit a037c83

Please sign in to comment.