Oct4Pie/archify — reverse-engineered prompt
Reverse engineered prompt
Build me a simple macOS app called Archify that helps me save disk space by turning universal Mac apps into native ones for my machine, or into a specific architecture if I choose. I want to pick an app, choose an output folder, see how much space can be saved, then process it with clear progress updates and real time logs. By default it should use the current Mac architecture, but let me switch if needed.
Please include easy signing choices so processed apps still launch, including a basic app launch cache option, plus other signing methods if that first option is not enough. I also want a way to scan my Applications folder, show which apps are universal versus already native, batch process universal apps, and clean unnecessary language files to free up more space. If admin access is needed for file changes, handle that safely with a helper tool.
If it makes sense, also include a simple Python command line version for people who prefer terminal use. Look up current macOS signing and notarization docs online if you need to.
Want more depth? Deep Reverse