mirror of
https://github.com/fleetdm/fleet
synced 2026-05-09 10:11:03 +00:00
Even though the binaries are "universal" (compatible with both arm64 and x86_64), this configuration must be provided in the Distribution XML in order to prevent macOS from installing Rosetta when the user goes to install the package. Verified with Suspicious Package. For #9932 # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [x] Manual QA for all new/changed functionality
1 line
189 B
Text
1 line
189 B
Text
* Remove requirement for Rosetta in installation of macOS packages on Apple Silicon. The binaries have been "universal" for a while now, but the installer still required Rosetta until now.
|