From 806aaea24ac78d73e87899f32191657b004150a8 Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Tue, 28 Aug 2012 16:00:48 -0400 Subject: [PATCH] Add AFNetworking submodule to Vendor/ --- .gitmodules | 3 +++ Vendor/AFNetworking | 1 + 2 files changed, 4 insertions(+) create mode 160000 Vendor/AFNetworking diff --git a/.gitmodules b/.gitmodules index 50fe0d83eb..e4331ab686 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "Examples/RKCatalog/Server"] path = Examples/RKCatalog/Server url = git://github.com/RestKit/RKCatalog-Server.git +[submodule "Vendor/AFNetworking"] + path = Vendor/AFNetworking + url = https://github.com/AFNetworking/AFNetworking.git diff --git a/Vendor/AFNetworking b/Vendor/AFNetworking new file mode 160000 index 0000000000..ad850f0c33 --- /dev/null +++ b/Vendor/AFNetworking @@ -0,0 +1 @@ +Subproject commit ad850f0c330ae82171c9502d9e7a3929c2c97c69