https://bugs.documentfoundation.org/show_bug.cgi?id=144200

--- Comment #9 from Sierk Bornemann <[email protected]> ---
(In reply to Wim M from comment #8)
> 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".

Many thanks for the hint, Wim!

I've tested it – adding a

<key>CFBundleSupportedPlatforms</key>
    <array>
        <string>MacOSX</string>
    </array>

to LibreOfficeDev.app/Contents/Info.plist resp.
LibreOffice.app/Contents/Info.plist

indeed changes, how LibreOffice is reported to the system profiler, indeed
changes the result from "iOS" to "Apple Silicon" on my Apple Silicon machine
(M1 Pro).

Who has write access to the repository and is able to add this little thing
into the Info.plist file? Patrick Luby? Christian Lohmaier? Xisco Fauli?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to