Skip to content

Instantly share code, notes, and snippets.

@badlands
badlands / SaveIconsForiOSIcons.jsx
Last active August 29, 2015 14:25 — forked from jeremieweldin/SaveIconsForiOSIcons.jsx
Illustrator automation script for exporting an icon artboard to all the sizes needed for iOS apps.
var destFolder = null;
destFolder = Folder.selectDialog( 'Select the folder where you want to save the exported files.', app.activeDocument.path );
var baseDestName = app.activeDocument.name;
if (baseDestName.indexOf('.') < 0)
{
//nothing
} else {