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

iPhone

开发平台:

Objective-C

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