project.pbxproj 26 KB

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