Updated MacOS icon to more closely fit Apple's design standards #852
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a duplicate of my mis-appropriated fork of bitcoin/bitcoin
Mac OS Minor icon change
This is a fix to an outdated format of app icon. I am not trying to change re-invent the wheel with this, I am simply fixing a minor perceived issue. This should not be seen as a subjective design change as it does not change anything substantially.
Apple's design guidelines have changed since the previous iteration of the Bitcoin-Core app icon. As it stands, the current icon is too large, and juts out when viewed alongside other program's icons- especially when viewed in the dock where is sits semi permanently as the node is running on the system.
My solution was to decrease the overall size to more closely fit Apple's current design documentation, keeping the main body of the icon in the body section of MacOS's icon template, while maintaining the same shape, color, and design.
My motives for this method were caused by Spotify's app icon. Fundamentally, it is very similar to Bitcoin-Core (Circle, plain color, iconography inside circe) yet Spotify's icon is sightly smaller and in-bound. This allows their icon to live amongst the other squircles without seeming too out of place.
Another option i considered was making the icon into a squircle. This, i would personally prefer but I didn't opt for that for familiarity.
I consider my small change positive to everyone including people who generally dislike change.
The .icns file was compiled using Apple's own "iconutil" cli program.
I have successfully built this fork and i am using it without issue.