Skip to content

Instantly share code, notes, and snippets.

@ppm
ppm / xcode3_theme_to_xcode4.py
Created April 1, 2011 18:26 — forked from emil-palm/xcode3_theme_to_xcode4.py
Changed to support variable destination path.
"""
Script to convert a Xcode3 Color theme into a Xcode4 one.
Example:
bash# python xcode3_theme_to_xcode4.py Twilight.xcolortheme
It will write a new file: Twilight.dvtcolortheme into the same folder as the script is residing in.
"""
import plistlib,sys
""" Define boilerplate of the color theme """
defaultConfig = {