Skip to content

Commit

Permalink
#929 Removed AFNetworking as a submodule from sixpack-ios
Browse files Browse the repository at this point in the history
  • Loading branch information
staminajim committed Oct 10, 2013
1 parent 99bec2c commit 1614678
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
@@ -1,3 +0,0 @@
[submodule "AFNetworking"]
path = AFNetworking
url = https://github.com/AFNetworking/AFNetworking.git
1 change: 0 additions & 1 deletion AFNetworking
Submodule AFNetworking deleted from 316513
14 changes: 2 additions & 12 deletions SixpackClient.xcodeproj/project.pbxproj
Expand Up @@ -18,7 +18,6 @@
1ABF642A1805927F0090A117 /* SixpackClientTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ABF64291805927F0090A117 /* SixpackClientTests.m */; };
1ABF64381805A55C0090A117 /* SGSixpackClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ABF64371805A55C0090A117 /* SGSixpackClient.m */; };
1ABF64391805A55C0090A117 /* SGSixpackClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ABF64371805A55C0090A117 /* SGSixpackClient.m */; };
1ABF64641806720F0090A117 /* AFNetworking in Resources */ = {isa = PBXBuildFile; fileRef = 1ABF64631806720F0090A117 /* AFNetworking */; };
1ABF64671806723A0090A117 /* SGSixpackExperiment.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ABF64661806723A0090A117 /* SGSixpackExperiment.m */; };
1ABF64681806723A0090A117 /* SGSixpackExperiment.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ABF64661806723A0090A117 /* SGSixpackExperiment.m */; };
1ABF646B1806AFEC0090A117 /* SGParticipateOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ABF646A1806AFEC0090A117 /* SGParticipateOperation.m */; };
Expand Down Expand Up @@ -68,7 +67,6 @@
1ABF64291805927F0090A117 /* SixpackClientTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SixpackClientTests.m; sourceTree = "<group>"; };
1ABF64361805A55C0090A117 /* SGSixpackClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SGSixpackClient.h; sourceTree = "<group>"; };
1ABF64371805A55C0090A117 /* SGSixpackClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SGSixpackClient.m; sourceTree = "<group>"; };
1ABF64631806720F0090A117 /* AFNetworking */ = {isa = PBXFileReference; lastKnownFileType = folder; name = AFNetworking; path = AFNetworking/AFNetworking; sourceTree = SOURCE_ROOT; };
1ABF64651806723A0090A117 /* SGSixpackExperiment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SGSixpackExperiment.h; sourceTree = "<group>"; };
1ABF64661806723A0090A117 /* SGSixpackExperiment.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SGSixpackExperiment.m; sourceTree = "<group>"; };
1ABF64691806AFEC0090A117 /* SGParticipateOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SGParticipateOperation.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -139,7 +137,6 @@
children = (
1ABF64121805927E0090A117 /* SixpackClient.h */,
1ABF64331805934A0090A117 /* Private */,
1ABF64621805BAA80090A117 /* ThirdParty */,
1ABF64101805927E0090A117 /* Supporting Files */,
);
path = SixpackClient;
Expand Down Expand Up @@ -186,14 +183,6 @@
name = Private;
sourceTree = "<group>";
};
1ABF64621805BAA80090A117 /* ThirdParty */ = {
isa = PBXGroup;
children = (
1ABF64631806720F0090A117 /* AFNetworking */,
);
name = ThirdParty;
sourceTree = "<group>";
};
1ABF64721806BADF0090A117 /* NetworkOperations */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -279,7 +268,6 @@
buildActionMask = 2147483647;
files = (
1ABF64281805927F0090A117 /* InfoPlist.strings in Resources */,
1ABF64641806720F0090A117 /* AFNetworking in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -491,6 +479,7 @@
1ABF642F1805927F0090A117 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
1ABF64301805927F0090A117 /* Build configuration list for PBXNativeTarget "SixpackClientTests" */ = {
isa = XCConfigurationList;
Expand All @@ -499,6 +488,7 @@
1ABF64321805927F0090A117 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down

0 comments on commit 1614678

Please sign in to comment.