project.pbxproj 52 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 7AE893EA1C05127900A29F63 /* SwifteriOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE893E91C05127900A29F63 /* SwifteriOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
  10. 7AE893FE1C0512C400A29F63 /* SwifterMac.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE893FD1C0512C400A29F63 /* SwifterMac.h */; settings = {ATTRIBUTES = (Public, ); }; };
  11. 7AE8940D1C05151100A29F63 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7AE8940C1C05151100A29F63 /* Launch Screen.storyboard */; };
  12. 7C1043E11C80D61F00A8DD6A /* SQLite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C1043E01C80D61F00A8DD6A /* SQLite.swift */; };
  13. 7C1043E21C80D61F00A8DD6A /* SQLite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C1043E01C80D61F00A8DD6A /* SQLite.swift */; };
  14. 7C13B57C1C7B069500556443 /* SwifterTestsSQLite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C13B57B1C7B069500556443 /* SwifterTestsSQLite.swift */; };
  15. 7C13B57D1C7B069500556443 /* SwifterTestsSQLite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C13B57B1C7B069500556443 /* SwifterTestsSQLite.swift */; };
  16. 7C1A2BFB1C5605F50026D3BF /* String+BASE64.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C1A2BFA1C5605F50026D3BF /* String+BASE64.swift */; };
  17. 7C1A2BFC1C5605F50026D3BF /* String+BASE64.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C1A2BFA1C5605F50026D3BF /* String+BASE64.swift */; };
  18. 7C284DA91C80CDB100106AA7 /* sqlite.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C284DA71C80CDB100106AA7 /* sqlite.c */; };
  19. 7C284DAA1C80CDB100106AA7 /* sqlite.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C284DA71C80CDB100106AA7 /* sqlite.c */; };
  20. 7C284DAB1C80CDB100106AA7 /* sqlite.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C284DA81C80CDB100106AA7 /* sqlite.h */; };
  21. 7C284DAC1C80CDB100106AA7 /* sqlite.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C284DA81C80CDB100106AA7 /* sqlite.h */; };
  22. 7C2BEC781C518B7C00B8EE90 /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2BEC771C518B7C00B8EE90 /* String+SHA1.swift */; };
  23. 7C2BEC791C5195EE00B8EE90 /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2BEC771C518B7C00B8EE90 /* String+SHA1.swift */; };
  24. 7C2BEC7A1C5195F200B8EE90 /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2BEC771C518B7C00B8EE90 /* String+SHA1.swift */; };
  25. 7C4785E91C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */; };
  26. 7C4785EA1C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */; };
  27. 7C71C5B01A1D52F800682BF0 /* login.html in CopyFiles */ = {isa = PBXBuildFile; fileRef = 98630C061A1C9A9D00478D08 /* login.html */; };
  28. 7C71C5B11A1EC49B00682BF0 /* logo.png in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7CB102DF1A17381D00CBA3B4 /* logo.png */; };
  29. 7C73C6911C2615FE00AEF6CA /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18E610A51BD6397D00B7D17A /* SwiftyJSON.swift */; };
  30. 7C73C6921C26179C00AEF6CA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */; };
  31. 7C73C6AA1C261A2100AEF6CA /* DemoServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6941C2619E100AEF6CA /* DemoServer.swift */; };
  32. 7C73C6AB1C261A2100AEF6CA /* HttpHandlers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6951C2619E100AEF6CA /* HttpHandlers.swift */; };
  33. 7C73C6AC1C261A2100AEF6CA /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6961C2619E100AEF6CA /* HttpParser.swift */; };
  34. 7C73C6AD1C261A2100AEF6CA /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6971C2619E100AEF6CA /* HttpRequest.swift */; };
  35. 7C73C6AE1C261A2100AEF6CA /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6981C2619E100AEF6CA /* HttpResponse.swift */; };
  36. 7C73C6AF1C261A2100AEF6CA /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6991C2619E100AEF6CA /* HttpRouter.swift */; };
  37. 7C73C6B01C261A2100AEF6CA /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69A1C2619E100AEF6CA /* HttpServer.swift */; };
  38. 7C73C6B11C261A2100AEF6CA /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69B1C2619E100AEF6CA /* HttpServerIO.swift */; };
  39. 7C73C6B21C261A2100AEF6CA /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69C1C2619E100AEF6CA /* Socket.swift */; };
  40. 7C73C6B31C261A2100AEF6CA /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69D1C2619E100AEF6CA /* String+Misc.swift */; };
  41. 7C73C6B51C261A2600AEF6CA /* DemoServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6941C2619E100AEF6CA /* DemoServer.swift */; };
  42. 7C73C6B61C261A2600AEF6CA /* HttpHandlers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6951C2619E100AEF6CA /* HttpHandlers.swift */; };
  43. 7C73C6B71C261A2600AEF6CA /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6961C2619E100AEF6CA /* HttpParser.swift */; };
  44. 7C73C6B81C261A2600AEF6CA /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6971C2619E100AEF6CA /* HttpRequest.swift */; };
  45. 7C73C6B91C261A2600AEF6CA /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6981C2619E100AEF6CA /* HttpResponse.swift */; };
  46. 7C73C6BA1C261A2600AEF6CA /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6991C2619E100AEF6CA /* HttpRouter.swift */; };
  47. 7C73C6BB1C261A2600AEF6CA /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69A1C2619E100AEF6CA /* HttpServer.swift */; };
  48. 7C73C6BC1C261A2600AEF6CA /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69B1C2619E100AEF6CA /* HttpServerIO.swift */; };
  49. 7C73C6BD1C261A2600AEF6CA /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69C1C2619E100AEF6CA /* Socket.swift */; };
  50. 7C73C6BE1C261A2600AEF6CA /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69D1C2619E100AEF6CA /* String+Misc.swift */; };
  51. 7C7488781C1DA07300CBCD77 /* file.html in Resources */ = {isa = PBXBuildFile; fileRef = 7C7488771C1DA07300CBCD77 /* file.html */; };
  52. 7C74887B1C1DA08200CBCD77 /* file.html in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7C7488771C1DA07300CBCD77 /* file.html */; };
  53. 7CA4813E19A2EA8D0030B30D /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CA4813D19A2EA8D0030B30D /* main.swift */; };
  54. 7CA4815819A2EF2B0030B30D /* test.json in Resources */ = {isa = PBXBuildFile; fileRef = 7CA4815719A2EF2B0030B30D /* test.json */; };
  55. 7CA4815919A2EF560030B30D /* test.json in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7CA4815719A2EF2B0030B30D /* test.json */; };
  56. 7CB102E01A17381D00CBA3B4 /* logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 7CB102DF1A17381D00CBA3B4 /* logo.png */; };
  57. 7CC0F8C91C50136B00B65A94 /* HttpHandlers+Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CC0F8C81C50136B00B65A94 /* HttpHandlers+Files.swift */; };
  58. 7CC0F8CA1C50136B00B65A94 /* HttpHandlers+Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CC0F8C81C50136B00B65A94 /* HttpHandlers+Files.swift */; };
  59. 7CC0F8CC1C5014A200B65A94 /* HttpHandlers+WebSockets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CC0F8CB1C5014A200B65A94 /* HttpHandlers+WebSockets.swift */; };
  60. 7CC0F8CD1C5014A200B65A94 /* HttpHandlers+WebSockets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CC0F8CB1C5014A200B65A94 /* HttpHandlers+WebSockets.swift */; };
  61. 7CCD87611C66099B0068099B /* Swifter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AE893E71C05127900A29F63 /* Swifter.framework */; };
  62. 7CCD87701C660B250068099B /* SwifterTestsHttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */; };
  63. 7CCD87721C660B250068099B /* SwifterTestsStringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */; };
  64. 7CCD877E1C660EA30068099B /* Swifter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AE893FB1C0512C400A29F63 /* Swifter.framework */; };
  65. 7CCD87841C660ED60068099B /* SwifterTestsHttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */; };
  66. 7CCD87851C660ED60068099B /* SwifterTestsStringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */; };
  67. 7CCD87871C676EE50068099B /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD87861C676EE50068099B /* File.swift */; };
  68. 7CCD87881C676EE50068099B /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD87861C676EE50068099B /* File.swift */; };
  69. 7CDAB8131BE2A1D400C8A977 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */; };
  70. 7CDAB8141BE2A1D400C8A977 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */; };
  71. 7CDAB8161BE2A1D400C8A977 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */; };
  72. 98630C071A1C9A9D00478D08 /* login.html in Resources */ = {isa = PBXBuildFile; fileRef = 98630C061A1C9A9D00478D08 /* login.html */; };
  73. /* End PBXBuildFile section */
  74. /* Begin PBXContainerItemProxy section */
  75. 7AE8940E1C0515A200A29F63 /* PBXContainerItemProxy */ = {
  76. isa = PBXContainerItemProxy;
  77. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  78. proxyType = 1;
  79. remoteGlobalIDString = 7AE893FA1C0512C400A29F63;
  80. remoteInfo = SwifterMac;
  81. };
  82. 7C73C6BF1C261AA700AEF6CA /* PBXContainerItemProxy */ = {
  83. isa = PBXContainerItemProxy;
  84. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  85. proxyType = 1;
  86. remoteGlobalIDString = 7AE893E61C05127900A29F63;
  87. remoteInfo = SwifteriOS;
  88. };
  89. 7CCD87621C66099B0068099B /* PBXContainerItemProxy */ = {
  90. isa = PBXContainerItemProxy;
  91. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  92. proxyType = 1;
  93. remoteGlobalIDString = 7AE893E61C05127900A29F63;
  94. remoteInfo = SwifteriOS;
  95. };
  96. 7CCD877F1C660EA30068099B /* PBXContainerItemProxy */ = {
  97. isa = PBXContainerItemProxy;
  98. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  99. proxyType = 1;
  100. remoteGlobalIDString = 7AE893FA1C0512C400A29F63;
  101. remoteInfo = SwifterMac;
  102. };
  103. /* End PBXContainerItemProxy section */
  104. /* Begin PBXCopyFilesBuildPhase section */
  105. 7CA4813919A2EA8D0030B30D /* CopyFiles */ = {
  106. isa = PBXCopyFilesBuildPhase;
  107. buildActionMask = 12;
  108. dstPath = "";
  109. dstSubfolderSpec = 7;
  110. files = (
  111. 7C74887B1C1DA08200CBCD77 /* file.html in CopyFiles */,
  112. 7C71C5B11A1EC49B00682BF0 /* logo.png in CopyFiles */,
  113. 7C71C5B01A1D52F800682BF0 /* login.html in CopyFiles */,
  114. 7CA4815919A2EF560030B30D /* test.json in CopyFiles */,
  115. );
  116. runOnlyForDeploymentPostprocessing = 0;
  117. };
  118. /* End PBXCopyFilesBuildPhase section */
  119. /* Begin PBXFileReference section */
  120. 18E610A51BD6397D00B7D17A /* SwiftyJSON.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftyJSON.swift; sourceTree = "<group>"; };
  121. 7AE893E71C05127900A29F63 /* Swifter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Swifter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  122. 7AE893E91C05127900A29F63 /* SwifteriOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwifteriOS.h; sourceTree = "<group>"; };
  123. 7AE893EB1C05127900A29F63 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  124. 7AE893FB1C0512C400A29F63 /* Swifter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Swifter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  125. 7AE893FD1C0512C400A29F63 /* SwifterMac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwifterMac.h; sourceTree = "<group>"; };
  126. 7AE893FF1C0512C400A29F63 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  127. 7AE8940C1C05151100A29F63 /* Launch Screen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; };
  128. 7C1043DF1C80D3A900A8DD6A /* sqlite-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "sqlite-Bridging-Header.h"; sourceTree = "<group>"; };
  129. 7C1043E01C80D61F00A8DD6A /* SQLite.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SQLite.swift; sourceTree = "<group>"; };
  130. 7C13B57B1C7B069500556443 /* SwifterTestsSQLite.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsSQLite.swift; sourceTree = "<group>"; };
  131. 7C1A2BFA1C5605F50026D3BF /* String+BASE64.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+BASE64.swift"; sourceTree = "<group>"; };
  132. 7C284DA71C80CDB100106AA7 /* sqlite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sqlite.c; sourceTree = "<group>"; };
  133. 7C284DA81C80CDB100106AA7 /* sqlite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sqlite.h; sourceTree = "<group>"; };
  134. 7C2BEC771C518B7C00B8EE90 /* String+SHA1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+SHA1.swift"; sourceTree = "<group>"; };
  135. 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsWebSocketSession.swift; sourceTree = "<group>"; };
  136. 7C73C6941C2619E100AEF6CA /* DemoServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DemoServer.swift; sourceTree = "<group>"; };
  137. 7C73C6951C2619E100AEF6CA /* HttpHandlers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpHandlers.swift; sourceTree = "<group>"; };
  138. 7C73C6961C2619E100AEF6CA /* HttpParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpParser.swift; sourceTree = "<group>"; };
  139. 7C73C6971C2619E100AEF6CA /* HttpRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpRequest.swift; sourceTree = "<group>"; };
  140. 7C73C6981C2619E100AEF6CA /* HttpResponse.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpResponse.swift; sourceTree = "<group>"; };
  141. 7C73C6991C2619E100AEF6CA /* HttpRouter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpRouter.swift; sourceTree = "<group>"; };
  142. 7C73C69A1C2619E100AEF6CA /* HttpServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpServer.swift; sourceTree = "<group>"; };
  143. 7C73C69B1C2619E100AEF6CA /* HttpServerIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpServerIO.swift; sourceTree = "<group>"; };
  144. 7C73C69C1C2619E100AEF6CA /* Socket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Socket.swift; sourceTree = "<group>"; };
  145. 7C73C69D1C2619E100AEF6CA /* String+Misc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Misc.swift"; sourceTree = "<group>"; };
  146. 7C7488771C1DA07300CBCD77 /* file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = file.html; sourceTree = "<group>"; };
  147. 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwifterSampleiOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
  148. 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SwifterSampleOSX; sourceTree = BUILT_PRODUCTS_DIR; };
  149. 7CA4813D19A2EA8D0030B30D /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
  150. 7CA4815719A2EF2B0030B30D /* test.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = test.json; sourceTree = "<group>"; };
  151. 7CB102DF1A17381D00CBA3B4 /* logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logo.png; sourceTree = "<group>"; };
  152. 7CC0F8C81C50136B00B65A94 /* HttpHandlers+Files.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "HttpHandlers+Files.swift"; sourceTree = "<group>"; };
  153. 7CC0F8CB1C5014A200B65A94 /* HttpHandlers+WebSockets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "HttpHandlers+WebSockets.swift"; sourceTree = "<group>"; };
  154. 7CCD875C1C66099B0068099B /* SwifteriOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwifteriOSTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  155. 7CCD87601C66099B0068099B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  156. 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsHttpParser.swift; sourceTree = "<group>"; };
  157. 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsStringExtensions.swift; sourceTree = "<group>"; };
  158. 7CCD87791C660EA30068099B /* SwifterOSXTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwifterOSXTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  159. 7CCD877D1C660EA30068099B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  160. 7CCD87861C676EE50068099B /* File.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = "<group>"; };
  161. 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  162. 7CDAB80E1BE2A1D400C8A977 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  163. 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  164. 7CDAB8101BE2A1D400C8A977 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  165. 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  166. 7CEAF86F1C14B2B5003252DE /* Package.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
  167. 98630C061A1C9A9D00478D08 /* login.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = login.html; sourceTree = "<group>"; };
  168. /* End PBXFileReference section */
  169. /* Begin PBXFrameworksBuildPhase section */
  170. 7AE893E31C05127900A29F63 /* Frameworks */ = {
  171. isa = PBXFrameworksBuildPhase;
  172. buildActionMask = 2147483647;
  173. files = (
  174. );
  175. runOnlyForDeploymentPostprocessing = 0;
  176. };
  177. 7AE893F71C0512C400A29F63 /* Frameworks */ = {
  178. isa = PBXFrameworksBuildPhase;
  179. buildActionMask = 2147483647;
  180. files = (
  181. );
  182. runOnlyForDeploymentPostprocessing = 0;
  183. };
  184. 7C839B6B19422CFF003A6950 /* Frameworks */ = {
  185. isa = PBXFrameworksBuildPhase;
  186. buildActionMask = 2147483647;
  187. files = (
  188. );
  189. runOnlyForDeploymentPostprocessing = 0;
  190. };
  191. 7CA4813819A2EA8D0030B30D /* Frameworks */ = {
  192. isa = PBXFrameworksBuildPhase;
  193. buildActionMask = 2147483647;
  194. files = (
  195. );
  196. runOnlyForDeploymentPostprocessing = 0;
  197. };
  198. 7CCD87591C66099B0068099B /* Frameworks */ = {
  199. isa = PBXFrameworksBuildPhase;
  200. buildActionMask = 2147483647;
  201. files = (
  202. 7CCD87611C66099B0068099B /* Swifter.framework in Frameworks */,
  203. );
  204. runOnlyForDeploymentPostprocessing = 0;
  205. };
  206. 7CCD87761C660EA30068099B /* Frameworks */ = {
  207. isa = PBXFrameworksBuildPhase;
  208. buildActionMask = 2147483647;
  209. files = (
  210. 7CCD877E1C660EA30068099B /* Swifter.framework in Frameworks */,
  211. );
  212. runOnlyForDeploymentPostprocessing = 0;
  213. };
  214. /* End PBXFrameworksBuildPhase section */
  215. /* Begin PBXGroup section */
  216. 7AE893E81C05127900A29F63 /* SwifteriOS */ = {
  217. isa = PBXGroup;
  218. children = (
  219. 7AE893EB1C05127900A29F63 /* Info.plist */,
  220. 7AE893E91C05127900A29F63 /* SwifteriOS.h */,
  221. );
  222. path = SwifteriOS;
  223. sourceTree = "<group>";
  224. };
  225. 7AE893FC1C0512C400A29F63 /* SwifterMac */ = {
  226. isa = PBXGroup;
  227. children = (
  228. 7AE893FF1C0512C400A29F63 /* Info.plist */,
  229. 7AE893FD1C0512C400A29F63 /* SwifterMac.h */,
  230. );
  231. path = SwifterMac;
  232. sourceTree = "<group>";
  233. };
  234. 7C839B6519422CFF003A6950 = {
  235. isa = PBXGroup;
  236. children = (
  237. 7CEAF86F1C14B2B5003252DE /* Package.swift */,
  238. 7CA4815619A2EF2B0030B30D /* Resources */,
  239. 7CEAF84A1C14B29B003252DE /* Sources */,
  240. 7CCD876C1C660B250068099B /* SwifterTestsCommon */,
  241. 7CCD875D1C66099B0068099B /* SwifteriOSTests */,
  242. 7CCD877A1C660EA30068099B /* SwifterOSXTests */,
  243. 7C839B6F19422CFF003A6950 /* Products */,
  244. 7AE893FC1C0512C400A29F63 /* SwifterMac */,
  245. 7AE893E81C05127900A29F63 /* SwifteriOS */,
  246. 7CA4813C19A2EA8D0030B30D /* SwifterSampleOSX */,
  247. 7CDAB80B1BE2A1D400C8A977 /* SwifterSampleiOS */,
  248. );
  249. sourceTree = "<group>";
  250. };
  251. 7C839B6F19422CFF003A6950 /* Products */ = {
  252. isa = PBXGroup;
  253. children = (
  254. 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */,
  255. 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */,
  256. 7AE893E71C05127900A29F63 /* Swifter.framework */,
  257. 7AE893FB1C0512C400A29F63 /* Swifter.framework */,
  258. 7CCD875C1C66099B0068099B /* SwifteriOSTests.xctest */,
  259. 7CCD87791C660EA30068099B /* SwifterOSXTests.xctest */,
  260. );
  261. name = Products;
  262. sourceTree = "<group>";
  263. };
  264. 7CA4813C19A2EA8D0030B30D /* SwifterSampleOSX */ = {
  265. isa = PBXGroup;
  266. children = (
  267. 18E610A51BD6397D00B7D17A /* SwiftyJSON.swift */,
  268. 7CA4813D19A2EA8D0030B30D /* main.swift */,
  269. );
  270. path = SwifterSampleOSX;
  271. sourceTree = "<group>";
  272. };
  273. 7CA4815619A2EF2B0030B30D /* Resources */ = {
  274. isa = PBXGroup;
  275. children = (
  276. 7C7488771C1DA07300CBCD77 /* file.html */,
  277. 98630C061A1C9A9D00478D08 /* login.html */,
  278. 7CB102DF1A17381D00CBA3B4 /* logo.png */,
  279. 7CA4815719A2EF2B0030B30D /* test.json */,
  280. );
  281. path = Resources;
  282. sourceTree = "<group>";
  283. };
  284. 7CCD875D1C66099B0068099B /* SwifteriOSTests */ = {
  285. isa = PBXGroup;
  286. children = (
  287. 7CCD87601C66099B0068099B /* Info.plist */,
  288. );
  289. path = SwifteriOSTests;
  290. sourceTree = "<group>";
  291. };
  292. 7CCD876C1C660B250068099B /* SwifterTestsCommon */ = {
  293. isa = PBXGroup;
  294. children = (
  295. 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */,
  296. 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */,
  297. 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */,
  298. 7C13B57B1C7B069500556443 /* SwifterTestsSQLite.swift */,
  299. );
  300. path = SwifterTestsCommon;
  301. sourceTree = "<group>";
  302. };
  303. 7CCD877A1C660EA30068099B /* SwifterOSXTests */ = {
  304. isa = PBXGroup;
  305. children = (
  306. 7CCD877D1C660EA30068099B /* Info.plist */,
  307. );
  308. path = SwifterOSXTests;
  309. sourceTree = "<group>";
  310. };
  311. 7CDAB80B1BE2A1D400C8A977 /* SwifterSampleiOS */ = {
  312. isa = PBXGroup;
  313. children = (
  314. 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */,
  315. 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */,
  316. 7CDAB8101BE2A1D400C8A977 /* Info.plist */,
  317. 7AE8940C1C05151100A29F63 /* Launch Screen.storyboard */,
  318. 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */,
  319. 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */,
  320. );
  321. path = SwifterSampleiOS;
  322. sourceTree = "<group>";
  323. };
  324. 7CEAF84A1C14B29B003252DE /* Sources */ = {
  325. isa = PBXGroup;
  326. children = (
  327. 7C73C6941C2619E100AEF6CA /* DemoServer.swift */,
  328. 7CC0F8C81C50136B00B65A94 /* HttpHandlers+Files.swift */,
  329. 7CC0F8CB1C5014A200B65A94 /* HttpHandlers+WebSockets.swift */,
  330. 7C73C6951C2619E100AEF6CA /* HttpHandlers.swift */,
  331. 7C73C6961C2619E100AEF6CA /* HttpParser.swift */,
  332. 7C73C6971C2619E100AEF6CA /* HttpRequest.swift */,
  333. 7C73C6981C2619E100AEF6CA /* HttpResponse.swift */,
  334. 7C73C6991C2619E100AEF6CA /* HttpRouter.swift */,
  335. 7C73C69A1C2619E100AEF6CA /* HttpServer.swift */,
  336. 7C73C69B1C2619E100AEF6CA /* HttpServerIO.swift */,
  337. 7C73C69C1C2619E100AEF6CA /* Socket.swift */,
  338. 7CCD87861C676EE50068099B /* File.swift */,
  339. 7C73C69D1C2619E100AEF6CA /* String+Misc.swift */,
  340. 7C2BEC771C518B7C00B8EE90 /* String+SHA1.swift */,
  341. 7C1A2BFA1C5605F50026D3BF /* String+BASE64.swift */,
  342. 7C1043E01C80D61F00A8DD6A /* SQLite.swift */,
  343. 7C284DA71C80CDB100106AA7 /* sqlite.c */,
  344. 7C284DA81C80CDB100106AA7 /* sqlite.h */,
  345. 7C1043DF1C80D3A900A8DD6A /* sqlite-Bridging-Header.h */,
  346. );
  347. path = Sources;
  348. sourceTree = "<group>";
  349. };
  350. /* End PBXGroup section */
  351. /* Begin PBXHeadersBuildPhase section */
  352. 7AE893E41C05127900A29F63 /* Headers */ = {
  353. isa = PBXHeadersBuildPhase;
  354. buildActionMask = 2147483647;
  355. files = (
  356. 7C284DAB1C80CDB100106AA7 /* sqlite.h in Headers */,
  357. 7AE893EA1C05127900A29F63 /* SwifteriOS.h in Headers */,
  358. );
  359. runOnlyForDeploymentPostprocessing = 0;
  360. };
  361. 7AE893F81C0512C400A29F63 /* Headers */ = {
  362. isa = PBXHeadersBuildPhase;
  363. buildActionMask = 2147483647;
  364. files = (
  365. 7C284DAC1C80CDB100106AA7 /* sqlite.h in Headers */,
  366. 7AE893FE1C0512C400A29F63 /* SwifterMac.h in Headers */,
  367. );
  368. runOnlyForDeploymentPostprocessing = 0;
  369. };
  370. /* End PBXHeadersBuildPhase section */
  371. /* Begin PBXNativeTarget section */
  372. 7AE893E61C05127900A29F63 /* SwifteriOS */ = {
  373. isa = PBXNativeTarget;
  374. buildConfigurationList = 7AE893EC1C05127900A29F63 /* Build configuration list for PBXNativeTarget "SwifteriOS" */;
  375. buildPhases = (
  376. 7AE893E21C05127900A29F63 /* Sources */,
  377. 7AE893E31C05127900A29F63 /* Frameworks */,
  378. 7AE893E41C05127900A29F63 /* Headers */,
  379. 7AE893E51C05127900A29F63 /* Resources */,
  380. );
  381. buildRules = (
  382. );
  383. dependencies = (
  384. );
  385. name = SwifteriOS;
  386. productName = SwifteriOS;
  387. productReference = 7AE893E71C05127900A29F63 /* Swifter.framework */;
  388. productType = "com.apple.product-type.framework";
  389. };
  390. 7AE893FA1C0512C400A29F63 /* SwifterMac */ = {
  391. isa = PBXNativeTarget;
  392. buildConfigurationList = 7AE894001C0512C400A29F63 /* Build configuration list for PBXNativeTarget "SwifterMac" */;
  393. buildPhases = (
  394. 7AE893F61C0512C400A29F63 /* Sources */,
  395. 7AE893F71C0512C400A29F63 /* Frameworks */,
  396. 7AE893F81C0512C400A29F63 /* Headers */,
  397. 7AE893F91C0512C400A29F63 /* Resources */,
  398. );
  399. buildRules = (
  400. );
  401. dependencies = (
  402. );
  403. name = SwifterMac;
  404. productName = SwifterMac;
  405. productReference = 7AE893FB1C0512C400A29F63 /* Swifter.framework */;
  406. productType = "com.apple.product-type.framework";
  407. };
  408. 7C839B6D19422CFF003A6950 /* SwifterSampleiOS */ = {
  409. isa = PBXNativeTarget;
  410. buildConfigurationList = 7C839B8A19422D00003A6950 /* Build configuration list for PBXNativeTarget "SwifterSampleiOS" */;
  411. buildPhases = (
  412. 7C839B6A19422CFF003A6950 /* Sources */,
  413. 7C839B6B19422CFF003A6950 /* Frameworks */,
  414. 7C839B6C19422CFF003A6950 /* Resources */,
  415. );
  416. buildRules = (
  417. );
  418. dependencies = (
  419. 7C73C6C01C261AA700AEF6CA /* PBXTargetDependency */,
  420. );
  421. name = SwifterSampleiOS;
  422. productName = Swifter;
  423. productReference = 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */;
  424. productType = "com.apple.product-type.application";
  425. };
  426. 7CA4813A19A2EA8D0030B30D /* SwifterSampleOSX */ = {
  427. isa = PBXNativeTarget;
  428. buildConfigurationList = 7CA4814119A2EA8D0030B30D /* Build configuration list for PBXNativeTarget "SwifterSampleOSX" */;
  429. buildPhases = (
  430. 7CA4813719A2EA8D0030B30D /* Sources */,
  431. 7CA4813819A2EA8D0030B30D /* Frameworks */,
  432. 7CA4813919A2EA8D0030B30D /* CopyFiles */,
  433. );
  434. buildRules = (
  435. );
  436. dependencies = (
  437. 7AE8940F1C0515A200A29F63 /* PBXTargetDependency */,
  438. );
  439. name = SwifterSampleOSX;
  440. productName = SwifterOSX;
  441. productReference = 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */;
  442. productType = "com.apple.product-type.tool";
  443. };
  444. 7CCD875B1C66099B0068099B /* SwifteriOSTests */ = {
  445. isa = PBXNativeTarget;
  446. buildConfigurationList = 7CCD87641C66099B0068099B /* Build configuration list for PBXNativeTarget "SwifteriOSTests" */;
  447. buildPhases = (
  448. 7CCD87581C66099B0068099B /* Sources */,
  449. 7CCD87591C66099B0068099B /* Frameworks */,
  450. 7CCD875A1C66099B0068099B /* Resources */,
  451. );
  452. buildRules = (
  453. );
  454. dependencies = (
  455. 7CCD87631C66099B0068099B /* PBXTargetDependency */,
  456. );
  457. name = SwifteriOSTests;
  458. productName = SwifteriOSTests;
  459. productReference = 7CCD875C1C66099B0068099B /* SwifteriOSTests.xctest */;
  460. productType = "com.apple.product-type.bundle.unit-test";
  461. };
  462. 7CCD87781C660EA30068099B /* SwifterOSXTests */ = {
  463. isa = PBXNativeTarget;
  464. buildConfigurationList = 7CCD87811C660EA30068099B /* Build configuration list for PBXNativeTarget "SwifterOSXTests" */;
  465. buildPhases = (
  466. 7CCD87751C660EA30068099B /* Sources */,
  467. 7CCD87761C660EA30068099B /* Frameworks */,
  468. 7CCD87771C660EA30068099B /* Resources */,
  469. );
  470. buildRules = (
  471. );
  472. dependencies = (
  473. 7CCD87801C660EA30068099B /* PBXTargetDependency */,
  474. );
  475. name = SwifterOSXTests;
  476. productName = SwifterOSXTests;
  477. productReference = 7CCD87791C660EA30068099B /* SwifterOSXTests.xctest */;
  478. productType = "com.apple.product-type.bundle.unit-test";
  479. };
  480. /* End PBXNativeTarget section */
  481. /* Begin PBXProject section */
  482. 7C839B6619422CFF003A6950 /* Project object */ = {
  483. isa = PBXProject;
  484. attributes = {
  485. LastSwiftUpdateCheck = 0720;
  486. LastUpgradeCheck = 0700;
  487. ORGANIZATIONNAME = "Damian Kołakowski";
  488. TargetAttributes = {
  489. 7AE893E61C05127900A29F63 = {
  490. CreatedOnToolsVersion = 7.1;
  491. };
  492. 7AE893FA1C0512C400A29F63 = {
  493. CreatedOnToolsVersion = 7.1;
  494. };
  495. 7C839B6D19422CFF003A6950 = {
  496. CreatedOnToolsVersion = 6.0;
  497. };
  498. 7CA4813A19A2EA8D0030B30D = {
  499. CreatedOnToolsVersion = 6.0;
  500. };
  501. 7CCD875B1C66099B0068099B = {
  502. CreatedOnToolsVersion = 7.2;
  503. };
  504. 7CCD87781C660EA30068099B = {
  505. CreatedOnToolsVersion = 7.2;
  506. };
  507. };
  508. };
  509. buildConfigurationList = 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */;
  510. compatibilityVersion = "Xcode 3.2";
  511. developmentRegion = English;
  512. hasScannedForEncodings = 0;
  513. knownRegions = (
  514. en,
  515. Base,
  516. );
  517. mainGroup = 7C839B6519422CFF003A6950;
  518. productRefGroup = 7C839B6F19422CFF003A6950 /* Products */;
  519. projectDirPath = "";
  520. projectRoot = "";
  521. targets = (
  522. 7C839B6D19422CFF003A6950 /* SwifterSampleiOS */,
  523. 7CA4813A19A2EA8D0030B30D /* SwifterSampleOSX */,
  524. 7AE893E61C05127900A29F63 /* SwifteriOS */,
  525. 7AE893FA1C0512C400A29F63 /* SwifterMac */,
  526. 7CCD875B1C66099B0068099B /* SwifteriOSTests */,
  527. 7CCD87781C660EA30068099B /* SwifterOSXTests */,
  528. );
  529. };
  530. /* End PBXProject section */
  531. /* Begin PBXResourcesBuildPhase section */
  532. 7AE893E51C05127900A29F63 /* Resources */ = {
  533. isa = PBXResourcesBuildPhase;
  534. buildActionMask = 2147483647;
  535. files = (
  536. );
  537. runOnlyForDeploymentPostprocessing = 0;
  538. };
  539. 7AE893F91C0512C400A29F63 /* Resources */ = {
  540. isa = PBXResourcesBuildPhase;
  541. buildActionMask = 2147483647;
  542. files = (
  543. );
  544. runOnlyForDeploymentPostprocessing = 0;
  545. };
  546. 7C839B6C19422CFF003A6950 /* Resources */ = {
  547. isa = PBXResourcesBuildPhase;
  548. buildActionMask = 2147483647;
  549. files = (
  550. 7C7488781C1DA07300CBCD77 /* file.html in Resources */,
  551. 7AE8940D1C05151100A29F63 /* Launch Screen.storyboard in Resources */,
  552. 7CB102E01A17381D00CBA3B4 /* logo.png in Resources */,
  553. 7CDAB8141BE2A1D400C8A977 /* Images.xcassets in Resources */,
  554. 98630C071A1C9A9D00478D08 /* login.html in Resources */,
  555. 7CA4815819A2EF2B0030B30D /* test.json in Resources */,
  556. 7CDAB8131BE2A1D400C8A977 /* Main.storyboard in Resources */,
  557. );
  558. runOnlyForDeploymentPostprocessing = 0;
  559. };
  560. 7CCD875A1C66099B0068099B /* Resources */ = {
  561. isa = PBXResourcesBuildPhase;
  562. buildActionMask = 2147483647;
  563. files = (
  564. );
  565. runOnlyForDeploymentPostprocessing = 0;
  566. };
  567. 7CCD87771C660EA30068099B /* Resources */ = {
  568. isa = PBXResourcesBuildPhase;
  569. buildActionMask = 2147483647;
  570. files = (
  571. );
  572. runOnlyForDeploymentPostprocessing = 0;
  573. };
  574. /* End PBXResourcesBuildPhase section */
  575. /* Begin PBXSourcesBuildPhase section */
  576. 7AE893E21C05127900A29F63 /* Sources */ = {
  577. isa = PBXSourcesBuildPhase;
  578. buildActionMask = 2147483647;
  579. files = (
  580. 7C2BEC791C5195EE00B8EE90 /* String+SHA1.swift in Sources */,
  581. 7C73C6AA1C261A2100AEF6CA /* DemoServer.swift in Sources */,
  582. 7C73C6AB1C261A2100AEF6CA /* HttpHandlers.swift in Sources */,
  583. 7C1A2BFB1C5605F50026D3BF /* String+BASE64.swift in Sources */,
  584. 7C73C6AC1C261A2100AEF6CA /* HttpParser.swift in Sources */,
  585. 7C73C6AD1C261A2100AEF6CA /* HttpRequest.swift in Sources */,
  586. 7C73C6AE1C261A2100AEF6CA /* HttpResponse.swift in Sources */,
  587. 7C73C6AF1C261A2100AEF6CA /* HttpRouter.swift in Sources */,
  588. 7C284DA91C80CDB100106AA7 /* sqlite.c in Sources */,
  589. 7CC0F8CC1C5014A200B65A94 /* HttpHandlers+WebSockets.swift in Sources */,
  590. 7C73C6B01C261A2100AEF6CA /* HttpServer.swift in Sources */,
  591. 7CCD87871C676EE50068099B /* File.swift in Sources */,
  592. 7C1043E11C80D61F00A8DD6A /* SQLite.swift in Sources */,
  593. 7C73C6B11C261A2100AEF6CA /* HttpServerIO.swift in Sources */,
  594. 7C73C6B21C261A2100AEF6CA /* Socket.swift in Sources */,
  595. 7CC0F8C91C50136B00B65A94 /* HttpHandlers+Files.swift in Sources */,
  596. 7C73C6B31C261A2100AEF6CA /* String+Misc.swift in Sources */,
  597. );
  598. runOnlyForDeploymentPostprocessing = 0;
  599. };
  600. 7AE893F61C0512C400A29F63 /* Sources */ = {
  601. isa = PBXSourcesBuildPhase;
  602. buildActionMask = 2147483647;
  603. files = (
  604. 7C2BEC7A1C5195F200B8EE90 /* String+SHA1.swift in Sources */,
  605. 7C73C6B51C261A2600AEF6CA /* DemoServer.swift in Sources */,
  606. 7C73C6B61C261A2600AEF6CA /* HttpHandlers.swift in Sources */,
  607. 7C1A2BFC1C5605F50026D3BF /* String+BASE64.swift in Sources */,
  608. 7C73C6B71C261A2600AEF6CA /* HttpParser.swift in Sources */,
  609. 7C73C6B81C261A2600AEF6CA /* HttpRequest.swift in Sources */,
  610. 7C73C6B91C261A2600AEF6CA /* HttpResponse.swift in Sources */,
  611. 7C73C6BA1C261A2600AEF6CA /* HttpRouter.swift in Sources */,
  612. 7C284DAA1C80CDB100106AA7 /* sqlite.c in Sources */,
  613. 7CC0F8CD1C5014A200B65A94 /* HttpHandlers+WebSockets.swift in Sources */,
  614. 7C73C6BB1C261A2600AEF6CA /* HttpServer.swift in Sources */,
  615. 7CCD87881C676EE50068099B /* File.swift in Sources */,
  616. 7C1043E21C80D61F00A8DD6A /* SQLite.swift in Sources */,
  617. 7C73C6BC1C261A2600AEF6CA /* HttpServerIO.swift in Sources */,
  618. 7C73C6BD1C261A2600AEF6CA /* Socket.swift in Sources */,
  619. 7CC0F8CA1C50136B00B65A94 /* HttpHandlers+Files.swift in Sources */,
  620. 7C73C6BE1C261A2600AEF6CA /* String+Misc.swift in Sources */,
  621. );
  622. runOnlyForDeploymentPostprocessing = 0;
  623. };
  624. 7C839B6A19422CFF003A6950 /* Sources */ = {
  625. isa = PBXSourcesBuildPhase;
  626. buildActionMask = 2147483647;
  627. files = (
  628. 7C73C6921C26179C00AEF6CA /* AppDelegate.swift in Sources */,
  629. 7CDAB8161BE2A1D400C8A977 /* ViewController.swift in Sources */,
  630. 7C2BEC781C518B7C00B8EE90 /* String+SHA1.swift in Sources */,
  631. );
  632. runOnlyForDeploymentPostprocessing = 0;
  633. };
  634. 7CA4813719A2EA8D0030B30D /* Sources */ = {
  635. isa = PBXSourcesBuildPhase;
  636. buildActionMask = 2147483647;
  637. files = (
  638. 7C73C6911C2615FE00AEF6CA /* SwiftyJSON.swift in Sources */,
  639. 7CA4813E19A2EA8D0030B30D /* main.swift in Sources */,
  640. );
  641. runOnlyForDeploymentPostprocessing = 0;
  642. };
  643. 7CCD87581C66099B0068099B /* Sources */ = {
  644. isa = PBXSourcesBuildPhase;
  645. buildActionMask = 2147483647;
  646. files = (
  647. 7CCD87701C660B250068099B /* SwifterTestsHttpParser.swift in Sources */,
  648. 7C13B57C1C7B069500556443 /* SwifterTestsSQLite.swift in Sources */,
  649. 7C4785E91C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */,
  650. 7CCD87721C660B250068099B /* SwifterTestsStringExtensions.swift in Sources */,
  651. );
  652. runOnlyForDeploymentPostprocessing = 0;
  653. };
  654. 7CCD87751C660EA30068099B /* Sources */ = {
  655. isa = PBXSourcesBuildPhase;
  656. buildActionMask = 2147483647;
  657. files = (
  658. 7CCD87841C660ED60068099B /* SwifterTestsHttpParser.swift in Sources */,
  659. 7C13B57D1C7B069500556443 /* SwifterTestsSQLite.swift in Sources */,
  660. 7C4785EA1C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */,
  661. 7CCD87851C660ED60068099B /* SwifterTestsStringExtensions.swift in Sources */,
  662. );
  663. runOnlyForDeploymentPostprocessing = 0;
  664. };
  665. /* End PBXSourcesBuildPhase section */
  666. /* Begin PBXTargetDependency section */
  667. 7AE8940F1C0515A200A29F63 /* PBXTargetDependency */ = {
  668. isa = PBXTargetDependency;
  669. target = 7AE893FA1C0512C400A29F63 /* SwifterMac */;
  670. targetProxy = 7AE8940E1C0515A200A29F63 /* PBXContainerItemProxy */;
  671. };
  672. 7C73C6C01C261AA700AEF6CA /* PBXTargetDependency */ = {
  673. isa = PBXTargetDependency;
  674. target = 7AE893E61C05127900A29F63 /* SwifteriOS */;
  675. targetProxy = 7C73C6BF1C261AA700AEF6CA /* PBXContainerItemProxy */;
  676. };
  677. 7CCD87631C66099B0068099B /* PBXTargetDependency */ = {
  678. isa = PBXTargetDependency;
  679. target = 7AE893E61C05127900A29F63 /* SwifteriOS */;
  680. targetProxy = 7CCD87621C66099B0068099B /* PBXContainerItemProxy */;
  681. };
  682. 7CCD87801C660EA30068099B /* PBXTargetDependency */ = {
  683. isa = PBXTargetDependency;
  684. target = 7AE893FA1C0512C400A29F63 /* SwifterMac */;
  685. targetProxy = 7CCD877F1C660EA30068099B /* PBXContainerItemProxy */;
  686. };
  687. /* End PBXTargetDependency section */
  688. /* Begin PBXVariantGroup section */
  689. 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */ = {
  690. isa = PBXVariantGroup;
  691. children = (
  692. 7CDAB80E1BE2A1D400C8A977 /* Base */,
  693. );
  694. name = Main.storyboard;
  695. path = .;
  696. sourceTree = "<group>";
  697. };
  698. /* End PBXVariantGroup section */
  699. /* Begin XCBuildConfiguration section */
  700. 7AE893ED1C05127900A29F63 /* Debug */ = {
  701. isa = XCBuildConfiguration;
  702. buildSettings = {
  703. CLANG_ENABLE_MODULES = YES;
  704. CURRENT_PROJECT_VERSION = 1.1.3;
  705. DEBUG_INFORMATION_FORMAT = dwarf;
  706. DEFINES_MODULE = YES;
  707. DYLIB_COMPATIBILITY_VERSION = 1;
  708. DYLIB_CURRENT_VERSION = 1;
  709. DYLIB_INSTALL_NAME_BASE = "@rpath";
  710. GCC_NO_COMMON_BLOCKS = YES;
  711. INFOPLIST_FILE = SwifterSampleiOS/Info.plist;
  712. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  713. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  714. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  715. MTL_ENABLE_DEBUG_INFO = YES;
  716. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOS;
  717. PRODUCT_NAME = Swifter;
  718. SKIP_INSTALL = YES;
  719. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  720. VERSIONING_SYSTEM = "apple-generic";
  721. VERSION_INFO_PREFIX = "";
  722. };
  723. name = Debug;
  724. };
  725. 7AE893EE1C05127900A29F63 /* Release */ = {
  726. isa = XCBuildConfiguration;
  727. buildSettings = {
  728. CLANG_ENABLE_MODULES = YES;
  729. COPY_PHASE_STRIP = NO;
  730. CURRENT_PROJECT_VERSION = 1.1.3;
  731. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  732. DEFINES_MODULE = YES;
  733. DYLIB_COMPATIBILITY_VERSION = 1;
  734. DYLIB_CURRENT_VERSION = 1;
  735. DYLIB_INSTALL_NAME_BASE = "@rpath";
  736. GCC_NO_COMMON_BLOCKS = YES;
  737. INFOPLIST_FILE = SwifterSampleiOS/Info.plist;
  738. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  739. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  740. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  741. MTL_ENABLE_DEBUG_INFO = NO;
  742. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOS;
  743. PRODUCT_NAME = Swifter;
  744. SKIP_INSTALL = YES;
  745. VERSIONING_SYSTEM = "apple-generic";
  746. VERSION_INFO_PREFIX = "";
  747. };
  748. name = Release;
  749. };
  750. 7AE894011C0512C400A29F63 /* Debug */ = {
  751. isa = XCBuildConfiguration;
  752. buildSettings = {
  753. CLANG_ENABLE_MODULES = YES;
  754. CODE_SIGN_IDENTITY = "Mac Developer";
  755. COMBINE_HIDPI_IMAGES = YES;
  756. CURRENT_PROJECT_VERSION = 1.1.3;
  757. DEBUG_INFORMATION_FORMAT = dwarf;
  758. DEFINES_MODULE = YES;
  759. DYLIB_COMPATIBILITY_VERSION = 1;
  760. DYLIB_CURRENT_VERSION = 1;
  761. DYLIB_INSTALL_NAME_BASE = "@rpath";
  762. FRAMEWORK_VERSION = A;
  763. GCC_NO_COMMON_BLOCKS = YES;
  764. INFOPLIST_FILE = SwifterMac/Info.plist;
  765. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  766. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  767. MACOSX_DEPLOYMENT_TARGET = 10.9;
  768. MTL_ENABLE_DEBUG_INFO = YES;
  769. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterMac;
  770. PRODUCT_NAME = Swifter;
  771. SDKROOT = macosx;
  772. SKIP_INSTALL = YES;
  773. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  774. VERSIONING_SYSTEM = "apple-generic";
  775. VERSION_INFO_PREFIX = "";
  776. };
  777. name = Debug;
  778. };
  779. 7AE894021C0512C400A29F63 /* Release */ = {
  780. isa = XCBuildConfiguration;
  781. buildSettings = {
  782. CLANG_ENABLE_MODULES = YES;
  783. CODE_SIGN_IDENTITY = "Mac Developer";
  784. COMBINE_HIDPI_IMAGES = YES;
  785. COPY_PHASE_STRIP = NO;
  786. CURRENT_PROJECT_VERSION = 1.1.3;
  787. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  788. DEFINES_MODULE = YES;
  789. DYLIB_COMPATIBILITY_VERSION = 1;
  790. DYLIB_CURRENT_VERSION = 1;
  791. DYLIB_INSTALL_NAME_BASE = "@rpath";
  792. FRAMEWORK_VERSION = A;
  793. GCC_NO_COMMON_BLOCKS = YES;
  794. INFOPLIST_FILE = SwifterMac/Info.plist;
  795. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  796. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  797. MACOSX_DEPLOYMENT_TARGET = 10.9;
  798. MTL_ENABLE_DEBUG_INFO = NO;
  799. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterMac;
  800. PRODUCT_NAME = Swifter;
  801. SDKROOT = macosx;
  802. SKIP_INSTALL = YES;
  803. VERSIONING_SYSTEM = "apple-generic";
  804. VERSION_INFO_PREFIX = "";
  805. };
  806. name = Release;
  807. };
  808. 7C839B8819422D00003A6950 /* Debug */ = {
  809. isa = XCBuildConfiguration;
  810. buildSettings = {
  811. ALWAYS_SEARCH_USER_PATHS = NO;
  812. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  813. CLANG_CXX_LIBRARY = "libc++";
  814. CLANG_ENABLE_MODULES = YES;
  815. CLANG_ENABLE_OBJC_ARC = YES;
  816. CLANG_WARN_BOOL_CONVERSION = YES;
  817. CLANG_WARN_CONSTANT_CONVERSION = YES;
  818. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  819. CLANG_WARN_EMPTY_BODY = YES;
  820. CLANG_WARN_ENUM_CONVERSION = YES;
  821. CLANG_WARN_INT_CONVERSION = YES;
  822. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  823. CLANG_WARN_UNREACHABLE_CODE = YES;
  824. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  825. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  826. COPY_PHASE_STRIP = NO;
  827. CURRENT_PROJECT_VERSION = 1.1.3;
  828. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  829. ENABLE_STRICT_OBJC_MSGSEND = YES;
  830. ENABLE_TESTABILITY = YES;
  831. GCC_C_LANGUAGE_STANDARD = gnu99;
  832. GCC_DYNAMIC_NO_PIC = NO;
  833. GCC_OPTIMIZATION_LEVEL = 0;
  834. GCC_PREPROCESSOR_DEFINITIONS = (
  835. "DEBUG=1",
  836. "$(inherited)",
  837. );
  838. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  839. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  840. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  841. GCC_WARN_UNDECLARED_SELECTOR = YES;
  842. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  843. GCC_WARN_UNUSED_FUNCTION = YES;
  844. GCC_WARN_UNUSED_VARIABLE = YES;
  845. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  846. MACOSX_DEPLOYMENT_TARGET = 10.9;
  847. METAL_ENABLE_DEBUG_INFO = YES;
  848. ONLY_ACTIVE_ARCH = YES;
  849. SDKROOT = iphoneos;
  850. SWIFT_OBJC_BRIDGING_HEADER = "Sources/sqlite-Bridging-Header.h";
  851. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  852. TARGETED_DEVICE_FAMILY = "1,2";
  853. };
  854. name = Debug;
  855. };
  856. 7C839B8919422D00003A6950 /* Release */ = {
  857. isa = XCBuildConfiguration;
  858. buildSettings = {
  859. ALWAYS_SEARCH_USER_PATHS = NO;
  860. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  861. CLANG_CXX_LIBRARY = "libc++";
  862. CLANG_ENABLE_MODULES = YES;
  863. CLANG_ENABLE_OBJC_ARC = YES;
  864. CLANG_WARN_BOOL_CONVERSION = YES;
  865. CLANG_WARN_CONSTANT_CONVERSION = YES;
  866. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  867. CLANG_WARN_EMPTY_BODY = YES;
  868. CLANG_WARN_ENUM_CONVERSION = YES;
  869. CLANG_WARN_INT_CONVERSION = YES;
  870. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  871. CLANG_WARN_UNREACHABLE_CODE = YES;
  872. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  873. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  874. COPY_PHASE_STRIP = YES;
  875. CURRENT_PROJECT_VERSION = 1.1.3;
  876. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  877. ENABLE_NS_ASSERTIONS = NO;
  878. ENABLE_STRICT_OBJC_MSGSEND = YES;
  879. GCC_C_LANGUAGE_STANDARD = gnu99;
  880. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  881. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  882. GCC_WARN_UNDECLARED_SELECTOR = YES;
  883. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  884. GCC_WARN_UNUSED_FUNCTION = YES;
  885. GCC_WARN_UNUSED_VARIABLE = YES;
  886. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  887. MACOSX_DEPLOYMENT_TARGET = 10.9;
  888. METAL_ENABLE_DEBUG_INFO = NO;
  889. ONLY_ACTIVE_ARCH = NO;
  890. SDKROOT = iphoneos;
  891. SWIFT_OBJC_BRIDGING_HEADER = "Sources/sqlite-Bridging-Header.h";
  892. TARGETED_DEVICE_FAMILY = "1,2";
  893. VALIDATE_PRODUCT = YES;
  894. };
  895. name = Release;
  896. };
  897. 7C839B8B19422D00003A6950 /* Debug */ = {
  898. isa = XCBuildConfiguration;
  899. buildSettings = {
  900. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  901. CLANG_ENABLE_MODULES = YES;
  902. INFOPLIST_FILE = "$(SRCROOT)/SwifterSampleiOS/Info.plist";
  903. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  904. PRODUCT_BUNDLE_IDENTIFIER = "pl.kolakowski.${PRODUCT_NAME:rfc1034identifier}";
  905. PRODUCT_NAME = "$(TARGET_NAME)";
  906. SWIFT_OBJC_BRIDGING_HEADER = "";
  907. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  908. };
  909. name = Debug;
  910. };
  911. 7C839B8C19422D00003A6950 /* Release */ = {
  912. isa = XCBuildConfiguration;
  913. buildSettings = {
  914. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  915. CLANG_ENABLE_MODULES = YES;
  916. INFOPLIST_FILE = "$(SRCROOT)/SwifterSampleiOS/Info.plist";
  917. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  918. PRODUCT_BUNDLE_IDENTIFIER = "pl.kolakowski.${PRODUCT_NAME:rfc1034identifier}";
  919. PRODUCT_NAME = "$(TARGET_NAME)";
  920. SWIFT_OBJC_BRIDGING_HEADER = "";
  921. };
  922. name = Release;
  923. };
  924. 7CA4813F19A2EA8D0030B30D /* Debug */ = {
  925. isa = XCBuildConfiguration;
  926. buildSettings = {
  927. CLANG_ENABLE_MODULES = YES;
  928. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  929. GCC_PREPROCESSOR_DEFINITIONS = (
  930. "DEBUG=1",
  931. "$(inherited)",
  932. );
  933. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  934. MACOSX_DEPLOYMENT_TARGET = 10.9;
  935. MTL_ENABLE_DEBUG_INFO = YES;
  936. ONLY_ACTIVE_ARCH = YES;
  937. PRODUCT_NAME = "$(TARGET_NAME)";
  938. SDKROOT = macosx;
  939. SWIFT_OBJC_BRIDGING_HEADER = "";
  940. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  941. };
  942. name = Debug;
  943. };
  944. 7CA4814019A2EA8D0030B30D /* Release */ = {
  945. isa = XCBuildConfiguration;
  946. buildSettings = {
  947. CLANG_ENABLE_MODULES = YES;
  948. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  949. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  950. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  951. MACOSX_DEPLOYMENT_TARGET = 10.9;
  952. MTL_ENABLE_DEBUG_INFO = NO;
  953. PRODUCT_NAME = "$(TARGET_NAME)";
  954. SDKROOT = macosx;
  955. SWIFT_OBJC_BRIDGING_HEADER = "";
  956. };
  957. name = Release;
  958. };
  959. 7CCD87651C66099B0068099B /* Debug */ = {
  960. isa = XCBuildConfiguration;
  961. buildSettings = {
  962. DEBUG_INFORMATION_FORMAT = dwarf;
  963. GCC_NO_COMMON_BLOCKS = YES;
  964. INFOPLIST_FILE = SwifteriOSTests/Info.plist;
  965. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  966. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  967. MTL_ENABLE_DEBUG_INFO = YES;
  968. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOSTests;
  969. PRODUCT_NAME = "$(TARGET_NAME)";
  970. };
  971. name = Debug;
  972. };
  973. 7CCD87661C66099B0068099B /* Release */ = {
  974. isa = XCBuildConfiguration;
  975. buildSettings = {
  976. COPY_PHASE_STRIP = NO;
  977. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  978. GCC_NO_COMMON_BLOCKS = YES;
  979. INFOPLIST_FILE = SwifteriOSTests/Info.plist;
  980. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  981. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  982. MTL_ENABLE_DEBUG_INFO = NO;
  983. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOSTests;
  984. PRODUCT_NAME = "$(TARGET_NAME)";
  985. };
  986. name = Release;
  987. };
  988. 7CCD87821C660EA30068099B /* Debug */ = {
  989. isa = XCBuildConfiguration;
  990. buildSettings = {
  991. CODE_SIGN_IDENTITY = "-";
  992. COMBINE_HIDPI_IMAGES = YES;
  993. DEBUG_INFORMATION_FORMAT = dwarf;
  994. GCC_NO_COMMON_BLOCKS = YES;
  995. INFOPLIST_FILE = SwifterOSXTests/Info.plist;
  996. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  997. MACOSX_DEPLOYMENT_TARGET = 10.11;
  998. MTL_ENABLE_DEBUG_INFO = YES;
  999. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterOSXTests;
  1000. PRODUCT_NAME = "$(TARGET_NAME)";
  1001. SDKROOT = macosx;
  1002. };
  1003. name = Debug;
  1004. };
  1005. 7CCD87831C660EA30068099B /* Release */ = {
  1006. isa = XCBuildConfiguration;
  1007. buildSettings = {
  1008. CODE_SIGN_IDENTITY = "-";
  1009. COMBINE_HIDPI_IMAGES = YES;
  1010. COPY_PHASE_STRIP = NO;
  1011. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1012. GCC_NO_COMMON_BLOCKS = YES;
  1013. INFOPLIST_FILE = SwifterOSXTests/Info.plist;
  1014. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1015. MACOSX_DEPLOYMENT_TARGET = 10.11;
  1016. MTL_ENABLE_DEBUG_INFO = NO;
  1017. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterOSXTests;
  1018. PRODUCT_NAME = "$(TARGET_NAME)";
  1019. SDKROOT = macosx;
  1020. };
  1021. name = Release;
  1022. };
  1023. /* End XCBuildConfiguration section */
  1024. /* Begin XCConfigurationList section */
  1025. 7AE893EC1C05127900A29F63 /* Build configuration list for PBXNativeTarget "SwifteriOS" */ = {
  1026. isa = XCConfigurationList;
  1027. buildConfigurations = (
  1028. 7AE893ED1C05127900A29F63 /* Debug */,
  1029. 7AE893EE1C05127900A29F63 /* Release */,
  1030. );
  1031. defaultConfigurationIsVisible = 0;
  1032. defaultConfigurationName = Release;
  1033. };
  1034. 7AE894001C0512C400A29F63 /* Build configuration list for PBXNativeTarget "SwifterMac" */ = {
  1035. isa = XCConfigurationList;
  1036. buildConfigurations = (
  1037. 7AE894011C0512C400A29F63 /* Debug */,
  1038. 7AE894021C0512C400A29F63 /* Release */,
  1039. );
  1040. defaultConfigurationIsVisible = 0;
  1041. defaultConfigurationName = Release;
  1042. };
  1043. 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */ = {
  1044. isa = XCConfigurationList;
  1045. buildConfigurations = (
  1046. 7C839B8819422D00003A6950 /* Debug */,
  1047. 7C839B8919422D00003A6950 /* Release */,
  1048. );
  1049. defaultConfigurationIsVisible = 0;
  1050. defaultConfigurationName = Release;
  1051. };
  1052. 7C839B8A19422D00003A6950 /* Build configuration list for PBXNativeTarget "SwifterSampleiOS" */ = {
  1053. isa = XCConfigurationList;
  1054. buildConfigurations = (
  1055. 7C839B8B19422D00003A6950 /* Debug */,
  1056. 7C839B8C19422D00003A6950 /* Release */,
  1057. );
  1058. defaultConfigurationIsVisible = 0;
  1059. defaultConfigurationName = Release;
  1060. };
  1061. 7CA4814119A2EA8D0030B30D /* Build configuration list for PBXNativeTarget "SwifterSampleOSX" */ = {
  1062. isa = XCConfigurationList;
  1063. buildConfigurations = (
  1064. 7CA4813F19A2EA8D0030B30D /* Debug */,
  1065. 7CA4814019A2EA8D0030B30D /* Release */,
  1066. );
  1067. defaultConfigurationIsVisible = 0;
  1068. defaultConfigurationName = Release;
  1069. };
  1070. 7CCD87641C66099B0068099B /* Build configuration list for PBXNativeTarget "SwifteriOSTests" */ = {
  1071. isa = XCConfigurationList;
  1072. buildConfigurations = (
  1073. 7CCD87651C66099B0068099B /* Debug */,
  1074. 7CCD87661C66099B0068099B /* Release */,
  1075. );
  1076. defaultConfigurationIsVisible = 0;
  1077. defaultConfigurationName = Release;
  1078. };
  1079. 7CCD87811C660EA30068099B /* Build configuration list for PBXNativeTarget "SwifterOSXTests" */ = {
  1080. isa = XCConfigurationList;
  1081. buildConfigurations = (
  1082. 7CCD87821C660EA30068099B /* Debug */,
  1083. 7CCD87831C660EA30068099B /* Release */,
  1084. );
  1085. defaultConfigurationIsVisible = 0;
  1086. defaultConfigurationName = Release;
  1087. };
  1088. /* End XCConfigurationList section */
  1089. };
  1090. rootObject = 7C839B6619422CFF003A6950 /* Project object */;
  1091. }