Skip to content

Instantly share code, notes, and snippets.

View simonheys's full-sized avatar

Simon Heys simonheys

View GitHub Profile
@simonheys
simonheys / ArtboardsToXCAssets.jsx
Created September 25, 2014 14:30
Exports each Illustrator artboard as a PDF vector template in the selected XCode Images.xcassets folder
/*
ArtboardsToXCAssets.jsx
Exports each Illustrator artboard as a PDF vector template in the selected XCode Images.xcassets folder
Copyright (c) 2014 Simon Heys <http://www.simonheys.com/>
License: MIT License (MIT) <http://www.opensource.org/licenses/mit-license.php>
*/
var folder = Folder.selectDialog('Select Images.xcassets folder');