archify
archify copied to clipboard
save space by turning universal binaries to native
I'm currently using this script: ``` cd /path/to/application/bundle/ for i in ** ; lipo -extract arm64 $i -o $i.1 ; mv $i.1 $i ; end ``` It preserves the code...
Не запускается на другом маке. При запуске не просит доступ к диску вообще https://github.com/user-attachments/assets/b36e9178-aa88-4ec2-84a0-6a515789c78c  
https://sparkle-project.org/
The helper tool control in `System Settings / General / Login Items & Extensions` shows the `developer ID` (Signed by) where other entries typically show the application name (`CFBundleName`?) ...
#### In the `Universal Apps/Other` tab... #### 1️⃣ Some apps architecture is not detected, for example:   ___ 2️⃣ The display combines `Intel 64-bit` apps with undetectable architecture. (There...
@Oct4Pie Hello and thank you for this awesome utility! one issue i found is, the app window cant save placement and reset at every app run to a default placement...
Full Disk Access bug persist on MacOS 15.5 , Intel , I manually added Archify like 100 of times from System Settings and installed helper tool, it still install helper...