Dracon
About
- Username
- Dracon
- Joined
- Visits
- 10
- Last Active
- Roles
- member
- Badges
- 0
- Posts
- 11
Reactions
Comments
-
What does this cmd do? sudo codesign --force --deep --sign - /Applications/app-name.app Would it sign any app with its current binary in such a way that OSX would consider it valid? Even though I solved my particular problem I am finding this su…
-
I did the codesign --remove-signature and it worked! What you didn't tell me was that, first, I had to do xcode-select --install. I found it out the hard way with some internet searching. Also, since I am not a developer (although I used to …
-
Ahah! 1. The installation file is 1.9.4a, but the app version calls itself 1.9.4. 2. I tried it on Mojave with SIP disabled. The icon still changes at run-time. But after carefully HexFiend editing it, the dock icon does NOT change at run-time. …
-
Where did you get 1.9.4a? I looked all over the website and the latest is 1.9.4. I have no problem changing the icon - even without sip disabled because it is not a system application. The problem is that while it is running it changes back. As…
-
Marvin said: It's generally not a good idea to be modifying the binary, the app didn't crash for me but maybe it's not the same version. Are you saying you had this same problem on the same app? I have version 1.9.4. Deep running…
-
Marvin said: Did you change the name to one that is the same length as the original? images/icon.png -> images/icob.png Changing the binary length by adding data (like images/iconb.png) can cause stability problems but replacing characte…
-
Marvin, I tried the editor and it was surprisingly easy to edit what you said. However, after editing, the program crashed at launched. I reinstalled it and all is well, but the problem with the icon persists, of course. Any thoughts?
-
Thanks Marvin, Will editing that binary louse up the security check and signing? Of course, I probably already did that with my manual change of the icns file inside resources. I have no idea how often that would be checked - maybe just the f…
-
I note in the other comments that your test used the default MacOS Extended (Journaled) file system. According to the technical support of OWC this drive should only work using APFS and also requires OSX Sirius or higher. I found this hard to beli…