project.pbxproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1D3623260D0F684500981E51 /* WebServerIPhoneAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* WebServerIPhoneAppDelegate.m */; };
  10. 1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };
  11. 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  12. 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
  13. 288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765A40DF7441C002DB57D /* CoreGraphics.framework */; };
  14. 2899E5220DE3E06400AC0155 /* WebServerIPhoneViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2899E5210DE3E06400AC0155 /* WebServerIPhoneViewController.xib */; };
  15. 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
  16. 28D7ACF80DDB3853001CB0EB /* WebServerIPhoneViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D7ACF70DDB3853001CB0EB /* WebServerIPhoneViewController.m */; };
  17. DC588A1F158DF014007AFCFC /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC588A1E158DF014007AFCFC /* Security.framework */; };
  18. DC987C90119294FD0020FF52 /* MyHTTPConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = DC987C8B119294FD0020FF52 /* MyHTTPConnection.m */; };
  19. DC987C92119294FD0020FF52 /* WebSocketLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DC987C8F119294FD0020FF52 /* WebSocketLogger.m */; };
  20. DC987C96119295650020FF52 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC987C95119295650020FF52 /* CFNetwork.framework */; };
  21. DC987CC4119296760020FF52 /* Web in Resources */ = {isa = PBXBuildFile; fileRef = DC987CBE119296760020FF52 /* Web */; };
  22. DCA67DBF146B4DB4003411EE /* DDData.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA67DA3146B4DB4003411EE /* DDData.m */; };
  23. DCA67DC0146B4DB4003411EE /* DDNumber.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA67DA5146B4DB4003411EE /* DDNumber.m */; };
  24. DCA67DC1146B4DB4003411EE /* DDRange.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA67DA7146B4DB4003411EE /* DDRange.m */; };
  25. DCA67DC2146B4DB4003411EE /* HTTPAuthenticationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA67DA9146B4DB4003411EE /* HTTPAuthenticationRequest.m */; };
  26. DCA67DC3146B4DB4003411EE /* HTTPConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA67DAB146B4DB4003411EE /* HTTPConnection.m */; };
  27. DCA67DC4146B4DB4003411EE /* HTTPMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA67DAE146B4DB4003411EE /* HTTPMessage.m */; };
  28. DCA67DC5146B4DB4003411EE /* HTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA67DB1146B4DB4003411EE /* HTTPServer.m */; };
  29. DCA67DC6146B4DB4003411EE /* HTTPAsyncFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA67DB4146B4DB4003411EE /* HTTPAsyncFileResponse.m */; };
  30. DCA67DC7146B4DB4003411EE /* HTTPDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA67DB6146B4DB4003411EE /* HTTPDataResponse.m */; };
  31. DCA67DC8146B4DB4003411EE /* HTTPDynamicFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA67DB8146B4DB4003411EE /* HTTPDynamicFileResponse.m */; };
  32. DCA67DC9146B4DB4003411EE /* HTTPFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA67DBA146B4DB4003411EE /* HTTPFileResponse.m */; };
  33. DCA67DCA146B4DB4003411EE /* HTTPRedirectResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA67DBC146B4DB4003411EE /* HTTPRedirectResponse.m */; };
  34. DCA67DCB146B4DB4003411EE /* WebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA67DBE146B4DB4003411EE /* WebSocket.m */; };
  35. DCA67DCF146B4E3C003411EE /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA67DCE146B4E3C003411EE /* GCDAsyncSocket.m */; };
  36. DCD6EAD016FFC50000710668 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DCD6EACF16FFC50000710668 /* Default-568h@2x.png */; };
  37. /* End PBXBuildFile section */
  38. /* Begin PBXFileReference section */
  39. 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  40. 1D3623240D0F684500981E51 /* WebServerIPhoneAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebServerIPhoneAppDelegate.h; sourceTree = "<group>"; };
  41. 1D3623250D0F684500981E51 /* WebServerIPhoneAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebServerIPhoneAppDelegate.m; sourceTree = "<group>"; };
  42. 1D6058910D05DD3D006BFB54 /* WebServerIPhone.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WebServerIPhone.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. 288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  45. 2899E5210DE3E06400AC0155 /* WebServerIPhoneViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = WebServerIPhoneViewController.xib; sourceTree = "<group>"; };
  46. 28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
  47. 28D7ACF60DDB3853001CB0EB /* WebServerIPhoneViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebServerIPhoneViewController.h; sourceTree = "<group>"; };
  48. 28D7ACF70DDB3853001CB0EB /* WebServerIPhoneViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebServerIPhoneViewController.m; sourceTree = "<group>"; };
  49. 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  50. 32CA4F630368D1EE00C91783 /* WebServerIPhone_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebServerIPhone_Prefix.pch; sourceTree = "<group>"; };
  51. 43AF80612174EDBF00C0D9DC /* Module-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Release.xcconfig"; sourceTree = "<group>"; };
  52. 43AF80622174EDBF00C0D9DC /* Module-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Debug.xcconfig"; sourceTree = "<group>"; };
  53. 43AF80632174EDBF00C0D9DC /* Module-Shared.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Shared.xcconfig"; sourceTree = "<group>"; };
  54. 8D1107310486CEB800E47090 /* WebServerIPhone-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "WebServerIPhone-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
  55. DC588A1E158DF014007AFCFC /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
  56. DC987C8A119294FD0020FF52 /* MyHTTPConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MyHTTPConnection.h; path = Classes/MyHTTPConnection.h; sourceTree = "<group>"; };
  57. DC987C8B119294FD0020FF52 /* MyHTTPConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MyHTTPConnection.m; path = Classes/MyHTTPConnection.m; sourceTree = "<group>"; };
  58. DC987C8E119294FD0020FF52 /* WebSocketLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WebSocketLogger.h; path = Classes/WebSocketLogger.h; sourceTree = "<group>"; };
  59. DC987C8F119294FD0020FF52 /* WebSocketLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WebSocketLogger.m; path = Classes/WebSocketLogger.m; sourceTree = "<group>"; };
  60. DC987C95119295650020FF52 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
  61. DC987CBE119296760020FF52 /* Web */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Web; sourceTree = "<group>"; };
  62. DCA67DA2146B4DB4003411EE /* DDData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDData.h; sourceTree = "<group>"; };
  63. DCA67DA3146B4DB4003411EE /* DDData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDData.m; sourceTree = "<group>"; };
  64. DCA67DA4146B4DB4003411EE /* DDNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDNumber.h; sourceTree = "<group>"; };
  65. DCA67DA5146B4DB4003411EE /* DDNumber.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDNumber.m; sourceTree = "<group>"; };
  66. DCA67DA6146B4DB4003411EE /* DDRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDRange.h; sourceTree = "<group>"; };
  67. DCA67DA7146B4DB4003411EE /* DDRange.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDRange.m; sourceTree = "<group>"; };
  68. DCA67DA8146B4DB4003411EE /* HTTPAuthenticationRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPAuthenticationRequest.h; sourceTree = "<group>"; };
  69. DCA67DA9146B4DB4003411EE /* HTTPAuthenticationRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPAuthenticationRequest.m; sourceTree = "<group>"; };
  70. DCA67DAA146B4DB4003411EE /* HTTPConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPConnection.h; sourceTree = "<group>"; };
  71. DCA67DAB146B4DB4003411EE /* HTTPConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPConnection.m; sourceTree = "<group>"; };
  72. DCA67DAC146B4DB4003411EE /* HTTPLogging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPLogging.h; sourceTree = "<group>"; };
  73. DCA67DAD146B4DB4003411EE /* HTTPMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPMessage.h; sourceTree = "<group>"; };
  74. DCA67DAE146B4DB4003411EE /* HTTPMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPMessage.m; sourceTree = "<group>"; };
  75. DCA67DAF146B4DB4003411EE /* HTTPResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPResponse.h; sourceTree = "<group>"; };
  76. DCA67DB0146B4DB4003411EE /* HTTPServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPServer.h; sourceTree = "<group>"; };
  77. DCA67DB1146B4DB4003411EE /* HTTPServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPServer.m; sourceTree = "<group>"; };
  78. DCA67DB3146B4DB4003411EE /* HTTPAsyncFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPAsyncFileResponse.h; sourceTree = "<group>"; };
  79. DCA67DB4146B4DB4003411EE /* HTTPAsyncFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPAsyncFileResponse.m; sourceTree = "<group>"; };
  80. DCA67DB5146B4DB4003411EE /* HTTPDataResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPDataResponse.h; sourceTree = "<group>"; };
  81. DCA67DB6146B4DB4003411EE /* HTTPDataResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPDataResponse.m; sourceTree = "<group>"; };
  82. DCA67DB7146B4DB4003411EE /* HTTPDynamicFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPDynamicFileResponse.h; sourceTree = "<group>"; };
  83. DCA67DB8146B4DB4003411EE /* HTTPDynamicFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPDynamicFileResponse.m; sourceTree = "<group>"; };
  84. DCA67DB9146B4DB4003411EE /* HTTPFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPFileResponse.h; sourceTree = "<group>"; };
  85. DCA67DBA146B4DB4003411EE /* HTTPFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPFileResponse.m; sourceTree = "<group>"; };
  86. DCA67DBB146B4DB4003411EE /* HTTPRedirectResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPRedirectResponse.h; sourceTree = "<group>"; };
  87. DCA67DBC146B4DB4003411EE /* HTTPRedirectResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPRedirectResponse.m; sourceTree = "<group>"; };
  88. DCA67DBD146B4DB4003411EE /* WebSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebSocket.h; sourceTree = "<group>"; };
  89. DCA67DBE146B4DB4003411EE /* WebSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebSocket.m; sourceTree = "<group>"; };
  90. DCA67DCD146B4E3C003411EE /* GCDAsyncSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDAsyncSocket.h; sourceTree = "<group>"; };
  91. DCA67DCE146B4E3C003411EE /* GCDAsyncSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDAsyncSocket.m; sourceTree = "<group>"; };
  92. DCD6EACF16FFC50000710668 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
  93. /* End PBXFileReference section */
  94. /* Begin PBXFrameworksBuildPhase section */
  95. 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
  96. isa = PBXFrameworksBuildPhase;
  97. buildActionMask = 2147483647;
  98. files = (
  99. DC588A1F158DF014007AFCFC /* Security.framework in Frameworks */,
  100. 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
  101. 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
  102. 288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */,
  103. DC987C96119295650020FF52 /* CFNetwork.framework in Frameworks */,
  104. );
  105. runOnlyForDeploymentPostprocessing = 0;
  106. };
  107. /* End PBXFrameworksBuildPhase section */
  108. /* Begin PBXGroup section */
  109. 080E96DDFE201D6D7F000001 /* Classes */ = {
  110. isa = PBXGroup;
  111. children = (
  112. 1D3623240D0F684500981E51 /* WebServerIPhoneAppDelegate.h */,
  113. 1D3623250D0F684500981E51 /* WebServerIPhoneAppDelegate.m */,
  114. 28D7ACF60DDB3853001CB0EB /* WebServerIPhoneViewController.h */,
  115. 28D7ACF70DDB3853001CB0EB /* WebServerIPhoneViewController.m */,
  116. );
  117. path = Classes;
  118. sourceTree = "<group>";
  119. };
  120. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  121. isa = PBXGroup;
  122. children = (
  123. 1D6058910D05DD3D006BFB54 /* WebServerIPhone.app */,
  124. );
  125. name = Products;
  126. sourceTree = "<group>";
  127. };
  128. 29B97314FDCFA39411CA2CEA = {
  129. isa = PBXGroup;
  130. children = (
  131. 43AF80602174EDBE00C0D9DC /* Configs */,
  132. DCD6EACF16FFC50000710668 /* Default-568h@2x.png */,
  133. DCA67DCC146B4E3C003411EE /* CocoaAsyncSocket */,
  134. DCA67DA0146B4DB4003411EE /* CocoaHTTPServer */,
  135. DC987C89119294E10020FF52 /* MyHTTP */,
  136. 080E96DDFE201D6D7F000001 /* Classes */,
  137. 29B97315FDCFA39411CA2CEA /* Other Sources */,
  138. 29B97317FDCFA39411CA2CEA /* Resources */,
  139. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  140. 19C28FACFE9D520D11CA2CBB /* Products */,
  141. );
  142. name = CustomTemplate;
  143. sourceTree = "<group>";
  144. };
  145. 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
  146. isa = PBXGroup;
  147. children = (
  148. 32CA4F630368D1EE00C91783 /* WebServerIPhone_Prefix.pch */,
  149. 29B97316FDCFA39411CA2CEA /* main.m */,
  150. );
  151. name = "Other Sources";
  152. sourceTree = "<group>";
  153. };
  154. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  155. isa = PBXGroup;
  156. children = (
  157. DC987CBE119296760020FF52 /* Web */,
  158. 2899E5210DE3E06400AC0155 /* WebServerIPhoneViewController.xib */,
  159. 28AD733E0D9D9553002E5188 /* MainWindow.xib */,
  160. 8D1107310486CEB800E47090 /* WebServerIPhone-Info.plist */,
  161. );
  162. name = Resources;
  163. sourceTree = "<group>";
  164. };
  165. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  166. isa = PBXGroup;
  167. children = (
  168. 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
  169. 1D30AB110D05D00D00671497 /* Foundation.framework */,
  170. 288765A40DF7441C002DB57D /* CoreGraphics.framework */,
  171. DC987C95119295650020FF52 /* CFNetwork.framework */,
  172. DC588A1E158DF014007AFCFC /* Security.framework */,
  173. );
  174. name = Frameworks;
  175. sourceTree = "<group>";
  176. };
  177. 43AF80602174EDBE00C0D9DC /* Configs */ = {
  178. isa = PBXGroup;
  179. children = (
  180. 43AF80612174EDBF00C0D9DC /* Module-Release.xcconfig */,
  181. 43AF80622174EDBF00C0D9DC /* Module-Debug.xcconfig */,
  182. 43AF80632174EDBF00C0D9DC /* Module-Shared.xcconfig */,
  183. );
  184. name = Configs;
  185. path = ../../Configs;
  186. sourceTree = "<group>";
  187. };
  188. DC987C89119294E10020FF52 /* MyHTTP */ = {
  189. isa = PBXGroup;
  190. children = (
  191. DC987C8A119294FD0020FF52 /* MyHTTPConnection.h */,
  192. DC987C8B119294FD0020FF52 /* MyHTTPConnection.m */,
  193. DC987C8E119294FD0020FF52 /* WebSocketLogger.h */,
  194. DC987C8F119294FD0020FF52 /* WebSocketLogger.m */,
  195. );
  196. name = MyHTTP;
  197. sourceTree = "<group>";
  198. };
  199. DCA67DA0146B4DB4003411EE /* CocoaHTTPServer */ = {
  200. isa = PBXGroup;
  201. children = (
  202. DCA67DA1146B4DB4003411EE /* Categories */,
  203. DCA67DA8146B4DB4003411EE /* HTTPAuthenticationRequest.h */,
  204. DCA67DA9146B4DB4003411EE /* HTTPAuthenticationRequest.m */,
  205. DCA67DAA146B4DB4003411EE /* HTTPConnection.h */,
  206. DCA67DAB146B4DB4003411EE /* HTTPConnection.m */,
  207. DCA67DAC146B4DB4003411EE /* HTTPLogging.h */,
  208. DCA67DAD146B4DB4003411EE /* HTTPMessage.h */,
  209. DCA67DAE146B4DB4003411EE /* HTTPMessage.m */,
  210. DCA67DAF146B4DB4003411EE /* HTTPResponse.h */,
  211. DCA67DB0146B4DB4003411EE /* HTTPServer.h */,
  212. DCA67DB1146B4DB4003411EE /* HTTPServer.m */,
  213. DCA67DB2146B4DB4003411EE /* Responses */,
  214. DCA67DBD146B4DB4003411EE /* WebSocket.h */,
  215. DCA67DBE146B4DB4003411EE /* WebSocket.m */,
  216. );
  217. name = CocoaHTTPServer;
  218. path = Vendor/CocoaHTTPServer;
  219. sourceTree = "<group>";
  220. };
  221. DCA67DA1146B4DB4003411EE /* Categories */ = {
  222. isa = PBXGroup;
  223. children = (
  224. DCA67DA2146B4DB4003411EE /* DDData.h */,
  225. DCA67DA3146B4DB4003411EE /* DDData.m */,
  226. DCA67DA4146B4DB4003411EE /* DDNumber.h */,
  227. DCA67DA5146B4DB4003411EE /* DDNumber.m */,
  228. DCA67DA6146B4DB4003411EE /* DDRange.h */,
  229. DCA67DA7146B4DB4003411EE /* DDRange.m */,
  230. );
  231. path = Categories;
  232. sourceTree = "<group>";
  233. };
  234. DCA67DB2146B4DB4003411EE /* Responses */ = {
  235. isa = PBXGroup;
  236. children = (
  237. DCA67DB3146B4DB4003411EE /* HTTPAsyncFileResponse.h */,
  238. DCA67DB4146B4DB4003411EE /* HTTPAsyncFileResponse.m */,
  239. DCA67DB5146B4DB4003411EE /* HTTPDataResponse.h */,
  240. DCA67DB6146B4DB4003411EE /* HTTPDataResponse.m */,
  241. DCA67DB7146B4DB4003411EE /* HTTPDynamicFileResponse.h */,
  242. DCA67DB8146B4DB4003411EE /* HTTPDynamicFileResponse.m */,
  243. DCA67DB9146B4DB4003411EE /* HTTPFileResponse.h */,
  244. DCA67DBA146B4DB4003411EE /* HTTPFileResponse.m */,
  245. DCA67DBB146B4DB4003411EE /* HTTPRedirectResponse.h */,
  246. DCA67DBC146B4DB4003411EE /* HTTPRedirectResponse.m */,
  247. );
  248. path = Responses;
  249. sourceTree = "<group>";
  250. };
  251. DCA67DCC146B4E3C003411EE /* CocoaAsyncSocket */ = {
  252. isa = PBXGroup;
  253. children = (
  254. DCA67DCD146B4E3C003411EE /* GCDAsyncSocket.h */,
  255. DCA67DCE146B4E3C003411EE /* GCDAsyncSocket.m */,
  256. );
  257. name = CocoaAsyncSocket;
  258. path = Vendor/CocoaAsyncSocket;
  259. sourceTree = "<group>";
  260. };
  261. /* End PBXGroup section */
  262. /* Begin PBXNativeTarget section */
  263. 1D6058900D05DD3D006BFB54 /* WebServerIPhone */ = {
  264. isa = PBXNativeTarget;
  265. buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "WebServerIPhone" */;
  266. buildPhases = (
  267. 1D60588D0D05DD3D006BFB54 /* Resources */,
  268. 1D60588E0D05DD3D006BFB54 /* Sources */,
  269. 1D60588F0D05DD3D006BFB54 /* Frameworks */,
  270. );
  271. buildRules = (
  272. );
  273. dependencies = (
  274. );
  275. name = WebServerIPhone;
  276. productName = WebServerIPhone;
  277. productReference = 1D6058910D05DD3D006BFB54 /* WebServerIPhone.app */;
  278. productType = "com.apple.product-type.application";
  279. };
  280. /* End PBXNativeTarget section */
  281. /* Begin PBXProject section */
  282. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  283. isa = PBXProject;
  284. attributes = {
  285. LastUpgradeCheck = 0900;
  286. };
  287. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "WebServerIPhone" */;
  288. compatibilityVersion = "Xcode 3.2";
  289. developmentRegion = English;
  290. hasScannedForEncodings = 1;
  291. knownRegions = (
  292. English,
  293. Japanese,
  294. French,
  295. German,
  296. );
  297. mainGroup = 29B97314FDCFA39411CA2CEA;
  298. productRefGroup = 19C28FACFE9D520D11CA2CBB /* Products */;
  299. projectDirPath = "";
  300. projectRoot = "";
  301. targets = (
  302. 1D6058900D05DD3D006BFB54 /* WebServerIPhone */,
  303. );
  304. };
  305. /* End PBXProject section */
  306. /* Begin PBXResourcesBuildPhase section */
  307. 1D60588D0D05DD3D006BFB54 /* Resources */ = {
  308. isa = PBXResourcesBuildPhase;
  309. buildActionMask = 2147483647;
  310. files = (
  311. 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
  312. 2899E5220DE3E06400AC0155 /* WebServerIPhoneViewController.xib in Resources */,
  313. DC987CC4119296760020FF52 /* Web in Resources */,
  314. DCD6EAD016FFC50000710668 /* Default-568h@2x.png in Resources */,
  315. );
  316. runOnlyForDeploymentPostprocessing = 0;
  317. };
  318. /* End PBXResourcesBuildPhase section */
  319. /* Begin PBXSourcesBuildPhase section */
  320. 1D60588E0D05DD3D006BFB54 /* Sources */ = {
  321. isa = PBXSourcesBuildPhase;
  322. buildActionMask = 2147483647;
  323. files = (
  324. 1D60589B0D05DD56006BFB54 /* main.m in Sources */,
  325. 1D3623260D0F684500981E51 /* WebServerIPhoneAppDelegate.m in Sources */,
  326. 28D7ACF80DDB3853001CB0EB /* WebServerIPhoneViewController.m in Sources */,
  327. DC987C90119294FD0020FF52 /* MyHTTPConnection.m in Sources */,
  328. DC987C92119294FD0020FF52 /* WebSocketLogger.m in Sources */,
  329. DCA67DBF146B4DB4003411EE /* DDData.m in Sources */,
  330. DCA67DC0146B4DB4003411EE /* DDNumber.m in Sources */,
  331. DCA67DC1146B4DB4003411EE /* DDRange.m in Sources */,
  332. DCA67DC2146B4DB4003411EE /* HTTPAuthenticationRequest.m in Sources */,
  333. DCA67DC3146B4DB4003411EE /* HTTPConnection.m in Sources */,
  334. DCA67DC4146B4DB4003411EE /* HTTPMessage.m in Sources */,
  335. DCA67DC5146B4DB4003411EE /* HTTPServer.m in Sources */,
  336. DCA67DC6146B4DB4003411EE /* HTTPAsyncFileResponse.m in Sources */,
  337. DCA67DC7146B4DB4003411EE /* HTTPDataResponse.m in Sources */,
  338. DCA67DC8146B4DB4003411EE /* HTTPDynamicFileResponse.m in Sources */,
  339. DCA67DC9146B4DB4003411EE /* HTTPFileResponse.m in Sources */,
  340. DCA67DCA146B4DB4003411EE /* HTTPRedirectResponse.m in Sources */,
  341. DCA67DCB146B4DB4003411EE /* WebSocket.m in Sources */,
  342. DCA67DCF146B4E3C003411EE /* GCDAsyncSocket.m in Sources */,
  343. );
  344. runOnlyForDeploymentPostprocessing = 0;
  345. };
  346. /* End PBXSourcesBuildPhase section */
  347. /* Begin XCBuildConfiguration section */
  348. 1D6058940D05DD3E006BFB54 /* Debug */ = {
  349. isa = XCBuildConfiguration;
  350. buildSettings = {
  351. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO;
  352. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  353. GCC_PREFIX_HEADER = WebServerIPhone_Prefix.pch;
  354. INFOPLIST_FILE = "WebServerIPhone-Info.plist";
  355. SDKROOT = iphoneos;
  356. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  357. TARGETED_DEVICE_FAMILY = "1,2";
  358. };
  359. name = Debug;
  360. };
  361. 1D6058950D05DD3E006BFB54 /* Release */ = {
  362. isa = XCBuildConfiguration;
  363. buildSettings = {
  364. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO;
  365. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  366. GCC_PREFIX_HEADER = WebServerIPhone_Prefix.pch;
  367. INFOPLIST_FILE = "WebServerIPhone-Info.plist";
  368. SDKROOT = iphoneos;
  369. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  370. TARGETED_DEVICE_FAMILY = "1,2";
  371. };
  372. name = Release;
  373. };
  374. C01FCF4F08A954540054247B /* Debug */ = {
  375. isa = XCBuildConfiguration;
  376. baseConfigurationReference = 43AF80622174EDBF00C0D9DC /* Module-Debug.xcconfig */;
  377. buildSettings = {
  378. };
  379. name = Debug;
  380. };
  381. C01FCF5008A954540054247B /* Release */ = {
  382. isa = XCBuildConfiguration;
  383. baseConfigurationReference = 43AF80612174EDBF00C0D9DC /* Module-Release.xcconfig */;
  384. buildSettings = {
  385. };
  386. name = Release;
  387. };
  388. /* End XCBuildConfiguration section */
  389. /* Begin XCConfigurationList section */
  390. 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "WebServerIPhone" */ = {
  391. isa = XCConfigurationList;
  392. buildConfigurations = (
  393. 1D6058940D05DD3E006BFB54 /* Debug */,
  394. 1D6058950D05DD3E006BFB54 /* Release */,
  395. );
  396. defaultConfigurationIsVisible = 0;
  397. defaultConfigurationName = Release;
  398. };
  399. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "WebServerIPhone" */ = {
  400. isa = XCConfigurationList;
  401. buildConfigurations = (
  402. C01FCF4F08A954540054247B /* Debug */,
  403. C01FCF5008A954540054247B /* Release */,
  404. );
  405. defaultConfigurationIsVisible = 0;
  406. defaultConfigurationName = Release;
  407. };
  408. /* End XCConfigurationList section */
  409. };
  410. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  411. }