Skip to content

Instantly share code, notes, and snippets.

@shirishgone
shirishgone / AssetCatlogCreationScript
Created December 19, 2013 08:58
Ruby Script to create AssetCatalogs file in iOS Application. It basically fetches all the .png files from the application folder and subfolders and create a single AssetCatalog files inside the application. Most of the design developer collaboration issues will be sorted out with this script. Ask the designer to give all the assets and put into …
require 'find'
require 'fileutils'
require 'tmpdir'
def createAssetCatalogFile()
message = '
Creating Asset Catalogs file ...'
puts message