project.pbxproj 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXAggregateTarget section */
  9. E274F876187E77D8009E0582 /* Build All */ = {
  10. isa = PBXAggregateTarget;
  11. buildConfigurationList = E274F879187E77D8009E0582 /* Build configuration list for PBXAggregateTarget "Build All" */;
  12. buildPhases = (
  13. );
  14. dependencies = (
  15. E274F87D187E77E5009E0582 /* PBXTargetDependency */,
  16. E274F87B187E77E3009E0582 /* PBXTargetDependency */,
  17. );
  18. name = "Build All";
  19. productName = "Build All";
  20. };
  21. /* End PBXAggregateTarget section */
  22. /* Begin PBXBuildFile section */
  23. E208D149167B76B700500836 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E208D148167B76B700500836 /* CFNetwork.framework */; };
  24. E208D1B3167BB17E00500836 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E208D1B2167BB17E00500836 /* CoreServices.framework */; };
  25. E22112851690B63A0048D2B2 /* GCDWebServer.m in Sources */ = {isa = PBXBuildFile; fileRef = E221127D1690B63A0048D2B2 /* GCDWebServer.m */; };
  26. E22112861690B63A0048D2B2 /* GCDWebServer.m in Sources */ = {isa = PBXBuildFile; fileRef = E221127D1690B63A0048D2B2 /* GCDWebServer.m */; };
  27. E22112871690B63A0048D2B2 /* GCDWebServerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = E221127F1690B63A0048D2B2 /* GCDWebServerConnection.m */; };
  28. E22112881690B63A0048D2B2 /* GCDWebServerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = E221127F1690B63A0048D2B2 /* GCDWebServerConnection.m */; };
  29. E22112891690B63A0048D2B2 /* GCDWebServerRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E22112821690B63A0048D2B2 /* GCDWebServerRequest.m */; };
  30. E221128A1690B63A0048D2B2 /* GCDWebServerRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E22112821690B63A0048D2B2 /* GCDWebServerRequest.m */; };
  31. E221128B1690B63A0048D2B2 /* GCDWebServerResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E22112841690B63A0048D2B2 /* GCDWebServerResponse.m */; };
  32. E221128C1690B63A0048D2B2 /* GCDWebServerResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E22112841690B63A0048D2B2 /* GCDWebServerResponse.m */; };
  33. E221128F1690B6470048D2B2 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E221128E1690B6470048D2B2 /* main.m */; };
  34. E22112951690B64F0048D2B2 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E22112921690B64F0048D2B2 /* AppDelegate.m */; };
  35. E22112971690B64F0048D2B2 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E22112941690B64F0048D2B2 /* main.m */; };
  36. E22112991690B7AA0048D2B2 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E22112981690B7AA0048D2B2 /* CFNetwork.framework */; };
  37. E221129B1690B7B10048D2B2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E221129A1690B7B10048D2B2 /* UIKit.framework */; };
  38. E221129D1690B7BA0048D2B2 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E221129C1690B7BA0048D2B2 /* MobileCoreServices.framework */; };
  39. E276647C18F3BC2100A034BA /* GCDWebServerErrorResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E276647B18F3BC2100A034BA /* GCDWebServerErrorResponse.m */; };
  40. E276647D18F3BC2100A034BA /* GCDWebServerErrorResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E276647B18F3BC2100A034BA /* GCDWebServerErrorResponse.m */; };
  41. E2A0E7ED18F1D03700C580B1 /* GCDWebServerDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A0E7EC18F1D03700C580B1 /* GCDWebServerDataResponse.m */; };
  42. E2A0E7EE18F1D03700C580B1 /* GCDWebServerDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A0E7EC18F1D03700C580B1 /* GCDWebServerDataResponse.m */; };
  43. E2A0E7F118F1D12E00C580B1 /* GCDWebServerFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A0E7F018F1D12E00C580B1 /* GCDWebServerFileResponse.m */; };
  44. E2A0E7F218F1D12E00C580B1 /* GCDWebServerFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A0E7F018F1D12E00C580B1 /* GCDWebServerFileResponse.m */; };
  45. E2A0E7F518F1D1E500C580B1 /* GCDWebServerStreamingResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A0E7F418F1D1E500C580B1 /* GCDWebServerStreamingResponse.m */; };
  46. E2A0E7F618F1D1E500C580B1 /* GCDWebServerStreamingResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A0E7F418F1D1E500C580B1 /* GCDWebServerStreamingResponse.m */; };
  47. E2A0E7F918F1D24700C580B1 /* GCDWebServerDataRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A0E7F818F1D24700C580B1 /* GCDWebServerDataRequest.m */; };
  48. E2A0E7FA18F1D24700C580B1 /* GCDWebServerDataRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A0E7F818F1D24700C580B1 /* GCDWebServerDataRequest.m */; };
  49. E2A0E7FD18F1D36C00C580B1 /* GCDWebServerFileRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A0E7FC18F1D36C00C580B1 /* GCDWebServerFileRequest.m */; };
  50. E2A0E7FE18F1D36C00C580B1 /* GCDWebServerFileRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A0E7FC18F1D36C00C580B1 /* GCDWebServerFileRequest.m */; };
  51. E2A0E80118F1D3DE00C580B1 /* GCDWebServerMultiPartFormRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A0E80018F1D3DE00C580B1 /* GCDWebServerMultiPartFormRequest.m */; };
  52. E2A0E80218F1D3DE00C580B1 /* GCDWebServerMultiPartFormRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A0E80018F1D3DE00C580B1 /* GCDWebServerMultiPartFormRequest.m */; };
  53. E2A0E80518F1D4A700C580B1 /* GCDWebServerURLEncodedFormRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A0E80418F1D4A700C580B1 /* GCDWebServerURLEncodedFormRequest.m */; };
  54. E2A0E80618F1D4A700C580B1 /* GCDWebServerURLEncodedFormRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A0E80418F1D4A700C580B1 /* GCDWebServerURLEncodedFormRequest.m */; };
  55. E2A0E80A18F3432600C580B1 /* GCDWebDAVServer.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A0E80918F3432600C580B1 /* GCDWebDAVServer.m */; };
  56. E2A0E80B18F3432600C580B1 /* GCDWebDAVServer.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A0E80918F3432600C580B1 /* GCDWebDAVServer.m */; };
  57. E2A0E80D18F35C9A00C580B1 /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = E2A0E80C18F35C9A00C580B1 /* libxml2.dylib */; };
  58. E2A0E80F18F35CA300C580B1 /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = E2A0E80E18F35CA300C580B1 /* libxml2.dylib */; };
  59. E2B0D4A718F13495009A7927 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = E2B0D4A618F13495009A7927 /* libz.dylib */; };
  60. E2B0D4A918F134A8009A7927 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = E2B0D4A818F134A8009A7927 /* libz.dylib */; };
  61. E2BE850A18E77ECA0061360B /* GCDWebUploader.bundle in Resources */ = {isa = PBXBuildFile; fileRef = E2BE850718E77ECA0061360B /* GCDWebUploader.bundle */; };
  62. E2BE850B18E77ECA0061360B /* GCDWebUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = E2BE850918E77ECA0061360B /* GCDWebUploader.m */; };
  63. E2BE850C18E785940061360B /* GCDWebUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = E2BE850918E77ECA0061360B /* GCDWebUploader.m */; };
  64. E2BE850F18E788990061360B /* GCDWebUploader.bundle in CopyFiles */ = {isa = PBXBuildFile; fileRef = E2BE850718E77ECA0061360B /* GCDWebUploader.bundle */; };
  65. E2BE851118E79DAF0061360B /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2BE851018E79DAF0061360B /* SystemConfiguration.framework */; };
  66. /* End PBXBuildFile section */
  67. /* Begin PBXContainerItemProxy section */
  68. E274F87A187E77E3009E0582 /* PBXContainerItemProxy */ = {
  69. isa = PBXContainerItemProxy;
  70. containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
  71. proxyType = 1;
  72. remoteGlobalIDString = 8DD76FA90486AB0100D96B5E;
  73. remoteInfo = "GCDWebServer (Mac)";
  74. };
  75. E274F87C187E77E5009E0582 /* PBXContainerItemProxy */ = {
  76. isa = PBXContainerItemProxy;
  77. containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
  78. proxyType = 1;
  79. remoteGlobalIDString = E22112591690B4DE0048D2B2;
  80. remoteInfo = "GCDWebServer (iOS)";
  81. };
  82. /* End PBXContainerItemProxy section */
  83. /* Begin PBXCopyFilesBuildPhase section */
  84. E2BE850E18E788910061360B /* CopyFiles */ = {
  85. isa = PBXCopyFilesBuildPhase;
  86. buildActionMask = 2147483647;
  87. dstPath = "";
  88. dstSubfolderSpec = 16;
  89. files = (
  90. E2BE850F18E788990061360B /* GCDWebUploader.bundle in CopyFiles */,
  91. );
  92. runOnlyForDeploymentPostprocessing = 0;
  93. };
  94. /* End PBXCopyFilesBuildPhase section */
  95. /* Begin PBXFileReference section */
  96. 8DD76FB20486AB0100D96B5E /* GCDWebServer */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = GCDWebServer; sourceTree = BUILT_PRODUCTS_DIR; };
  97. E208D148167B76B700500836 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
  98. E208D1B2167BB17E00500836 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
  99. E221125A1690B4DE0048D2B2 /* GCDWebServer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GCDWebServer.app; sourceTree = BUILT_PRODUCTS_DIR; };
  100. E221127C1690B63A0048D2B2 /* GCDWebServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServer.h; sourceTree = "<group>"; };
  101. E221127D1690B63A0048D2B2 /* GCDWebServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServer.m; sourceTree = "<group>"; };
  102. E221127E1690B63A0048D2B2 /* GCDWebServerConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerConnection.h; sourceTree = "<group>"; };
  103. E221127F1690B63A0048D2B2 /* GCDWebServerConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerConnection.m; sourceTree = "<group>"; };
  104. E22112801690B63A0048D2B2 /* GCDWebServerPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerPrivate.h; sourceTree = "<group>"; };
  105. E22112811690B63A0048D2B2 /* GCDWebServerRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerRequest.h; sourceTree = "<group>"; };
  106. E22112821690B63A0048D2B2 /* GCDWebServerRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerRequest.m; sourceTree = "<group>"; };
  107. E22112831690B63A0048D2B2 /* GCDWebServerResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerResponse.h; sourceTree = "<group>"; };
  108. E22112841690B63A0048D2B2 /* GCDWebServerResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerResponse.m; sourceTree = "<group>"; };
  109. E221128E1690B6470048D2B2 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  110. E22112911690B64F0048D2B2 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  111. E22112921690B64F0048D2B2 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  112. E22112931690B64F0048D2B2 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  113. E22112941690B64F0048D2B2 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  114. E22112981690B7AA0048D2B2 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; };
  115. E221129A1690B7B10048D2B2 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
  116. E221129C1690B7BA0048D2B2 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/System/Library/Frameworks/MobileCoreServices.framework; sourceTree = DEVELOPER_DIR; };
  117. E276647A18F3BC2100A034BA /* GCDWebServerErrorResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerErrorResponse.h; sourceTree = "<group>"; };
  118. E276647B18F3BC2100A034BA /* GCDWebServerErrorResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerErrorResponse.m; sourceTree = "<group>"; };
  119. E2A0E7EB18F1D03700C580B1 /* GCDWebServerDataResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerDataResponse.h; sourceTree = "<group>"; };
  120. E2A0E7EC18F1D03700C580B1 /* GCDWebServerDataResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerDataResponse.m; sourceTree = "<group>"; };
  121. E2A0E7EF18F1D12E00C580B1 /* GCDWebServerFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerFileResponse.h; sourceTree = "<group>"; };
  122. E2A0E7F018F1D12E00C580B1 /* GCDWebServerFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerFileResponse.m; sourceTree = "<group>"; };
  123. E2A0E7F318F1D1E500C580B1 /* GCDWebServerStreamingResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerStreamingResponse.h; sourceTree = "<group>"; };
  124. E2A0E7F418F1D1E500C580B1 /* GCDWebServerStreamingResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerStreamingResponse.m; sourceTree = "<group>"; };
  125. E2A0E7F718F1D24700C580B1 /* GCDWebServerDataRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerDataRequest.h; sourceTree = "<group>"; };
  126. E2A0E7F818F1D24700C580B1 /* GCDWebServerDataRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerDataRequest.m; sourceTree = "<group>"; };
  127. E2A0E7FB18F1D36C00C580B1 /* GCDWebServerFileRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerFileRequest.h; sourceTree = "<group>"; };
  128. E2A0E7FC18F1D36C00C580B1 /* GCDWebServerFileRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerFileRequest.m; sourceTree = "<group>"; };
  129. E2A0E7FF18F1D3DE00C580B1 /* GCDWebServerMultiPartFormRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerMultiPartFormRequest.h; sourceTree = "<group>"; };
  130. E2A0E80018F1D3DE00C580B1 /* GCDWebServerMultiPartFormRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerMultiPartFormRequest.m; sourceTree = "<group>"; };
  131. E2A0E80318F1D4A700C580B1 /* GCDWebServerURLEncodedFormRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebServerURLEncodedFormRequest.h; sourceTree = "<group>"; };
  132. E2A0E80418F1D4A700C580B1 /* GCDWebServerURLEncodedFormRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebServerURLEncodedFormRequest.m; sourceTree = "<group>"; };
  133. E2A0E80818F3432600C580B1 /* GCDWebDAVServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebDAVServer.h; sourceTree = "<group>"; };
  134. E2A0E80918F3432600C580B1 /* GCDWebDAVServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebDAVServer.m; sourceTree = "<group>"; };
  135. E2A0E80C18F35C9A00C580B1 /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/usr/lib/libxml2.dylib; sourceTree = DEVELOPER_DIR; };
  136. E2A0E80E18F35CA300C580B1 /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; };
  137. E2A0E81018F3737B00C580B1 /* GCDWebServerHTTPStatusCodes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GCDWebServerHTTPStatusCodes.h; sourceTree = "<group>"; };
  138. E2B0D4A618F13495009A7927 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
  139. E2B0D4A818F134A8009A7927 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/usr/lib/libz.dylib; sourceTree = DEVELOPER_DIR; };
  140. E2BE850718E77ECA0061360B /* GCDWebUploader.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = GCDWebUploader.bundle; sourceTree = "<group>"; };
  141. E2BE850818E77ECA0061360B /* GCDWebUploader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDWebUploader.h; sourceTree = "<group>"; };
  142. E2BE850918E77ECA0061360B /* GCDWebUploader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDWebUploader.m; sourceTree = "<group>"; };
  143. E2BE851018E79DAF0061360B /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
  144. /* End PBXFileReference section */
  145. /* Begin PBXFrameworksBuildPhase section */
  146. 8DD76FAD0486AB0100D96B5E /* Frameworks */ = {
  147. isa = PBXFrameworksBuildPhase;
  148. buildActionMask = 2147483647;
  149. files = (
  150. E2BE851118E79DAF0061360B /* SystemConfiguration.framework in Frameworks */,
  151. E208D1B3167BB17E00500836 /* CoreServices.framework in Frameworks */,
  152. E208D149167B76B700500836 /* CFNetwork.framework in Frameworks */,
  153. E2A0E80F18F35CA300C580B1 /* libxml2.dylib in Frameworks */,
  154. E2B0D4A718F13495009A7927 /* libz.dylib in Frameworks */,
  155. );
  156. runOnlyForDeploymentPostprocessing = 0;
  157. };
  158. E22112571690B4DE0048D2B2 /* Frameworks */ = {
  159. isa = PBXFrameworksBuildPhase;
  160. buildActionMask = 2147483647;
  161. files = (
  162. E221129D1690B7BA0048D2B2 /* MobileCoreServices.framework in Frameworks */,
  163. E221129B1690B7B10048D2B2 /* UIKit.framework in Frameworks */,
  164. E22112991690B7AA0048D2B2 /* CFNetwork.framework in Frameworks */,
  165. E2A0E80D18F35C9A00C580B1 /* libxml2.dylib in Frameworks */,
  166. E2B0D4A918F134A8009A7927 /* libz.dylib in Frameworks */,
  167. );
  168. runOnlyForDeploymentPostprocessing = 0;
  169. };
  170. /* End PBXFrameworksBuildPhase section */
  171. /* Begin PBXGroup section */
  172. 08FB7794FE84155DC02AAC07 /* LittleCMS */ = {
  173. isa = PBXGroup;
  174. children = (
  175. E221127B1690B63A0048D2B2 /* CGDWebServer */,
  176. E2A0E80718F3432600C580B1 /* GCDWebDAVServer */,
  177. E2BE850618E77ECA0061360B /* GCDWebUploader */,
  178. E221128D1690B6470048D2B2 /* Mac */,
  179. E22112901690B64F0048D2B2 /* iOS */,
  180. E282F1A7150FF0630004D7C0 /* Mac Frameworks and Libraries */,
  181. E221129E1690B7CB0048D2B2 /* iOS Frameworks and Libraries */,
  182. 1AB674ADFE9D54B511CA2CBB /* Products */,
  183. );
  184. name = LittleCMS;
  185. sourceTree = "<group>";
  186. };
  187. 1AB674ADFE9D54B511CA2CBB /* Products */ = {
  188. isa = PBXGroup;
  189. children = (
  190. 8DD76FB20486AB0100D96B5E /* GCDWebServer */,
  191. E221125A1690B4DE0048D2B2 /* GCDWebServer.app */,
  192. );
  193. name = Products;
  194. sourceTree = "<group>";
  195. };
  196. E221127B1690B63A0048D2B2 /* CGDWebServer */ = {
  197. isa = PBXGroup;
  198. children = (
  199. E221127C1690B63A0048D2B2 /* GCDWebServer.h */,
  200. E221127D1690B63A0048D2B2 /* GCDWebServer.m */,
  201. E221127E1690B63A0048D2B2 /* GCDWebServerConnection.h */,
  202. E221127F1690B63A0048D2B2 /* GCDWebServerConnection.m */,
  203. E2A0E7F718F1D24700C580B1 /* GCDWebServerDataRequest.h */,
  204. E2A0E7F818F1D24700C580B1 /* GCDWebServerDataRequest.m */,
  205. E2A0E7EB18F1D03700C580B1 /* GCDWebServerDataResponse.h */,
  206. E2A0E7EC18F1D03700C580B1 /* GCDWebServerDataResponse.m */,
  207. E276647A18F3BC2100A034BA /* GCDWebServerErrorResponse.h */,
  208. E276647B18F3BC2100A034BA /* GCDWebServerErrorResponse.m */,
  209. E2A0E7FB18F1D36C00C580B1 /* GCDWebServerFileRequest.h */,
  210. E2A0E7FC18F1D36C00C580B1 /* GCDWebServerFileRequest.m */,
  211. E2A0E7EF18F1D12E00C580B1 /* GCDWebServerFileResponse.h */,
  212. E2A0E7F018F1D12E00C580B1 /* GCDWebServerFileResponse.m */,
  213. E2A0E81018F3737B00C580B1 /* GCDWebServerHTTPStatusCodes.h */,
  214. E2A0E7FF18F1D3DE00C580B1 /* GCDWebServerMultiPartFormRequest.h */,
  215. E2A0E80018F1D3DE00C580B1 /* GCDWebServerMultiPartFormRequest.m */,
  216. E22112801690B63A0048D2B2 /* GCDWebServerPrivate.h */,
  217. E22112811690B63A0048D2B2 /* GCDWebServerRequest.h */,
  218. E22112821690B63A0048D2B2 /* GCDWebServerRequest.m */,
  219. E22112831690B63A0048D2B2 /* GCDWebServerResponse.h */,
  220. E22112841690B63A0048D2B2 /* GCDWebServerResponse.m */,
  221. E2A0E7F318F1D1E500C580B1 /* GCDWebServerStreamingResponse.h */,
  222. E2A0E7F418F1D1E500C580B1 /* GCDWebServerStreamingResponse.m */,
  223. E2A0E80318F1D4A700C580B1 /* GCDWebServerURLEncodedFormRequest.h */,
  224. E2A0E80418F1D4A700C580B1 /* GCDWebServerURLEncodedFormRequest.m */,
  225. );
  226. path = CGDWebServer;
  227. sourceTree = "<group>";
  228. };
  229. E221128D1690B6470048D2B2 /* Mac */ = {
  230. isa = PBXGroup;
  231. children = (
  232. E221128E1690B6470048D2B2 /* main.m */,
  233. );
  234. path = Mac;
  235. sourceTree = "<group>";
  236. };
  237. E22112901690B64F0048D2B2 /* iOS */ = {
  238. isa = PBXGroup;
  239. children = (
  240. E22112911690B64F0048D2B2 /* AppDelegate.h */,
  241. E22112921690B64F0048D2B2 /* AppDelegate.m */,
  242. E22112931690B64F0048D2B2 /* Info.plist */,
  243. E22112941690B64F0048D2B2 /* main.m */,
  244. );
  245. path = iOS;
  246. sourceTree = "<group>";
  247. };
  248. E221129E1690B7CB0048D2B2 /* iOS Frameworks and Libraries */ = {
  249. isa = PBXGroup;
  250. children = (
  251. E221129C1690B7BA0048D2B2 /* MobileCoreServices.framework */,
  252. E221129A1690B7B10048D2B2 /* UIKit.framework */,
  253. E22112981690B7AA0048D2B2 /* CFNetwork.framework */,
  254. E2A0E80C18F35C9A00C580B1 /* libxml2.dylib */,
  255. E2B0D4A818F134A8009A7927 /* libz.dylib */,
  256. );
  257. name = "iOS Frameworks and Libraries";
  258. sourceTree = "<group>";
  259. };
  260. E282F1A7150FF0630004D7C0 /* Mac Frameworks and Libraries */ = {
  261. isa = PBXGroup;
  262. children = (
  263. E2BE851018E79DAF0061360B /* SystemConfiguration.framework */,
  264. E208D1B2167BB17E00500836 /* CoreServices.framework */,
  265. E208D148167B76B700500836 /* CFNetwork.framework */,
  266. E2A0E80E18F35CA300C580B1 /* libxml2.dylib */,
  267. E2B0D4A618F13495009A7927 /* libz.dylib */,
  268. );
  269. name = "Mac Frameworks and Libraries";
  270. sourceTree = "<group>";
  271. };
  272. E2A0E80718F3432600C580B1 /* GCDWebDAVServer */ = {
  273. isa = PBXGroup;
  274. children = (
  275. E2A0E80818F3432600C580B1 /* GCDWebDAVServer.h */,
  276. E2A0E80918F3432600C580B1 /* GCDWebDAVServer.m */,
  277. );
  278. path = GCDWebDAVServer;
  279. sourceTree = "<group>";
  280. };
  281. E2BE850618E77ECA0061360B /* GCDWebUploader */ = {
  282. isa = PBXGroup;
  283. children = (
  284. E2BE850718E77ECA0061360B /* GCDWebUploader.bundle */,
  285. E2BE850818E77ECA0061360B /* GCDWebUploader.h */,
  286. E2BE850918E77ECA0061360B /* GCDWebUploader.m */,
  287. );
  288. path = GCDWebUploader;
  289. sourceTree = "<group>";
  290. };
  291. /* End PBXGroup section */
  292. /* Begin PBXNativeTarget section */
  293. 8DD76FA90486AB0100D96B5E /* GCDWebServer (Mac) */ = {
  294. isa = PBXNativeTarget;
  295. buildConfigurationList = 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "GCDWebServer (Mac)" */;
  296. buildPhases = (
  297. E2BE850E18E788910061360B /* CopyFiles */,
  298. 8DD76FAB0486AB0100D96B5E /* Sources */,
  299. 8DD76FAD0486AB0100D96B5E /* Frameworks */,
  300. );
  301. buildRules = (
  302. );
  303. dependencies = (
  304. );
  305. name = "GCDWebServer (Mac)";
  306. productInstallPath = "$(HOME)/bin";
  307. productName = LittleCMS;
  308. productReference = 8DD76FB20486AB0100D96B5E /* GCDWebServer */;
  309. productType = "com.apple.product-type.tool";
  310. };
  311. E22112591690B4DE0048D2B2 /* GCDWebServer (iOS) */ = {
  312. isa = PBXNativeTarget;
  313. buildConfigurationList = E22112751690B4DF0048D2B2 /* Build configuration list for PBXNativeTarget "GCDWebServer (iOS)" */;
  314. buildPhases = (
  315. E2BE850418E77B730061360B /* Resources */,
  316. E22112561690B4DE0048D2B2 /* Sources */,
  317. E22112571690B4DE0048D2B2 /* Frameworks */,
  318. );
  319. buildRules = (
  320. );
  321. dependencies = (
  322. );
  323. name = "GCDWebServer (iOS)";
  324. productName = GCDWebServer;
  325. productReference = E221125A1690B4DE0048D2B2 /* GCDWebServer.app */;
  326. productType = "com.apple.product-type.application";
  327. };
  328. /* End PBXNativeTarget section */
  329. /* Begin PBXProject section */
  330. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  331. isa = PBXProject;
  332. attributes = {
  333. LastUpgradeCheck = 0510;
  334. };
  335. buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "GCDWebServer" */;
  336. compatibilityVersion = "Xcode 3.2";
  337. developmentRegion = English;
  338. hasScannedForEncodings = 1;
  339. knownRegions = (
  340. English,
  341. Japanese,
  342. French,
  343. German,
  344. en,
  345. );
  346. mainGroup = 08FB7794FE84155DC02AAC07 /* LittleCMS */;
  347. projectDirPath = "";
  348. projectRoot = "";
  349. targets = (
  350. E274F876187E77D8009E0582 /* Build All */,
  351. 8DD76FA90486AB0100D96B5E /* GCDWebServer (Mac) */,
  352. E22112591690B4DE0048D2B2 /* GCDWebServer (iOS) */,
  353. );
  354. };
  355. /* End PBXProject section */
  356. /* Begin PBXResourcesBuildPhase section */
  357. E2BE850418E77B730061360B /* Resources */ = {
  358. isa = PBXResourcesBuildPhase;
  359. buildActionMask = 2147483647;
  360. files = (
  361. E2BE850A18E77ECA0061360B /* GCDWebUploader.bundle in Resources */,
  362. );
  363. runOnlyForDeploymentPostprocessing = 0;
  364. };
  365. /* End PBXResourcesBuildPhase section */
  366. /* Begin PBXSourcesBuildPhase section */
  367. 8DD76FAB0486AB0100D96B5E /* Sources */ = {
  368. isa = PBXSourcesBuildPhase;
  369. buildActionMask = 2147483647;
  370. files = (
  371. E22112851690B63A0048D2B2 /* GCDWebServer.m in Sources */,
  372. E2A0E7FD18F1D36C00C580B1 /* GCDWebServerFileRequest.m in Sources */,
  373. E22112871690B63A0048D2B2 /* GCDWebServerConnection.m in Sources */,
  374. E2A0E80518F1D4A700C580B1 /* GCDWebServerURLEncodedFormRequest.m in Sources */,
  375. E2A0E7F918F1D24700C580B1 /* GCDWebServerDataRequest.m in Sources */,
  376. E22112891690B63A0048D2B2 /* GCDWebServerRequest.m in Sources */,
  377. E276647C18F3BC2100A034BA /* GCDWebServerErrorResponse.m in Sources */,
  378. E2A0E7ED18F1D03700C580B1 /* GCDWebServerDataResponse.m in Sources */,
  379. E2A0E7F518F1D1E500C580B1 /* GCDWebServerStreamingResponse.m in Sources */,
  380. E2A0E80118F1D3DE00C580B1 /* GCDWebServerMultiPartFormRequest.m in Sources */,
  381. E221128B1690B63A0048D2B2 /* GCDWebServerResponse.m in Sources */,
  382. E2A0E80A18F3432600C580B1 /* GCDWebDAVServer.m in Sources */,
  383. E2BE850C18E785940061360B /* GCDWebUploader.m in Sources */,
  384. E221128F1690B6470048D2B2 /* main.m in Sources */,
  385. E2A0E7F118F1D12E00C580B1 /* GCDWebServerFileResponse.m in Sources */,
  386. );
  387. runOnlyForDeploymentPostprocessing = 0;
  388. };
  389. E22112561690B4DE0048D2B2 /* Sources */ = {
  390. isa = PBXSourcesBuildPhase;
  391. buildActionMask = 2147483647;
  392. files = (
  393. E2A0E80B18F3432600C580B1 /* GCDWebDAVServer.m in Sources */,
  394. E22112861690B63A0048D2B2 /* GCDWebServer.m in Sources */,
  395. E276647D18F3BC2100A034BA /* GCDWebServerErrorResponse.m in Sources */,
  396. E2A0E7EE18F1D03700C580B1 /* GCDWebServerDataResponse.m in Sources */,
  397. E2A0E80218F1D3DE00C580B1 /* GCDWebServerMultiPartFormRequest.m in Sources */,
  398. E22112881690B63A0048D2B2 /* GCDWebServerConnection.m in Sources */,
  399. E221128A1690B63A0048D2B2 /* GCDWebServerRequest.m in Sources */,
  400. E221128C1690B63A0048D2B2 /* GCDWebServerResponse.m in Sources */,
  401. E2A0E7FA18F1D24700C580B1 /* GCDWebServerDataRequest.m in Sources */,
  402. E2A0E80618F1D4A700C580B1 /* GCDWebServerURLEncodedFormRequest.m in Sources */,
  403. E2BE850B18E77ECA0061360B /* GCDWebUploader.m in Sources */,
  404. E22112951690B64F0048D2B2 /* AppDelegate.m in Sources */,
  405. E2A0E7FE18F1D36C00C580B1 /* GCDWebServerFileRequest.m in Sources */,
  406. E2A0E7F618F1D1E500C580B1 /* GCDWebServerStreamingResponse.m in Sources */,
  407. E2A0E7F218F1D12E00C580B1 /* GCDWebServerFileResponse.m in Sources */,
  408. E22112971690B64F0048D2B2 /* main.m in Sources */,
  409. );
  410. runOnlyForDeploymentPostprocessing = 0;
  411. };
  412. /* End PBXSourcesBuildPhase section */
  413. /* Begin PBXTargetDependency section */
  414. E274F87B187E77E3009E0582 /* PBXTargetDependency */ = {
  415. isa = PBXTargetDependency;
  416. target = 8DD76FA90486AB0100D96B5E /* GCDWebServer (Mac) */;
  417. targetProxy = E274F87A187E77E3009E0582 /* PBXContainerItemProxy */;
  418. };
  419. E274F87D187E77E5009E0582 /* PBXTargetDependency */ = {
  420. isa = PBXTargetDependency;
  421. target = E22112591690B4DE0048D2B2 /* GCDWebServer (iOS) */;
  422. targetProxy = E274F87C187E77E5009E0582 /* PBXContainerItemProxy */;
  423. };
  424. /* End PBXTargetDependency section */
  425. /* Begin XCBuildConfiguration section */
  426. 1DEB928608733DD80010E9CD /* Debug */ = {
  427. isa = XCBuildConfiguration;
  428. buildSettings = {
  429. ARCHS = "$(ARCHS_STANDARD)";
  430. MACOSX_DEPLOYMENT_TARGET = 10.7;
  431. PRODUCT_NAME = GCDWebServer;
  432. SDKROOT = macosx;
  433. };
  434. name = Debug;
  435. };
  436. 1DEB928708733DD80010E9CD /* Release */ = {
  437. isa = XCBuildConfiguration;
  438. buildSettings = {
  439. ARCHS = "$(ARCHS_STANDARD)";
  440. MACOSX_DEPLOYMENT_TARGET = 10.7;
  441. PRODUCT_NAME = GCDWebServer;
  442. SDKROOT = macosx;
  443. };
  444. name = Release;
  445. };
  446. 1DEB928A08733DD80010E9CD /* Debug */ = {
  447. isa = XCBuildConfiguration;
  448. buildSettings = {
  449. CLANG_ENABLE_OBJC_ARC = YES;
  450. GCC_OPTIMIZATION_LEVEL = 0;
  451. HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2";
  452. ONLY_ACTIVE_ARCH = YES;
  453. WARNING_CFLAGS = (
  454. "-Wall",
  455. "-Weverything",
  456. "-Wshadow",
  457. "-Wshorten-64-to-32",
  458. "-Wno-vla",
  459. "-Wno-explicit-ownership-type",
  460. "-Wno-gnu-statement-expression",
  461. "-Wno-direct-ivar-access",
  462. "-Wno-implicit-retain-self",
  463. "-Wno-assign-enum",
  464. "-Wno-format-nonliteral",
  465. "-Wno-cast-align",
  466. "-Wno-padded",
  467. "-Wno-documentation",
  468. "-Wno-documentation-unknown-command",
  469. );
  470. };
  471. name = Debug;
  472. };
  473. 1DEB928B08733DD80010E9CD /* Release */ = {
  474. isa = XCBuildConfiguration;
  475. buildSettings = {
  476. CLANG_ENABLE_OBJC_ARC = YES;
  477. GCC_PREPROCESSOR_DEFINITIONS = NDEBUG;
  478. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  479. HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2";
  480. WARNING_CFLAGS = "-Wall";
  481. };
  482. name = Release;
  483. };
  484. E22112761690B4DF0048D2B2 /* Debug */ = {
  485. isa = XCBuildConfiguration;
  486. buildSettings = {
  487. ARCHS = "$(ARCHS_STANDARD)";
  488. CODE_SIGN_IDENTITY = "iPhone Developer";
  489. INFOPLIST_FILE = iOS/Info.plist;
  490. IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
  491. PRODUCT_NAME = GCDWebServer;
  492. PROVISIONING_PROFILE = "";
  493. SDKROOT = iphoneos;
  494. TARGETED_DEVICE_FAMILY = "1,2";
  495. };
  496. name = Debug;
  497. };
  498. E22112771690B4DF0048D2B2 /* Release */ = {
  499. isa = XCBuildConfiguration;
  500. buildSettings = {
  501. ARCHS = "$(ARCHS_STANDARD)";
  502. CODE_SIGN_IDENTITY = "iPhone Developer";
  503. INFOPLIST_FILE = iOS/Info.plist;
  504. IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
  505. PRODUCT_NAME = GCDWebServer;
  506. PROVISIONING_PROFILE = "";
  507. SDKROOT = iphoneos;
  508. TARGETED_DEVICE_FAMILY = "1,2";
  509. };
  510. name = Release;
  511. };
  512. E274F877187E77D8009E0582 /* Debug */ = {
  513. isa = XCBuildConfiguration;
  514. buildSettings = {
  515. PRODUCT_NAME = "$(TARGET_NAME)";
  516. };
  517. name = Debug;
  518. };
  519. E274F878187E77D8009E0582 /* Release */ = {
  520. isa = XCBuildConfiguration;
  521. buildSettings = {
  522. PRODUCT_NAME = "$(TARGET_NAME)";
  523. };
  524. name = Release;
  525. };
  526. /* End XCBuildConfiguration section */
  527. /* Begin XCConfigurationList section */
  528. 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "GCDWebServer (Mac)" */ = {
  529. isa = XCConfigurationList;
  530. buildConfigurations = (
  531. 1DEB928608733DD80010E9CD /* Debug */,
  532. 1DEB928708733DD80010E9CD /* Release */,
  533. );
  534. defaultConfigurationIsVisible = 0;
  535. defaultConfigurationName = Release;
  536. };
  537. 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "GCDWebServer" */ = {
  538. isa = XCConfigurationList;
  539. buildConfigurations = (
  540. 1DEB928A08733DD80010E9CD /* Debug */,
  541. 1DEB928B08733DD80010E9CD /* Release */,
  542. );
  543. defaultConfigurationIsVisible = 0;
  544. defaultConfigurationName = Release;
  545. };
  546. E22112751690B4DF0048D2B2 /* Build configuration list for PBXNativeTarget "GCDWebServer (iOS)" */ = {
  547. isa = XCConfigurationList;
  548. buildConfigurations = (
  549. E22112761690B4DF0048D2B2 /* Debug */,
  550. E22112771690B4DF0048D2B2 /* Release */,
  551. );
  552. defaultConfigurationIsVisible = 0;
  553. defaultConfigurationName = Release;
  554. };
  555. E274F879187E77D8009E0582 /* Build configuration list for PBXAggregateTarget "Build All" */ = {
  556. isa = XCConfigurationList;
  557. buildConfigurations = (
  558. E274F877187E77D8009E0582 /* Debug */,
  559. E274F878187E77D8009E0582 /* Release */,
  560. );
  561. defaultConfigurationIsVisible = 0;
  562. defaultConfigurationName = Release;
  563. };
  564. /* End XCConfigurationList section */
  565. };
  566. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  567. }