Icons for app. What format i can use?
Icons for app. What format i can use?
I tried .ico and it is not working.
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)
Re: Icons for app. What format i can use?
.icns
XCode contains an app to create them
/Developer/Applications/Utilities/Icon Composer.app
XCode contains an app to create them
/Developer/Applications/Utilities/Icon Composer.app
Re: Icons for app. What format i can use?
Can not open .ico width this program
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)
Re: Icons for app. What format i can use?
There are different containers for different sized icons.
Just drag and drop the right sized icons you created in the right containers and save as .icns .
The images you drag and drop can be .ico but also .png for example.
Just drag and drop the right sized icons you created in the right containers and save as .icns .
The images you drag and drop can be .ico but also .png for example.
Re: Icons for app. What format i can use?
Bumping an old post...
It seems Icon Composer has been dropped from recent versions of XCode...
What's the next best way to generate .app icon files? I have various sized PNGs, but they don't seem to work as .app icons.
It seems Icon Composer has been dropped from recent versions of XCode...
What's the next best way to generate .app icon files? I have various sized PNGs, but they don't seem to work as .app icons.
Re: Icons for app. What format i can use?
There are tools available at the app store.
If you want to do it using Apple tools, you can use the terminal command iconutil
https://developer.apple.com/library/mac ... izing.html
If you want to do it using Apple tools, you can use the terminal command iconutil
https://developer.apple.com/library/mac ... izing.html


