Skip to content

Instantly share code, notes, and snippets.

View WardsParadox's full-sized avatar

ZM WardsParadox

View GitHub Profile
@acidprime
acidprime / profileGen.py
Created January 24, 2012 21:53
Simple Python Example for Generating 10.7 (Lion) 8021x .mobileconfig Profiles
#!/usr/bin/python -tt
__author__ = 'Zack Smith @acidprime'
__version__ = '0.1'
import sys
import getopt
from Cocoa import NSMutableDictionary
global debugEnabled
debugEnabled = True