Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Commit

Permalink
Added submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Oct 22, 2011
1 parent c369c92 commit 692cbba
Show file tree
Hide file tree
Showing 7 changed files with 161 additions and 126 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "Vendor/AFNetworking"]
path = Vendor/AFNetworking
url = https://github.com/gowalla/AFNetworking.git
[submodule "Vendor/JSONKit"]
path = Vendor/JSONKit
url = https://github.com/johnezang/JSONKit.git
[submodule "Vendor/SSToolkit"]
path = Vendor/SSToolkit
url = https://github.com/samsoffes/sstoolkit.git
273 changes: 148 additions & 125 deletions SSCatalog.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>SSCatalog.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>2</integer>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
Expand Down
1 change: 1 addition & 0 deletions Vendor/AFNetworking
Submodule AFNetworking added at 25ea84
1 change: 1 addition & 0 deletions Vendor/JSONKit
Submodule JSONKit added at c2ef69
1 change: 1 addition & 0 deletions Vendor/SSToolkit
Submodule SSToolkit added at bd476f

0 comments on commit 692cbba

Please sign in to comment.