Description: I have both the Apple Silicon version installed on my MacBook Air M1 as the default version. I have the Intel version installed as LibreOffice-X86 When I look at how macOS views these applications lit show the Apple Silicon as Kind = "iOS". I think that something is wrong. If not maybe we have an iOS version that I can run on my iPad ;=} Steps to Reproduce: 1. Goto the Apple menu, click on About this Mac 2. Click on System Report, then select Software | Applications 3. Scroll down to LibreOffice Actual Results: See attached image Expected Results: Should say Universal or at least "Apple Silicon" Reproducible: Always User Profile Reset: No Additional Info: See Attached
Created attachment 174652 [details] Image of LibreOffice details
I confirm, it is also written that the version for iOS is on Version: 7.3.0.0.alpha1 / LibreOffice Community Build ID: a3c29ae3d906f4692090bd4e5dab29623c66014a CPU threads: 8; OS: Mac OS X 12.0.1; UI render: default; VCL: osx Locale: ru-RU (ru.UTF-8); UI: ru-RU Calc: threaded
*** Bug 150171 has been marked as a duplicate of this bug. ***
*** Bug 150234 has been marked as a duplicate of this bug. ***
David: please stop creating duplicates, the bug won't be fixed faster.
I guess, it's system's fault, not LibreOffice's fault: macOS *itself* categorizes these apps in its system information dialoge as "iOS" apps rather than "Apple Silicon". Whewn I open About this Mac -> More Information -> System Report -> Software -> Programs, then onle *one* single Application (an Apple application and part of macOS) My environment and LibreOffice: Version: 7.4.3.2 / LibreOffice Community Build ID: 1048a8393ae2eeec98dff31b5c133c5f1d08b890 CPU threads: 10; OS: Mac OS X 13.1; UI render: default; VCL: osx Locale: de-DE (de_DE.UTF-8); UI: de-DE Calc: threaded Version: 7.6.0.0.alpha0+ (AARCH64) / LibreOffice Community Build ID: 8635c9aa8c6f1078a9e220076d5a08daf30077e8 CPU threads: 10; OS: Mac OS X 13.1; UI render: Skia/Metal; VCL: osx Locale: de-DE (de_DE.UTF-8); UI: de-DE Calc: threaded % uname -m arm64 % machine arm64e % sw_vers ProductName: macOS ProductVersion: 13.1 BuildVersion: 22C65 % sw_vers -ProductName macOS % sw_vers -ProductVersion 13.1 % sw_vers -BuildVersion 22C65
Confirming this bug in the (current) latest version. In my System Information on my Mac, I noticed that not only is LibreOffice listed as an "iOS" app, but also some open source apps (VLC, Blender, openMSX) and all almost all apps that I installed through Macports. Maybe it has something to do with the way in which the app package was built? Version: 25.2.0.3 (AARCH64) / LibreOffice Community Build ID: e1cf4a87eb02d755bce1a01209907ea5ddc8f069 CPU threads: 10; OS: macOS 15.3.1; UI render: Skia/Metal; VCL: osx Locale: en-GB (en_GB.UTF-8); UI: en-GB Calc: threaded
A quick search showed that this has happened to some other apps as well. See e.g. these bugs. VS Code: https://github.com/microsoft/vscode/issues/157551 Brave: https://github.com/brave/brave-browser/issues/12954 This comment seems particularly relevant. https://github.com/microsoft/vscode/issues/121169#issuecomment-820653677 "Its just an issue with which attribute the storage info queries to decide the kind, the output of system_profiler SPApplicationsDataType -xml shows the arch_kind is arch_ios. I think these look for CFBundleSupportedPlatforms attribute and if not present default to the ios kind for arm64 executables. Given the universal and intel labels show up correctly, and considering the output of other apple silicon apps in the image posted. I don't think this needs a fix, but leaving it open for anyone to address as a good first issue." Maybe this helps to figure out how the reported kind of app for LibreOffice can be changed from "iOS" to "Apple Silicon".