Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
[Network,extJSON] Add TTErrorCodes.h/m to the projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Nov 5, 2010
1 parent e219216 commit 1b56f6d
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/Three20Network/Three20Network.xcodeproj/project.pbxproj
Expand Up @@ -68,6 +68,12 @@
662D821012630527005851C2 /* TTURLRequestQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EE7362711849A4000A35176 /* TTURLRequestQueue.m */; };
662D82521263082D005851C2 /* libThree20Core-Xcode3.2.2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 66C16AC51263027400A7825A /* libThree20Core-Xcode3.2.2.a */; };
662D82531263082D005851C2 /* libThree20Network-Xcode3.2.2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 662D821612630527005851C2 /* libThree20Network-Xcode3.2.2.a */; };
664B29BD12848AA50008D569 /* TTErrorCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 664B29BC12848AA50008D569 /* TTErrorCodes.h */; settings = {ATTRIBUTES = (Public, ); }; };
664B29BE12848AA50008D569 /* TTErrorCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 664B29BC12848AA50008D569 /* TTErrorCodes.h */; settings = {ATTRIBUTES = (Public, ); }; };
664B29BF12848AA50008D569 /* TTErrorCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 664B29BC12848AA50008D569 /* TTErrorCodes.h */; settings = {ATTRIBUTES = (Public, ); }; };
664B29C112848AAD0008D569 /* TTErrorCodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 664B29C012848AAD0008D569 /* TTErrorCodes.m */; };
664B29C212848AAD0008D569 /* TTErrorCodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 664B29C012848AAD0008D569 /* TTErrorCodes.m */; };
664B29C312848AAD0008D569 /* TTErrorCodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 664B29C012848AAD0008D569 /* TTErrorCodes.m */; };
66C16B1C1263059A00A7825A /* libThree20Network-Xcode3.2.5.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 662D81EF12630516005851C2 /* libThree20Network-Xcode3.2.5.a */; };
66C16B21126305AB00A7825A /* libThree20Core-Xcode3.2.5.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 66C16AC31263027400A7825A /* libThree20Core-Xcode3.2.5.a */; };
66F955B0126662E300BEF6F0 /* NetworkURLCacheTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 66F955AF126662E300BEF6F0 /* NetworkURLCacheTests.m */; };
Expand Down Expand Up @@ -229,6 +235,8 @@
662D81C7126304F3005851C2 /* NetworkUnitTests-Xcode3.2.2.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "NetworkUnitTests-Xcode3.2.2.octest"; sourceTree = BUILT_PRODUCTS_DIR; };
662D81EF12630516005851C2 /* libThree20Network-Xcode3.2.5.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libThree20Network-Xcode3.2.5.a"; sourceTree = BUILT_PRODUCTS_DIR; };
662D821612630527005851C2 /* libThree20Network-Xcode3.2.2.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libThree20Network-Xcode3.2.2.a"; sourceTree = BUILT_PRODUCTS_DIR; };
664B29BC12848AA50008D569 /* TTErrorCodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TTErrorCodes.h; path = Headers/TTErrorCodes.h; sourceTree = "<group>"; };
664B29C012848AAD0008D569 /* TTErrorCodes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TTErrorCodes.m; path = Sources/TTErrorCodes.m; sourceTree = "<group>"; };
66F955AF126662E300BEF6F0 /* NetworkURLCacheTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NetworkURLCacheTests.m; path = UnitTests/NetworkURLCacheTests.m; sourceTree = "<group>"; };
66F955B71266647A00BEF6F0 /* both.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = both.png; path = UnitTests/Resources/both.png; sourceTree = "<group>"; };
66F955B81266647A00BEF6F0 /* both@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "both@2x.png"; path = "UnitTests/Resources/both@2x.png"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -394,6 +402,8 @@
6E08B86E1183B38400DA1579 /* Global */,
6EE7360111849A1F00A35176 /* TTUserInfo.h */,
6EE735FE11849A1600A35176 /* TTUserInfo.m */,
664B29BC12848AA50008D569 /* TTErrorCodes.h */,
664B29C012848AAD0008D569 /* TTErrorCodes.m */,
6E08B8091183B28A00DA1579 /* Model */,
6E08B8101183B28A00DA1579 /* Response */,
6E08B8191183B28A00DA1579 /* Request */,
Expand Down Expand Up @@ -558,6 +568,7 @@
662D81DB12630516005851C2 /* TTURLResponse.h in Headers */,
662D81DC12630516005851C2 /* Three20Network_Prefix.pch in Headers */,
662D81DD12630516005851C2 /* TTURLRequestQueueInternal.h in Headers */,
664B29BE12848AA50008D569 /* TTErrorCodes.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -582,6 +593,7 @@
662D820212630527005851C2 /* TTURLResponse.h in Headers */,
662D820312630527005851C2 /* Three20Network_Prefix.pch in Headers */,
662D820412630527005851C2 /* TTURLRequestQueueInternal.h in Headers */,
664B29BD12848AA50008D569 /* TTErrorCodes.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -606,6 +618,7 @@
6EE7361F11849A3500A35176 /* TTURLResponse.h in Headers */,
6EE7364911849B1D00A35176 /* Three20Network_Prefix.pch in Headers */,
6EF96405118EFCF0003902E7 /* TTURLRequestQueueInternal.h in Headers */,
664B29BF12848AA50008D569 /* TTErrorCodes.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -964,6 +977,7 @@
662D81E712630516005851C2 /* TTURLRequest.m in Sources */,
662D81E812630516005851C2 /* TTURLRequestModel.m in Sources */,
662D81E912630516005851C2 /* TTURLRequestQueue.m in Sources */,
664B29C212848AAD0008D569 /* TTErrorCodes.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -981,6 +995,7 @@
662D820E12630527005851C2 /* TTURLRequest.m in Sources */,
662D820F12630527005851C2 /* TTURLRequestModel.m in Sources */,
662D821012630527005851C2 /* TTURLRequestQueue.m in Sources */,
664B29C112848AAD0008D569 /* TTErrorCodes.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -998,6 +1013,7 @@
6EE7362D11849A4000A35176 /* TTURLRequest.m in Sources */,
6EE7362E11849A4000A35176 /* TTURLRequestModel.m in Sources */,
6EE7362F11849A4000A35176 /* TTURLRequestQueue.m in Sources */,
664B29C312848AAD0008D569 /* TTErrorCodes.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
28 changes: 28 additions & 0 deletions src/extThree20JSON/extThree20JSON.xcodeproj/project.pbxproj
Expand Up @@ -8,6 +8,18 @@

/* Begin PBXBuildFile section */
663DB07912661F8200CF8CEA /* Xcode324iOS41TestSuiteWorkaround.m in Sources */ = {isa = PBXBuildFile; fileRef = 663DB07812661F8200CF8CEA /* Xcode324iOS41TestSuiteWorkaround.m */; };
664B29E912848B1A0008D569 /* TTErrorCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 664B29E812848B1A0008D569 /* TTErrorCodes.h */; settings = {ATTRIBUTES = (Public, ); }; };
664B29EA12848B1A0008D569 /* TTErrorCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 664B29E812848B1A0008D569 /* TTErrorCodes.h */; settings = {ATTRIBUTES = (Public, ); }; };
664B29EB12848B1A0008D569 /* TTErrorCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 664B29E812848B1A0008D569 /* TTErrorCodes.h */; settings = {ATTRIBUTES = (Public, ); }; };
664B29EC12848B1A0008D569 /* TTErrorCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 664B29E812848B1A0008D569 /* TTErrorCodes.h */; settings = {ATTRIBUTES = (Public, ); }; };
664B29ED12848B1A0008D569 /* TTErrorCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 664B29E812848B1A0008D569 /* TTErrorCodes.h */; settings = {ATTRIBUTES = (Public, ); }; };
664B29EE12848B1A0008D569 /* TTErrorCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 664B29E812848B1A0008D569 /* TTErrorCodes.h */; settings = {ATTRIBUTES = (Public, ); }; };
664B29F012848B270008D569 /* TTErrorCodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 664B29EF12848B270008D569 /* TTErrorCodes.m */; };
664B29F112848B270008D569 /* TTErrorCodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 664B29EF12848B270008D569 /* TTErrorCodes.m */; };
664B29F212848B270008D569 /* TTErrorCodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 664B29EF12848B270008D569 /* TTErrorCodes.m */; };
664B29F312848B270008D569 /* TTErrorCodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 664B29EF12848B270008D569 /* TTErrorCodes.m */; };
664B29F412848B270008D569 /* TTErrorCodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 664B29EF12848B270008D569 /* TTErrorCodes.m */; };
664B29F512848B270008D569 /* TTErrorCodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 664B29EF12848B270008D569 /* TTErrorCodes.m */; };
66C34BA11266200500489E9A /* TTURLJSONResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E645A1A11876C9800F08CB1 /* TTURLJSONResponse.h */; settings = {ATTRIBUTES = (Public, ); }; };
66C34BA21266200500489E9A /* JSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E645A2211876CA800F08CB1 /* JSON.h */; settings = {ATTRIBUTES = (Public, ); }; };
66C34BA31266200500489E9A /* NSObject+SBJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E645A2311876CA800F08CB1 /* NSObject+SBJSON.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -404,6 +416,8 @@
/* Begin PBXFileReference section */
663DB06D12661EE900CF8CEA /* Library+YAJL.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "Library+YAJL.xcconfig"; path = "Configurations/Library+YAJL.xcconfig"; sourceTree = "<group>"; };
663DB07812661F8200CF8CEA /* Xcode324iOS41TestSuiteWorkaround.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Xcode324iOS41TestSuiteWorkaround.m; path = ../UnitTests/Xcode324iOS41TestSuiteWorkaround.m; sourceTree = SOURCE_ROOT; };
664B29E812848B1A0008D569 /* TTErrorCodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TTErrorCodes.h; path = Headers/TTErrorCodes.h; sourceTree = "<group>"; };
664B29EF12848B270008D569 /* TTErrorCodes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TTErrorCodes.m; path = Source/TTErrorCodes.m; sourceTree = "<group>"; };
66C34BB81266200600489E9A /* libextThree20JSON+SBJSON-Xcode3.2.5.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libextThree20JSON+SBJSON-Xcode3.2.5.a"; sourceTree = BUILT_PRODUCTS_DIR; };
66C34BE41266200600489E9A /* libextThree20JSON+YAJL-Xcode3.2.5.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libextThree20JSON+YAJL-Xcode3.2.5.a"; sourceTree = BUILT_PRODUCTS_DIR; };
66C34BF91266200600489E9A /* extJSONUnitTests+SBJSON-Xcode3.2.5.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "extJSONUnitTests+SBJSON-Xcode3.2.5.octest"; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -723,6 +737,8 @@
children = (
6E645A1A11876C9800F08CB1 /* TTURLJSONResponse.h */,
6E645A1C11876C9800F08CB1 /* TTURLJSONResponse.m */,
664B29E812848B1A0008D569 /* TTErrorCodes.h */,
664B29EF12848B270008D569 /* TTErrorCodes.m */,
6E645A1F11876CA800F08CB1 /* Vendors */,
);
name = Source;
Expand Down Expand Up @@ -773,6 +789,7 @@
66C34BA71266200500489E9A /* SBJsonParser.h in Headers */,
66C34BA81266200500489E9A /* SBJsonWriter.h in Headers */,
66C34BA91266200500489E9A /* extThree20JSON.h in Headers */,
664B29EA12848B1A0008D569 /* TTErrorCodes.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -797,6 +814,7 @@
66C34BCD1266200600489E9A /* YAJLGen.h in Headers */,
66C34BCE1266200600489E9A /* YAJLParser.h in Headers */,
66C34BCF1266200600489E9A /* extThree20JSON.h in Headers */,
664B29ED12848B1A0008D569 /* TTErrorCodes.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -813,6 +831,7 @@
66D90EFD12662330009AFDE6 /* SBJsonParser.h in Headers */,
66D90EFE12662330009AFDE6 /* SBJsonWriter.h in Headers */,
66D90EFF12662330009AFDE6 /* extThree20JSON.h in Headers */,
664B29EB12848B1A0008D569 /* TTErrorCodes.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -837,6 +856,7 @@
66D90F2312662330009AFDE6 /* YAJLGen.h in Headers */,
66D90F2412662330009AFDE6 /* YAJLParser.h in Headers */,
66D90F2512662330009AFDE6 /* extThree20JSON.h in Headers */,
664B29EE12848B1A0008D569 /* TTErrorCodes.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -861,6 +881,7 @@
6E645BBE1187751200F08CB1 /* YAJLGen.h in Headers */,
6E645BBF1187751200F08CB1 /* YAJLParser.h in Headers */,
6E6462131187DD3300F08CB1 /* extThree20JSON.h in Headers */,
664B29EC12848B1A0008D569 /* TTErrorCodes.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -877,6 +898,7 @@
6E645A3911876CA800F08CB1 /* SBJsonParser.h in Headers */,
6E645A3B11876CA800F08CB1 /* SBJsonWriter.h in Headers */,
6E6462121187DD2F00F08CB1 /* extThree20JSON.h in Headers */,
664B29E912848B1A0008D569 /* TTErrorCodes.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -1361,6 +1383,7 @@
66C34BB01266200500489E9A /* SBJsonBase.m in Sources */,
66C34BB11266200500489E9A /* SBJsonParser.m in Sources */,
66C34BB21266200500489E9A /* SBJsonWriter.m in Sources */,
664B29F112848B270008D569 /* TTErrorCodes.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -1381,6 +1404,7 @@
66C34BDC1266200600489E9A /* YAJLDocument.m in Sources */,
66C34BDD1266200600489E9A /* YAJLGen.m in Sources */,
66C34BDE1266200600489E9A /* YAJLParser.m in Sources */,
664B29F412848B270008D569 /* TTErrorCodes.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -1403,6 +1427,7 @@
66D90F0612662330009AFDE6 /* SBJsonBase.m in Sources */,
66D90F0712662330009AFDE6 /* SBJsonParser.m in Sources */,
66D90F0812662330009AFDE6 /* SBJsonWriter.m in Sources */,
664B29F212848B270008D569 /* TTErrorCodes.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -1423,6 +1448,7 @@
66D90F3212662330009AFDE6 /* YAJLDocument.m in Sources */,
66D90F3312662330009AFDE6 /* YAJLGen.m in Sources */,
66D90F3412662330009AFDE6 /* YAJLParser.m in Sources */,
664B29F512848B270008D569 /* TTErrorCodes.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -1451,6 +1477,7 @@
6E645BD11187751200F08CB1 /* YAJLDocument.m in Sources */,
6E645BD21187751200F08CB1 /* YAJLGen.m in Sources */,
6E645BD31187751200F08CB1 /* YAJLParser.m in Sources */,
664B29F312848B270008D569 /* TTErrorCodes.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -1465,6 +1492,7 @@
6E645A3811876CA800F08CB1 /* SBJsonBase.m in Sources */,
6E645A3A11876CA800F08CB1 /* SBJsonParser.m in Sources */,
6E645A3C11876CA800F08CB1 /* SBJsonWriter.m in Sources */,
664B29F012848B270008D569 /* TTErrorCodes.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 1b56f6d

Please sign in to comment.