A Java app for making macOS/iOS app icon
Drag the file to app, then this app will try to recognize and automatically execute the package/extract to icns file or iconset.
If the app cannot recognize the input file, you also might able to choose the package or extract action manually by click button.
If your are GUI designer for apps, this may helps your life easier.
Currently, this app able to recognize the ".icns", ".iconset" and ".app".
Now support svg file.
".icns" - extract -> an ".iconset" folder.
".iconset" - package -> an ".icns" file.
".app" - extract -> an ".iconset" folder.
".svg" - extract -> an ".iconset" folder and an ".icns" file.
add support for Windnws icons.
add support for Linux/UNIX icons.