ManyMC
ManyMC copied to clipboard
Edit Kind
change from iOS to Apple Silicon in next update
Hmm, I'm not sure where this comes from. Any suggestions?
it's in the apple logo, in about this mac, go to storage, and in manage and go to Applications there will appear ManyMC as iOS
Sorry, I meant to ask where in the source code of the app it makes macOS believe that this is an iOS app.
https://stackoverflow.com/questions/67358913/kind-of-apps-universal-vs-apple-silicon
That mentions Apple Silicon and Intel, but how does this app get labeled as 'iOS' (which is running on Apple Silicon iirc)? Could you run the lipo tool mention to get more information?
Could you run the lipo tool mention to get more information?
$ lipo -detailed_info '/Applications/ManyMC.app/Contents/MacOS/ManyMC'
input file /Applications/ManyMC.app/Contents/MacOS/ManyMC is not a fat file
Non-fat file: /Applications/ManyMC.app/Contents/MacOS/ManyMC is architecture: arm64
I guess this is not something that we can fix.
A lot of macOS apps are also recognized as iOS apps. VLC, which is also written in Qt, is also recognized as iOS app.
