TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Automated way to see which apps will break on Catalina 64-bit?

1 pointsby arikrover 5 years ago
Is there an automated way to see which of my apps, printer software etc will break when I upgrade to 64 bit macOS Catalina?

3 comments

benologistover 5 years ago
You can check (opened) software in Activity Monitor under CPU, there's an optional column "Kind" to show if it is 64 bit or not.
Someoneover 5 years ago
About this Mac…&#x2F;System Report…&#x2F;File&#x2F;Save… writes a XML file with file extension .spx.<p>Then, write something to grab the “arch_kind” values from it. 32-bit apps have “arch_i32” there (“arch_i32_i64” is fine, I think)
dmt314159over 5 years ago
<a href="https:&#x2F;&#x2F;www.stclairsoft.com&#x2F;Go64" rel="nofollow">https:&#x2F;&#x2F;www.stclairsoft.com&#x2F;Go64</a>