Skip to content

Commit

Permalink
Made all dependencies subprojects
Browse files Browse the repository at this point in the history
Moves Stacksmith into a subfolder and added the dependencies as subprojects next to it. Made this build again, even on Macs with users not named "uli". Removed some unneeded files/dependencies.
  • Loading branch information
uliwitness committed Apr 15, 2012
1 parent 9f142b2 commit dc31bf6
Show file tree
Hide file tree
Showing 23 changed files with 60 additions and 902 deletions.
30 changes: 30 additions & 0 deletions .gitmodules
@@ -0,0 +1,30 @@
[submodule "Leonie"]
path = Leonie
url = git@github.com:uliwitness/Leonie.git
[submodule "UliKit"]
path = UliKit
url = git@github.com:uliwitness/UliKit.git
[submodule "Forge"]
path = Forge
url = git@github.com:uliwitness/Forge.git
[submodule "ForgeDebugger"]
path = ForgeDebugger
url = git@github.com:uliwitness/ForgeDebugger.git
[submodule "stackimport"]
path = stackimport
url = git@github.com:uliwitness/stackimport.git
[submodule "UKSyntaxColoredTextDocument"]
path = UKSyntaxColoredTextDocument
url = git@github.com:uliwitness/UKSyntaxColoredTextDocument.git
[submodule "UKPaintView"]
path = UKPaintView
url = git@github.com:uliwitness/UKPaintView.git
[submodule "Sparkle"]
path = Sparkle
url = git@github.com:uliwitness/Sparkle.git
[submodule "ULIMelodyQueue"]
path = ULIMelodyQueue
url = git@github.com:uliwitness/ULIMelodyQueue.git
[submodule "ULINetSocket"]
path = ULINetSocket
url = git@github.com:uliwitness/ULINetSocket.git
1 change: 1 addition & 0 deletions Forge
Submodule Forge added at feb1d8
1 change: 1 addition & 0 deletions ForgeDebugger
Submodule ForgeDebugger added at cf4188
1 change: 1 addition & 0 deletions Leonie
Submodule Leonie added at b994e9
1 change: 1 addition & 0 deletions Sparkle
Submodule Sparkle added at 6a4842
1 change: 0 additions & 1 deletion Stacksmith/Document/WILDCardWindowController.m
Expand Up @@ -16,7 +16,6 @@
#import "NSFileHandle+UKReadLinewise.h"
#import "UKProgressPanelController.h"
#import "NSView+SizeWindowForViewSize.h"
#import "AGIconFamily.h"
#import <Quartz/Quartz.h>


Expand Down

0 comments on commit dc31bf6

Please sign in to comment.