Skip to content

Instantly share code, notes, and snippets.

@saikat
Created July 15, 2009 00:18
Show Gist options
  • Save saikat/147339 to your computer and use it in GitHub Desktop.
Save saikat/147339 to your computer and use it in GitHub Desktop.
{
"sources" : [
{
"type" : "git",
"path" : "git://github.com/280north/cappuccino.git",
"parts" : [
{
"src" : "Objective-J",
"dst" : "Frameworks/Objective-J",
"copyFrom" : "Release/Objective-J"
},
{
"src" : "Foundation",
"dst" : "Frameworks/Foundation",
"copyFrom" : "Release/Foundation"
},
{
"src" : "AppKit",
"dst" : "Frameworks/AppKit",
"copyFrom" : "Release/AppKit"
}
]
}
],
"deployments" : [
],
"templateVars" : {
"APPLICATION_NAME" : "TestApp",
"BACKGROUND_COLOR" : "black",
"TEXT_COLOR" : "black"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment