I have an .iconset
which can be found here. Building a binary with Xcode results in an icon that looks like
Generating a .icns
file directly using iconutil
results in the same thing. Everything but the full resolution asset look weirdly chopped up on retina screens, but displays fine on non-retina screens. Converting the generated .icns
back to an .iconset
gives me the chopped up assets instead of the original assets.
Anyone have any idea as to what might be going wrong here?