project.pbxproj
上传用户:kc0325
上传日期:2020-06-20
资源大小:204k
文件大小:17k
源码类别:

iPhone

开发平台:

Objective-C

  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1BA9C5BF0EE8B0DE00AFC46C /* localhostAddresses.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BA9C5BE0EE8B0DE00AFC46C /* localhostAddresses.m */; };
  10. 1BB512B00ED8785300EE6394 /* DDNumber.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BB5129E0ED8785300EE6394 /* DDNumber.m */; };
  11. 1BB512B10ED8785300EE6394 /* DDRange.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BB512A00ED8785300EE6394 /* DDRange.m */; };
  12. 1BB512B20ED8785300EE6394 /* DDData.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BB512A20ED8785300EE6394 /* DDData.m */; };
  13. 1BB512B30ED8785300EE6394 /* AsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BB512A50ED8785300EE6394 /* AsyncSocket.m */; };
  14. 1BB512BC0ED8786400EE6394 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BB512BB0ED8786400EE6394 /* CFNetwork.framework */; };
  15. 1D3623260D0F684500981E51 /* iPhoneHTTPServerAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* iPhoneHTTPServerAppDelegate.m */; };
  16. 1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };
  17. 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  18. 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
  19. 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765FC0DF74451002DB57D /* CoreGraphics.framework */; };
  20. 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
  21. 296F593E0F9BDFFC0064C263 /* HTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 296F59360F9BDFFC0064C263 /* HTTPServer.m */; };
  22. 296F593F0F9BDFFC0064C263 /* HTTPConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 296F59380F9BDFFC0064C263 /* HTTPConnection.m */; };
  23. 296F59400F9BDFFC0064C263 /* HTTPResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 296F593A0F9BDFFC0064C263 /* HTTPResponse.m */; };
  24. 296F59410F9BDFFC0064C263 /* HTTPAuthenticationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 296F593D0F9BDFFC0064C263 /* HTTPAuthenticationRequest.m */; };
  25. DC047D270EECA07F00BAE0E2 /* MyHTTPConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = DC047D260EECA07F00BAE0E2 /* MyHTTPConnection.m */; };
  26. /* End PBXBuildFile section */
  27. /* Begin PBXFileReference section */
  28. 1BA9C5BD0EE8B0DE00AFC46C /* localhostAddresses.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = localhostAddresses.h; sourceTree = "<group>"; };
  29. 1BA9C5BE0EE8B0DE00AFC46C /* localhostAddresses.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = localhostAddresses.m; sourceTree = "<group>"; };
  30. 1BB5129D0ED8785300EE6394 /* DDNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDNumber.h; sourceTree = "<group>"; };
  31. 1BB5129E0ED8785300EE6394 /* DDNumber.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDNumber.m; sourceTree = "<group>"; };
  32. 1BB5129F0ED8785300EE6394 /* DDRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDRange.h; sourceTree = "<group>"; };
  33. 1BB512A00ED8785300EE6394 /* DDRange.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDRange.m; sourceTree = "<group>"; };
  34. 1BB512A10ED8785300EE6394 /* DDData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDData.h; sourceTree = "<group>"; };
  35. 1BB512A20ED8785300EE6394 /* DDData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDData.m; sourceTree = "<group>"; };
  36. 1BB512A40ED8785300EE6394 /* AsyncSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AsyncSocket.h; sourceTree = "<group>"; };
  37. 1BB512A50ED8785300EE6394 /* AsyncSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AsyncSocket.m; sourceTree = "<group>"; };
  38. 1BB512BB0ED8786400EE6394 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
  39. 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  40. 1D3623240D0F684500981E51 /* iPhoneHTTPServerAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iPhoneHTTPServerAppDelegate.h; sourceTree = "<group>"; };
  41. 1D3623250D0F684500981E51 /* iPhoneHTTPServerAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iPhoneHTTPServerAppDelegate.m; sourceTree = "<group>"; };
  42. 1D6058910D05DD3D006BFB54 /* iPhoneHTTPServer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iPhoneHTTPServer.app; sourceTree = BUILT_PRODUCTS_DIR; };
  43. 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  44. 288765FC0DF74451002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  45. 28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
  46. 296F59360F9BDFFC0064C263 /* HTTPServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPServer.m; sourceTree = "<group>"; };
  47. 296F59370F9BDFFC0064C263 /* HTTPResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPResponse.h; sourceTree = "<group>"; };
  48. 296F59380F9BDFFC0064C263 /* HTTPConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPConnection.m; sourceTree = "<group>"; };
  49. 296F59390F9BDFFC0064C263 /* HTTPServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPServer.h; sourceTree = "<group>"; };
  50. 296F593A0F9BDFFC0064C263 /* HTTPResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPResponse.m; sourceTree = "<group>"; };
  51. 296F593B0F9BDFFC0064C263 /* HTTPAuthenticationRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPAuthenticationRequest.h; sourceTree = "<group>"; };
  52. 296F593C0F9BDFFC0064C263 /* HTTPConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPConnection.h; sourceTree = "<group>"; };
  53. 296F593D0F9BDFFC0064C263 /* HTTPAuthenticationRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPAuthenticationRequest.m; sourceTree = "<group>"; };
  54. 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  55. 32CA4F630368D1EE00C91783 /* iPhoneHTTPServer_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iPhoneHTTPServer_Prefix.pch; sourceTree = "<group>"; };
  56. 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  57. DC047D250EECA07F00BAE0E2 /* MyHTTPConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyHTTPConnection.h; sourceTree = "<group>"; };
  58. DC047D260EECA07F00BAE0E2 /* MyHTTPConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyHTTPConnection.m; sourceTree = "<group>"; };
  59. /* End PBXFileReference section */
  60. /* Begin PBXFrameworksBuildPhase section */
  61. 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
  62. isa = PBXFrameworksBuildPhase;
  63. buildActionMask = 2147483647;
  64. files = (
  65. 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
  66. 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
  67. 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */,
  68. 1BB512BC0ED8786400EE6394 /* CFNetwork.framework in Frameworks */,
  69. );
  70. runOnlyForDeploymentPostprocessing = 0;
  71. };
  72. /* End PBXFrameworksBuildPhase section */
  73. /* Begin PBXGroup section */
  74. 080E96DDFE201D6D7F000001 /* Classes */ = {
  75. isa = PBXGroup;
  76. children = (
  77. 1BA9C5BD0EE8B0DE00AFC46C /* localhostAddresses.h */,
  78. 1BA9C5BE0EE8B0DE00AFC46C /* localhostAddresses.m */,
  79. DC047D250EECA07F00BAE0E2 /* MyHTTPConnection.h */,
  80. DC047D260EECA07F00BAE0E2 /* MyHTTPConnection.m */,
  81. 1D3623240D0F684500981E51 /* iPhoneHTTPServerAppDelegate.h */,
  82. 1D3623250D0F684500981E51 /* iPhoneHTTPServerAppDelegate.m */,
  83. );
  84. path = Classes;
  85. sourceTree = "<group>";
  86. };
  87. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  88. isa = PBXGroup;
  89. children = (
  90. 1D6058910D05DD3D006BFB54 /* iPhoneHTTPServer.app */,
  91. );
  92. name = Products;
  93. sourceTree = "<group>";
  94. };
  95. 1BB5129C0ED8785300EE6394 /* Categories */ = {
  96. isa = PBXGroup;
  97. children = (
  98. 1BB5129D0ED8785300EE6394 /* DDNumber.h */,
  99. 1BB5129E0ED8785300EE6394 /* DDNumber.m */,
  100. 1BB5129F0ED8785300EE6394 /* DDRange.h */,
  101. 1BB512A00ED8785300EE6394 /* DDRange.m */,
  102. 1BB512A10ED8785300EE6394 /* DDData.h */,
  103. 1BB512A20ED8785300EE6394 /* DDData.m */,
  104. );
  105. name = Categories;
  106. sourceTree = "<group>";
  107. };
  108. 1BB512A30ED8785300EE6394 /* TCP */ = {
  109. isa = PBXGroup;
  110. children = (
  111. 1BB512A40ED8785300EE6394 /* AsyncSocket.h */,
  112. 1BB512A50ED8785300EE6394 /* AsyncSocket.m */,
  113. );
  114. name = TCP;
  115. sourceTree = "<group>";
  116. };
  117. 1BB512A60ED8785300EE6394 /* HTTP */ = {
  118. isa = PBXGroup;
  119. children = (
  120. 296F59390F9BDFFC0064C263 /* HTTPServer.h */,
  121. 296F59360F9BDFFC0064C263 /* HTTPServer.m */,
  122. 296F59370F9BDFFC0064C263 /* HTTPResponse.h */,
  123. 296F593A0F9BDFFC0064C263 /* HTTPResponse.m */,
  124. 296F593C0F9BDFFC0064C263 /* HTTPConnection.h */,
  125. 296F59380F9BDFFC0064C263 /* HTTPConnection.m */,
  126. 296F593B0F9BDFFC0064C263 /* HTTPAuthenticationRequest.h */,
  127. 296F593D0F9BDFFC0064C263 /* HTTPAuthenticationRequest.m */,
  128. );
  129. name = HTTP;
  130. sourceTree = "<group>";
  131. };
  132. 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
  133. isa = PBXGroup;
  134. children = (
  135. 1BB512A60ED8785300EE6394 /* HTTP */,
  136. 1BB512A30ED8785300EE6394 /* TCP */,
  137. 1BB5129C0ED8785300EE6394 /* Categories */,
  138. 080E96DDFE201D6D7F000001 /* Classes */,
  139. 29B97315FDCFA39411CA2CEA /* Other Sources */,
  140. 29B97317FDCFA39411CA2CEA /* Resources */,
  141. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  142. 19C28FACFE9D520D11CA2CBB /* Products */,
  143. );
  144. name = CustomTemplate;
  145. sourceTree = "<group>";
  146. };
  147. 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
  148. isa = PBXGroup;
  149. children = (
  150. 32CA4F630368D1EE00C91783 /* iPhoneHTTPServer_Prefix.pch */,
  151. 29B97316FDCFA39411CA2CEA /* main.m */,
  152. );
  153. name = "Other Sources";
  154. sourceTree = "<group>";
  155. };
  156. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  157. isa = PBXGroup;
  158. children = (
  159. 28AD733E0D9D9553002E5188 /* MainWindow.xib */,
  160. 8D1107310486CEB800E47090 /* Info.plist */,
  161. );
  162. name = Resources;
  163. sourceTree = "<group>";
  164. };
  165. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  166. isa = PBXGroup;
  167. children = (
  168. 1BB512BB0ED8786400EE6394 /* CFNetwork.framework */,
  169. 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
  170. 1D30AB110D05D00D00671497 /* Foundation.framework */,
  171. 288765FC0DF74451002DB57D /* CoreGraphics.framework */,
  172. );
  173. name = Frameworks;
  174. sourceTree = "<group>";
  175. };
  176. /* End PBXGroup section */
  177. /* Begin PBXNativeTarget section */
  178. 1D6058900D05DD3D006BFB54 /* iPhoneHTTPServer */ = {
  179. isa = PBXNativeTarget;
  180. buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "iPhoneHTTPServer" */;
  181. buildPhases = (
  182. 1D60588D0D05DD3D006BFB54 /* Resources */,
  183. 1D60588E0D05DD3D006BFB54 /* Sources */,
  184. 1D60588F0D05DD3D006BFB54 /* Frameworks */,
  185. );
  186. buildRules = (
  187. );
  188. dependencies = (
  189. );
  190. name = iPhoneHTTPServer;
  191. productName = iPhoneHTTPServer;
  192. productReference = 1D6058910D05DD3D006BFB54 /* iPhoneHTTPServer.app */;
  193. productType = "com.apple.product-type.application";
  194. };
  195. /* End PBXNativeTarget section */
  196. /* Begin PBXProject section */
  197. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  198. isa = PBXProject;
  199. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "iPhoneHTTPServer" */;
  200. compatibilityVersion = "Xcode 3.1";
  201. hasScannedForEncodings = 1;
  202. mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
  203. projectDirPath = "";
  204. projectRoot = "";
  205. targets = (
  206. 1D6058900D05DD3D006BFB54 /* iPhoneHTTPServer */,
  207. );
  208. };
  209. /* End PBXProject section */
  210. /* Begin PBXResourcesBuildPhase section */
  211. 1D60588D0D05DD3D006BFB54 /* Resources */ = {
  212. isa = PBXResourcesBuildPhase;
  213. buildActionMask = 2147483647;
  214. files = (
  215. 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
  216. );
  217. runOnlyForDeploymentPostprocessing = 0;
  218. };
  219. /* End PBXResourcesBuildPhase section */
  220. /* Begin PBXSourcesBuildPhase section */
  221. 1D60588E0D05DD3D006BFB54 /* Sources */ = {
  222. isa = PBXSourcesBuildPhase;
  223. buildActionMask = 2147483647;
  224. files = (
  225. 1D60589B0D05DD56006BFB54 /* main.m in Sources */,
  226. 1D3623260D0F684500981E51 /* iPhoneHTTPServerAppDelegate.m in Sources */,
  227. 1BB512B00ED8785300EE6394 /* DDNumber.m in Sources */,
  228. 1BB512B10ED8785300EE6394 /* DDRange.m in Sources */,
  229. 1BB512B20ED8785300EE6394 /* DDData.m in Sources */,
  230. 1BB512B30ED8785300EE6394 /* AsyncSocket.m in Sources */,
  231. 1BA9C5BF0EE8B0DE00AFC46C /* localhostAddresses.m in Sources */,
  232. DC047D270EECA07F00BAE0E2 /* MyHTTPConnection.m in Sources */,
  233. 296F593E0F9BDFFC0064C263 /* HTTPServer.m in Sources */,
  234. 296F593F0F9BDFFC0064C263 /* HTTPConnection.m in Sources */,
  235. 296F59400F9BDFFC0064C263 /* HTTPResponse.m in Sources */,
  236. 296F59410F9BDFFC0064C263 /* HTTPAuthenticationRequest.m in Sources */,
  237. );
  238. runOnlyForDeploymentPostprocessing = 0;
  239. };
  240. /* End PBXSourcesBuildPhase section */
  241. /* Begin XCBuildConfiguration section */
  242. 1D6058940D05DD3E006BFB54 /* Debug */ = {
  243. isa = XCBuildConfiguration;
  244. buildSettings = {
  245. ALWAYS_SEARCH_USER_PATHS = NO;
  246. COPY_PHASE_STRIP = NO;
  247. GCC_DYNAMIC_NO_PIC = NO;
  248. GCC_OPTIMIZATION_LEVEL = 0;
  249. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  250. GCC_PREFIX_HEADER = iPhoneHTTPServer_Prefix.pch;
  251. INFOPLIST_FILE = Info.plist;
  252. LIBRARY_SEARCH_PATHS = (
  253. "$(inherited)",
  254. ""$(SRCROOT)"",
  255. );
  256. PRODUCT_NAME = iPhoneHTTPServer;
  257. };
  258. name = Debug;
  259. };
  260. 1D6058950D05DD3E006BFB54 /* Release */ = {
  261. isa = XCBuildConfiguration;
  262. buildSettings = {
  263. ALWAYS_SEARCH_USER_PATHS = NO;
  264. COPY_PHASE_STRIP = YES;
  265. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  266. GCC_PREFIX_HEADER = iPhoneHTTPServer_Prefix.pch;
  267. INFOPLIST_FILE = Info.plist;
  268. LIBRARY_SEARCH_PATHS = (
  269. "$(inherited)",
  270. ""$(SRCROOT)"",
  271. );
  272. PRODUCT_NAME = iPhoneHTTPServer;
  273. };
  274. name = Release;
  275. };
  276. C01FCF4F08A954540054247B /* Debug */ = {
  277. isa = XCBuildConfiguration;
  278. buildSettings = {
  279. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  280. GCC_C_LANGUAGE_STANDARD = c99;
  281. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  282. GCC_WARN_UNUSED_VARIABLE = YES;
  283. ONLY_ACTIVE_ARCH = YES;
  284. PREBINDING = NO;
  285. SDKROOT = iphoneos2.2;
  286. };
  287. name = Debug;
  288. };
  289. C01FCF5008A954540054247B /* Release */ = {
  290. isa = XCBuildConfiguration;
  291. buildSettings = {
  292. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  293. GCC_C_LANGUAGE_STANDARD = c99;
  294. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  295. GCC_WARN_UNUSED_VARIABLE = YES;
  296. PREBINDING = NO;
  297. SDKROOT = iphoneos2.2;
  298. };
  299. name = Release;
  300. };
  301. /* End XCBuildConfiguration section */
  302. /* Begin XCConfigurationList section */
  303. 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "iPhoneHTTPServer" */ = {
  304. isa = XCConfigurationList;
  305. buildConfigurations = (
  306. 1D6058940D05DD3E006BFB54 /* Debug */,
  307. 1D6058950D05DD3E006BFB54 /* Release */,
  308. );
  309. defaultConfigurationIsVisible = 0;
  310. defaultConfigurationName = Release;
  311. };
  312. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "iPhoneHTTPServer" */ = {
  313. isa = XCConfigurationList;
  314. buildConfigurations = (
  315. C01FCF4F08A954540054247B /* Debug */,
  316. C01FCF5008A954540054247B /* Release */,
  317. );
  318. defaultConfigurationIsVisible = 0;
  319. defaultConfigurationName = Release;
  320. };
  321. /* End XCConfigurationList section */
  322. };
  323. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  324. }