Skip to content

Instantly share code, notes, and snippets.

@apontious
apontious / Create AssetCatalog JSON File.py
Created April 14, 2014 02:35
Python script used for failed project for Edge Cases 82: Asset Catalogs
#!/usr/bin/python
import os
import json
imageInfo = dict()
def AddImageInfoForAssetDir(assetDir):
for root, dirs, files in os.walk(assetDir):