This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 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'); |