Skip to content

Instantly share code, notes, and snippets.

@mmoss
mmoss / AppBundle.py
Created March 7, 2011 04:35
SCons darwin build helpers based on scripts found here: https://github.com/hortont424/particles
#!/usr/bin/env python
from os.path import *
from SCons.Builder import *
from SCons.Script.SConscript import SConsEnvironment
def TOOL_APP_BUNDLE(env):
if env['PLATFORM'] != 'darwin':
return