project.pbxproj 75 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478
  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. 7C2A27851C920D70002033F8 /* Reflection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2A27841C920D70002033F8 /* Reflection.swift */; };
  23. 7C2A27861C920D70002033F8 /* Reflection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2A27841C920D70002033F8 /* Reflection.swift */; };
  24. 7C2A27871C920D70002033F8 /* Reflection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2A27841C920D70002033F8 /* Reflection.swift */; };
  25. 7C2BEC791C5195EE00B8EE90 /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2BEC771C518B7C00B8EE90 /* String+SHA1.swift */; };
  26. 7C2BEC7A1C5195F200B8EE90 /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2BEC771C518B7C00B8EE90 /* String+SHA1.swift */; };
  27. 7C4785E91C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */; };
  28. 7C4785EA1C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */; };
  29. 7C5915221C92A99300D884BC /* SwifterTestsReflection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5915211C92A99300D884BC /* SwifterTestsReflection.swift */; };
  30. 7C5915231C92A99300D884BC /* SwifterTestsReflection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5915211C92A99300D884BC /* SwifterTestsReflection.swift */; };
  31. 7C71C5B01A1D52F800682BF0 /* login.html in CopyFiles */ = {isa = PBXBuildFile; fileRef = 98630C061A1C9A9D00478D08 /* login.html */; };
  32. 7C71C5B11A1EC49B00682BF0 /* logo.png in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7CB102DF1A17381D00CBA3B4 /* logo.png */; };
  33. 7C73C6911C2615FE00AEF6CA /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18E610A51BD6397D00B7D17A /* SwiftyJSON.swift */; };
  34. 7C73C6921C26179C00AEF6CA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */; };
  35. 7C73C6AA1C261A2100AEF6CA /* DemoServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6941C2619E100AEF6CA /* DemoServer.swift */; };
  36. 7C73C6AB1C261A2100AEF6CA /* HttpHandlers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6951C2619E100AEF6CA /* HttpHandlers.swift */; };
  37. 7C73C6AC1C261A2100AEF6CA /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6961C2619E100AEF6CA /* HttpParser.swift */; };
  38. 7C73C6AD1C261A2100AEF6CA /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6971C2619E100AEF6CA /* HttpRequest.swift */; };
  39. 7C73C6AE1C261A2100AEF6CA /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6981C2619E100AEF6CA /* HttpResponse.swift */; };
  40. 7C73C6AF1C261A2100AEF6CA /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6991C2619E100AEF6CA /* HttpRouter.swift */; };
  41. 7C73C6B01C261A2100AEF6CA /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69A1C2619E100AEF6CA /* HttpServer.swift */; };
  42. 7C73C6B11C261A2100AEF6CA /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69B1C2619E100AEF6CA /* HttpServerIO.swift */; };
  43. 7C73C6B21C261A2100AEF6CA /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69C1C2619E100AEF6CA /* Socket.swift */; };
  44. 7C73C6B31C261A2100AEF6CA /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69D1C2619E100AEF6CA /* String+Misc.swift */; };
  45. 7C73C6B51C261A2600AEF6CA /* DemoServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6941C2619E100AEF6CA /* DemoServer.swift */; };
  46. 7C73C6B61C261A2600AEF6CA /* HttpHandlers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6951C2619E100AEF6CA /* HttpHandlers.swift */; };
  47. 7C73C6B71C261A2600AEF6CA /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6961C2619E100AEF6CA /* HttpParser.swift */; };
  48. 7C73C6B81C261A2600AEF6CA /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6971C2619E100AEF6CA /* HttpRequest.swift */; };
  49. 7C73C6B91C261A2600AEF6CA /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6981C2619E100AEF6CA /* HttpResponse.swift */; };
  50. 7C73C6BA1C261A2600AEF6CA /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6991C2619E100AEF6CA /* HttpRouter.swift */; };
  51. 7C73C6BB1C261A2600AEF6CA /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69A1C2619E100AEF6CA /* HttpServer.swift */; };
  52. 7C73C6BC1C261A2600AEF6CA /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69B1C2619E100AEF6CA /* HttpServerIO.swift */; };
  53. 7C73C6BD1C261A2600AEF6CA /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69C1C2619E100AEF6CA /* Socket.swift */; };
  54. 7C73C6BE1C261A2600AEF6CA /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69D1C2619E100AEF6CA /* String+Misc.swift */; };
  55. 7C7488781C1DA07300CBCD77 /* file.html in Resources */ = {isa = PBXBuildFile; fileRef = 7C7488771C1DA07300CBCD77 /* file.html */; };
  56. 7C74887B1C1DA08200CBCD77 /* file.html in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7C7488771C1DA07300CBCD77 /* file.html */; };
  57. 7CA4813E19A2EA8D0030B30D /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CA4813D19A2EA8D0030B30D /* main.swift */; };
  58. 7CA4815819A2EF2B0030B30D /* test.json in Resources */ = {isa = PBXBuildFile; fileRef = 7CA4815719A2EF2B0030B30D /* test.json */; };
  59. 7CA4815919A2EF560030B30D /* test.json in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7CA4815719A2EF2B0030B30D /* test.json */; };
  60. 7CB102E01A17381D00CBA3B4 /* logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 7CB102DF1A17381D00CBA3B4 /* logo.png */; };
  61. 7CBFA0031C92C8BC000989AB /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CBFA0021C92C8BC000989AB /* App.swift */; };
  62. 7CBFA0041C92C8BC000989AB /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CBFA0021C92C8BC000989AB /* App.swift */; };
  63. 7CBFA0051C92C8BC000989AB /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CBFA0021C92C8BC000989AB /* App.swift */; };
  64. 7CBFA0071C9347A7000989AB /* DemoServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6941C2619E100AEF6CA /* DemoServer.swift */; };
  65. 7CBFA0081C9347A7000989AB /* HttpHandlers+Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CC0F8C81C50136B00B65A94 /* HttpHandlers+Files.swift */; };
  66. 7CBFA0091C9347A7000989AB /* HttpHandlers+WebSockets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CC0F8CB1C5014A200B65A94 /* HttpHandlers+WebSockets.swift */; };
  67. 7CBFA00A1C9347A7000989AB /* HttpHandlers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6951C2619E100AEF6CA /* HttpHandlers.swift */; };
  68. 7CBFA00B1C9347A7000989AB /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6961C2619E100AEF6CA /* HttpParser.swift */; };
  69. 7CBFA00C1C9347A7000989AB /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6971C2619E100AEF6CA /* HttpRequest.swift */; };
  70. 7CBFA00D1C9347A7000989AB /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6981C2619E100AEF6CA /* HttpResponse.swift */; };
  71. 7CBFA00E1C9347A7000989AB /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6991C2619E100AEF6CA /* HttpRouter.swift */; };
  72. 7CBFA00F1C9347A7000989AB /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69A1C2619E100AEF6CA /* HttpServer.swift */; };
  73. 7CBFA0101C9347A7000989AB /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69B1C2619E100AEF6CA /* HttpServerIO.swift */; };
  74. 7CBFA0111C9347A7000989AB /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69C1C2619E100AEF6CA /* Socket.swift */; };
  75. 7CBFA0121C9347A7000989AB /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD87861C676EE50068099B /* File.swift */; };
  76. 7CBFA0131C9347A7000989AB /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69D1C2619E100AEF6CA /* String+Misc.swift */; };
  77. 7CBFA0141C9347A7000989AB /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2BEC771C518B7C00B8EE90 /* String+SHA1.swift */; };
  78. 7CBFA0151C9347A7000989AB /* String+BASE64.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C1A2BFA1C5605F50026D3BF /* String+BASE64.swift */; };
  79. 7CBFA0161C9347A7000989AB /* Reflection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2A27841C920D70002033F8 /* Reflection.swift */; };
  80. 7CBFA0171C9347A7000989AB /* SQLite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C1043E01C80D61F00A8DD6A /* SQLite.swift */; };
  81. 7CBFA0181C9347B1000989AB /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CBFA0021C92C8BC000989AB /* App.swift */; };
  82. 7CBFA0191C9347B8000989AB /* sqlite.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C284DA71C80CDB100106AA7 /* sqlite.c */; };
  83. 7CBFA01A1C9347C9000989AB /* sqlite-Bridging-Header.h in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD1B9B1C8F7F6E0016D664 /* sqlite-Bridging-Header.h */; };
  84. 7CBFA01C1C934D85000989AB /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CBFA01B1C934D85000989AB /* Process.swift */; };
  85. 7CBFA01D1C934D85000989AB /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CBFA01B1C934D85000989AB /* Process.swift */; };
  86. 7CBFA01E1C934D85000989AB /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CBFA01B1C934D85000989AB /* Process.swift */; };
  87. 7CBFA01F1C934D85000989AB /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CBFA01B1C934D85000989AB /* Process.swift */; };
  88. 7CC0F8C91C50136B00B65A94 /* HttpHandlers+Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CC0F8C81C50136B00B65A94 /* HttpHandlers+Files.swift */; };
  89. 7CC0F8CA1C50136B00B65A94 /* HttpHandlers+Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CC0F8C81C50136B00B65A94 /* HttpHandlers+Files.swift */; };
  90. 7CC0F8CC1C5014A200B65A94 /* HttpHandlers+WebSockets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CC0F8CB1C5014A200B65A94 /* HttpHandlers+WebSockets.swift */; };
  91. 7CC0F8CD1C5014A200B65A94 /* HttpHandlers+WebSockets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CC0F8CB1C5014A200B65A94 /* HttpHandlers+WebSockets.swift */; };
  92. 7CCD1B681C8F7CEC0016D664 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD1B671C8F7CEC0016D664 /* AppDelegate.swift */; };
  93. 7CCD1B6A1C8F7CEC0016D664 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD1B691C8F7CEC0016D664 /* ViewController.swift */; };
  94. 7CCD1B6D1C8F7CEC0016D664 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD1B6B1C8F7CEC0016D664 /* Main.storyboard */; };
  95. 7CCD1B6F1C8F7CEC0016D664 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD1B6E1C8F7CEC0016D664 /* Assets.xcassets */; };
  96. 7CCD1B9C1C8F7F6E0016D664 /* sqlite-Bridging-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CCD1B9B1C8F7F6E0016D664 /* sqlite-Bridging-Header.h */; };
  97. 7CCD1B9D1C8F7F6E0016D664 /* sqlite-Bridging-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CCD1B9B1C8F7F6E0016D664 /* sqlite-Bridging-Header.h */; };
  98. 7CCD1B9F1C8F82B60016D664 /* file.html in Resources */ = {isa = PBXBuildFile; fileRef = 7C7488771C1DA07300CBCD77 /* file.html */; };
  99. 7CCD1BA01C8F82B60016D664 /* login.html in Resources */ = {isa = PBXBuildFile; fileRef = 98630C061A1C9A9D00478D08 /* login.html */; };
  100. 7CCD1BA11C8F82B60016D664 /* logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 7CB102DF1A17381D00CBA3B4 /* logo.png */; };
  101. 7CCD1BA21C8F82B60016D664 /* test.json in Resources */ = {isa = PBXBuildFile; fileRef = 7CA4815719A2EF2B0030B30D /* test.json */; };
  102. 7CCD1BAA1C8F84E60016D664 /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2BEC771C518B7C00B8EE90 /* String+SHA1.swift */; };
  103. 7CCD1BAB1C8F84E60016D664 /* DemoServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6941C2619E100AEF6CA /* DemoServer.swift */; };
  104. 7CCD1BAC1C8F84E60016D664 /* HttpHandlers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6951C2619E100AEF6CA /* HttpHandlers.swift */; };
  105. 7CCD1BAD1C8F84E60016D664 /* String+BASE64.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C1A2BFA1C5605F50026D3BF /* String+BASE64.swift */; };
  106. 7CCD1BAE1C8F84E60016D664 /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6961C2619E100AEF6CA /* HttpParser.swift */; };
  107. 7CCD1BAF1C8F84E60016D664 /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6971C2619E100AEF6CA /* HttpRequest.swift */; };
  108. 7CCD1BB01C8F84E60016D664 /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6981C2619E100AEF6CA /* HttpResponse.swift */; };
  109. 7CCD1BB11C8F84E60016D664 /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6991C2619E100AEF6CA /* HttpRouter.swift */; };
  110. 7CCD1BB21C8F84E60016D664 /* sqlite.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C284DA71C80CDB100106AA7 /* sqlite.c */; };
  111. 7CCD1BB31C8F84E60016D664 /* HttpHandlers+WebSockets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CC0F8CB1C5014A200B65A94 /* HttpHandlers+WebSockets.swift */; };
  112. 7CCD1BB41C8F84E60016D664 /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69A1C2619E100AEF6CA /* HttpServer.swift */; };
  113. 7CCD1BB51C8F84E60016D664 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD87861C676EE50068099B /* File.swift */; };
  114. 7CCD1BB61C8F84E60016D664 /* SQLite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C1043E01C80D61F00A8DD6A /* SQLite.swift */; };
  115. 7CCD1BB71C8F84E60016D664 /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69B1C2619E100AEF6CA /* HttpServerIO.swift */; };
  116. 7CCD1BB81C8F84E60016D664 /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69C1C2619E100AEF6CA /* Socket.swift */; };
  117. 7CCD1BB91C8F84E60016D664 /* HttpHandlers+Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CC0F8C81C50136B00B65A94 /* HttpHandlers+Files.swift */; };
  118. 7CCD1BBA1C8F84E60016D664 /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69D1C2619E100AEF6CA /* String+Misc.swift */; };
  119. 7CCD1BBD1C8F84E60016D664 /* sqlite.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C284DA81C80CDB100106AA7 /* sqlite.h */; };
  120. 7CCD1BBE1C8F84E60016D664 /* SwifteriOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE893E91C05127900A29F63 /* SwifteriOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
  121. 7CCD1BBF1C8F84E60016D664 /* sqlite-Bridging-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CCD1B9B1C8F7F6E0016D664 /* sqlite-Bridging-Header.h */; };
  122. 7CCD87611C66099B0068099B /* Swifter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AE893E71C05127900A29F63 /* Swifter.framework */; };
  123. 7CCD87701C660B250068099B /* SwifterTestsHttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */; };
  124. 7CCD87721C660B250068099B /* SwifterTestsStringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */; };
  125. 7CCD877E1C660EA30068099B /* Swifter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AE893FB1C0512C400A29F63 /* Swifter.framework */; };
  126. 7CCD87841C660ED60068099B /* SwifterTestsHttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */; };
  127. 7CCD87851C660ED60068099B /* SwifterTestsStringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */; };
  128. 7CCD87871C676EE50068099B /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD87861C676EE50068099B /* File.swift */; };
  129. 7CCD87881C676EE50068099B /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD87861C676EE50068099B /* File.swift */; };
  130. 7CDAB8131BE2A1D400C8A977 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */; };
  131. 7CDAB8141BE2A1D400C8A977 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */; };
  132. 7CDAB8161BE2A1D400C8A977 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */; };
  133. 98630C071A1C9A9D00478D08 /* login.html in Resources */ = {isa = PBXBuildFile; fileRef = 98630C061A1C9A9D00478D08 /* login.html */; };
  134. /* End PBXBuildFile section */
  135. /* Begin PBXContainerItemProxy section */
  136. 7C73C6BF1C261AA700AEF6CA /* PBXContainerItemProxy */ = {
  137. isa = PBXContainerItemProxy;
  138. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  139. proxyType = 1;
  140. remoteGlobalIDString = 7AE893E61C05127900A29F63;
  141. remoteInfo = SwifteriOS;
  142. };
  143. 7CCD1BC61C8F857F0016D664 /* PBXContainerItemProxy */ = {
  144. isa = PBXContainerItemProxy;
  145. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  146. proxyType = 1;
  147. remoteGlobalIDString = 7CCD1BA81C8F84E60016D664;
  148. remoteInfo = SwiftertvOS;
  149. };
  150. 7CCD87621C66099B0068099B /* PBXContainerItemProxy */ = {
  151. isa = PBXContainerItemProxy;
  152. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  153. proxyType = 1;
  154. remoteGlobalIDString = 7AE893E61C05127900A29F63;
  155. remoteInfo = SwifteriOS;
  156. };
  157. 7CCD877F1C660EA30068099B /* PBXContainerItemProxy */ = {
  158. isa = PBXContainerItemProxy;
  159. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  160. proxyType = 1;
  161. remoteGlobalIDString = 7AE893FA1C0512C400A29F63;
  162. remoteInfo = SwifterMac;
  163. };
  164. /* End PBXContainerItemProxy section */
  165. /* Begin PBXCopyFilesBuildPhase section */
  166. 7CA4813919A2EA8D0030B30D /* CopyFiles */ = {
  167. isa = PBXCopyFilesBuildPhase;
  168. buildActionMask = 12;
  169. dstPath = "";
  170. dstSubfolderSpec = 7;
  171. files = (
  172. 7C74887B1C1DA08200CBCD77 /* file.html in CopyFiles */,
  173. 7C71C5B11A1EC49B00682BF0 /* logo.png in CopyFiles */,
  174. 7C71C5B01A1D52F800682BF0 /* login.html in CopyFiles */,
  175. 7CA4815919A2EF560030B30D /* test.json in CopyFiles */,
  176. );
  177. runOnlyForDeploymentPostprocessing = 0;
  178. };
  179. /* End PBXCopyFilesBuildPhase section */
  180. /* Begin PBXFileReference section */
  181. 18E610A51BD6397D00B7D17A /* SwiftyJSON.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftyJSON.swift; sourceTree = "<group>"; };
  182. 7AE893E71C05127900A29F63 /* Swifter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Swifter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  183. 7AE893E91C05127900A29F63 /* SwifteriOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwifteriOS.h; sourceTree = "<group>"; };
  184. 7AE893EB1C05127900A29F63 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  185. 7AE893FB1C0512C400A29F63 /* Swifter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Swifter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  186. 7AE893FD1C0512C400A29F63 /* SwifterMac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwifterMac.h; sourceTree = "<group>"; };
  187. 7AE893FF1C0512C400A29F63 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  188. 7AE8940C1C05151100A29F63 /* Launch Screen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; };
  189. 7C1043E01C80D61F00A8DD6A /* SQLite.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SQLite.swift; sourceTree = "<group>"; };
  190. 7C13B57B1C7B069500556443 /* SwifterTestsSQLite.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsSQLite.swift; sourceTree = "<group>"; };
  191. 7C1A2BFA1C5605F50026D3BF /* String+BASE64.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+BASE64.swift"; sourceTree = "<group>"; };
  192. 7C284DA71C80CDB100106AA7 /* sqlite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sqlite.c; sourceTree = "<group>"; };
  193. 7C284DA81C80CDB100106AA7 /* sqlite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sqlite.h; sourceTree = "<group>"; };
  194. 7C2A27841C920D70002033F8 /* Reflection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Reflection.swift; sourceTree = "<group>"; };
  195. 7C2BEC771C518B7C00B8EE90 /* String+SHA1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+SHA1.swift"; sourceTree = "<group>"; };
  196. 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsWebSocketSession.swift; sourceTree = "<group>"; };
  197. 7C5915211C92A99300D884BC /* SwifterTestsReflection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsReflection.swift; sourceTree = "<group>"; };
  198. 7C73C6941C2619E100AEF6CA /* DemoServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DemoServer.swift; sourceTree = "<group>"; };
  199. 7C73C6951C2619E100AEF6CA /* HttpHandlers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpHandlers.swift; sourceTree = "<group>"; };
  200. 7C73C6961C2619E100AEF6CA /* HttpParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpParser.swift; sourceTree = "<group>"; };
  201. 7C73C6971C2619E100AEF6CA /* HttpRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpRequest.swift; sourceTree = "<group>"; };
  202. 7C73C6981C2619E100AEF6CA /* HttpResponse.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpResponse.swift; sourceTree = "<group>"; };
  203. 7C73C6991C2619E100AEF6CA /* HttpRouter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpRouter.swift; sourceTree = "<group>"; };
  204. 7C73C69A1C2619E100AEF6CA /* HttpServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpServer.swift; sourceTree = "<group>"; };
  205. 7C73C69B1C2619E100AEF6CA /* HttpServerIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpServerIO.swift; sourceTree = "<group>"; };
  206. 7C73C69C1C2619E100AEF6CA /* Socket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Socket.swift; sourceTree = "<group>"; };
  207. 7C73C69D1C2619E100AEF6CA /* String+Misc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Misc.swift"; sourceTree = "<group>"; };
  208. 7C7488771C1DA07300CBCD77 /* file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = file.html; sourceTree = "<group>"; };
  209. 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwifterSampleiOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
  210. 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SwifterSampleOSX; sourceTree = BUILT_PRODUCTS_DIR; };
  211. 7CA4813D19A2EA8D0030B30D /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
  212. 7CA4815719A2EF2B0030B30D /* test.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = test.json; sourceTree = "<group>"; };
  213. 7CB102DF1A17381D00CBA3B4 /* logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logo.png; sourceTree = "<group>"; };
  214. 7CBFA0021C92C8BC000989AB /* App.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = App.swift; sourceTree = "<group>"; };
  215. 7CBFA01B1C934D85000989AB /* Process.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Process.swift; sourceTree = "<group>"; };
  216. 7CC0F8C81C50136B00B65A94 /* HttpHandlers+Files.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "HttpHandlers+Files.swift"; sourceTree = "<group>"; };
  217. 7CC0F8CB1C5014A200B65A94 /* HttpHandlers+WebSockets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "HttpHandlers+WebSockets.swift"; sourceTree = "<group>"; };
  218. 7CCD1B651C8F7CEC0016D664 /* SwifterSampletvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwifterSampletvOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
  219. 7CCD1B671C8F7CEC0016D664 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  220. 7CCD1B691C8F7CEC0016D664 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  221. 7CCD1B6C1C8F7CEC0016D664 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  222. 7CCD1B6E1C8F7CEC0016D664 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  223. 7CCD1B701C8F7CEC0016D664 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  224. 7CCD1B7F1C8F7E520016D664 /* SwiftertvOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwiftertvOS.h; sourceTree = "<group>"; };
  225. 7CCD1B811C8F7E520016D664 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  226. 7CCD1B9B1C8F7F6E0016D664 /* sqlite-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "sqlite-Bridging-Header.h"; sourceTree = "<group>"; };
  227. 7CCD1BC41C8F84E60016D664 /* SwiftertvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftertvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  228. 7CCD1BC51C8F84E60016D664 /* SwifteriOS copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "SwifteriOS copy-Info.plist"; path = "/Users/damiankolakowski/Desktop/swifter/SwifteriOS copy-Info.plist"; sourceTree = "<absolute>"; };
  229. 7CCD875C1C66099B0068099B /* SwifteriOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwifteriOSTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  230. 7CCD87601C66099B0068099B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  231. 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsHttpParser.swift; sourceTree = "<group>"; };
  232. 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsStringExtensions.swift; sourceTree = "<group>"; };
  233. 7CCD87791C660EA30068099B /* SwifterOSXTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwifterOSXTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  234. 7CCD877D1C660EA30068099B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  235. 7CCD87861C676EE50068099B /* File.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = "<group>"; };
  236. 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  237. 7CDAB80E1BE2A1D400C8A977 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  238. 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  239. 7CDAB8101BE2A1D400C8A977 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  240. 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  241. 7CEAF86F1C14B2B5003252DE /* Package.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
  242. 98630C061A1C9A9D00478D08 /* login.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = login.html; sourceTree = "<group>"; };
  243. /* End PBXFileReference section */
  244. /* Begin PBXFrameworksBuildPhase section */
  245. 7AE893E31C05127900A29F63 /* Frameworks */ = {
  246. isa = PBXFrameworksBuildPhase;
  247. buildActionMask = 2147483647;
  248. files = (
  249. );
  250. runOnlyForDeploymentPostprocessing = 0;
  251. };
  252. 7AE893F71C0512C400A29F63 /* Frameworks */ = {
  253. isa = PBXFrameworksBuildPhase;
  254. buildActionMask = 2147483647;
  255. files = (
  256. );
  257. runOnlyForDeploymentPostprocessing = 0;
  258. };
  259. 7C839B6B19422CFF003A6950 /* Frameworks */ = {
  260. isa = PBXFrameworksBuildPhase;
  261. buildActionMask = 2147483647;
  262. files = (
  263. );
  264. runOnlyForDeploymentPostprocessing = 0;
  265. };
  266. 7CA4813819A2EA8D0030B30D /* Frameworks */ = {
  267. isa = PBXFrameworksBuildPhase;
  268. buildActionMask = 2147483647;
  269. files = (
  270. );
  271. runOnlyForDeploymentPostprocessing = 0;
  272. };
  273. 7CCD1B621C8F7CEC0016D664 /* Frameworks */ = {
  274. isa = PBXFrameworksBuildPhase;
  275. buildActionMask = 2147483647;
  276. files = (
  277. );
  278. runOnlyForDeploymentPostprocessing = 0;
  279. };
  280. 7CCD1BBB1C8F84E60016D664 /* Frameworks */ = {
  281. isa = PBXFrameworksBuildPhase;
  282. buildActionMask = 2147483647;
  283. files = (
  284. );
  285. runOnlyForDeploymentPostprocessing = 0;
  286. };
  287. 7CCD87591C66099B0068099B /* Frameworks */ = {
  288. isa = PBXFrameworksBuildPhase;
  289. buildActionMask = 2147483647;
  290. files = (
  291. 7CCD87611C66099B0068099B /* Swifter.framework in Frameworks */,
  292. );
  293. runOnlyForDeploymentPostprocessing = 0;
  294. };
  295. 7CCD87761C660EA30068099B /* Frameworks */ = {
  296. isa = PBXFrameworksBuildPhase;
  297. buildActionMask = 2147483647;
  298. files = (
  299. 7CCD877E1C660EA30068099B /* Swifter.framework in Frameworks */,
  300. );
  301. runOnlyForDeploymentPostprocessing = 0;
  302. };
  303. /* End PBXFrameworksBuildPhase section */
  304. /* Begin PBXGroup section */
  305. 7AE893E81C05127900A29F63 /* SwifteriOS */ = {
  306. isa = PBXGroup;
  307. children = (
  308. 7AE893EB1C05127900A29F63 /* Info.plist */,
  309. 7AE893E91C05127900A29F63 /* SwifteriOS.h */,
  310. );
  311. path = SwifteriOS;
  312. sourceTree = "<group>";
  313. };
  314. 7AE893FC1C0512C400A29F63 /* SwifterMac */ = {
  315. isa = PBXGroup;
  316. children = (
  317. 7AE893FF1C0512C400A29F63 /* Info.plist */,
  318. 7AE893FD1C0512C400A29F63 /* SwifterMac.h */,
  319. );
  320. path = SwifterMac;
  321. sourceTree = "<group>";
  322. };
  323. 7C839B6519422CFF003A6950 = {
  324. isa = PBXGroup;
  325. children = (
  326. 7CEAF86F1C14B2B5003252DE /* Package.swift */,
  327. 7CA4815619A2EF2B0030B30D /* Resources */,
  328. 7CEAF84A1C14B29B003252DE /* Sources */,
  329. 7CCD876C1C660B250068099B /* SwifterTestsCommon */,
  330. 7CCD875D1C66099B0068099B /* SwifteriOSTests */,
  331. 7CCD877A1C660EA30068099B /* SwifterOSXTests */,
  332. 7CCD1B661C8F7CEC0016D664 /* SwifterSampletvOS */,
  333. 7CCD1B7E1C8F7E520016D664 /* SwiftertvOS */,
  334. 7C839B6F19422CFF003A6950 /* Products */,
  335. 7AE893FC1C0512C400A29F63 /* SwifterMac */,
  336. 7AE893E81C05127900A29F63 /* SwifteriOS */,
  337. 7CA4813C19A2EA8D0030B30D /* SwifterSampleOSX */,
  338. 7CDAB80B1BE2A1D400C8A977 /* SwifterSampleiOS */,
  339. 7CCD1BC51C8F84E60016D664 /* SwifteriOS copy-Info.plist */,
  340. );
  341. sourceTree = "<group>";
  342. };
  343. 7C839B6F19422CFF003A6950 /* Products */ = {
  344. isa = PBXGroup;
  345. children = (
  346. 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */,
  347. 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */,
  348. 7AE893E71C05127900A29F63 /* Swifter.framework */,
  349. 7AE893FB1C0512C400A29F63 /* Swifter.framework */,
  350. 7CCD875C1C66099B0068099B /* SwifteriOSTests.xctest */,
  351. 7CCD87791C660EA30068099B /* SwifterOSXTests.xctest */,
  352. 7CCD1B651C8F7CEC0016D664 /* SwifterSampletvOS.app */,
  353. 7CCD1BC41C8F84E60016D664 /* SwiftertvOS.framework */,
  354. );
  355. name = Products;
  356. sourceTree = "<group>";
  357. };
  358. 7CA4813C19A2EA8D0030B30D /* SwifterSampleOSX */ = {
  359. isa = PBXGroup;
  360. children = (
  361. 18E610A51BD6397D00B7D17A /* SwiftyJSON.swift */,
  362. 7CA4813D19A2EA8D0030B30D /* main.swift */,
  363. );
  364. path = SwifterSampleOSX;
  365. sourceTree = "<group>";
  366. };
  367. 7CA4815619A2EF2B0030B30D /* Resources */ = {
  368. isa = PBXGroup;
  369. children = (
  370. 7C7488771C1DA07300CBCD77 /* file.html */,
  371. 98630C061A1C9A9D00478D08 /* login.html */,
  372. 7CB102DF1A17381D00CBA3B4 /* logo.png */,
  373. 7CA4815719A2EF2B0030B30D /* test.json */,
  374. );
  375. path = Resources;
  376. sourceTree = "<group>";
  377. };
  378. 7CCD1B661C8F7CEC0016D664 /* SwifterSampletvOS */ = {
  379. isa = PBXGroup;
  380. children = (
  381. 7CCD1B671C8F7CEC0016D664 /* AppDelegate.swift */,
  382. 7CCD1B691C8F7CEC0016D664 /* ViewController.swift */,
  383. 7CCD1B6B1C8F7CEC0016D664 /* Main.storyboard */,
  384. 7CCD1B6E1C8F7CEC0016D664 /* Assets.xcassets */,
  385. 7CCD1B701C8F7CEC0016D664 /* Info.plist */,
  386. );
  387. path = SwifterSampletvOS;
  388. sourceTree = "<group>";
  389. };
  390. 7CCD1B7E1C8F7E520016D664 /* SwiftertvOS */ = {
  391. isa = PBXGroup;
  392. children = (
  393. 7CCD1B7F1C8F7E520016D664 /* SwiftertvOS.h */,
  394. 7CCD1B811C8F7E520016D664 /* Info.plist */,
  395. );
  396. path = SwiftertvOS;
  397. sourceTree = "<group>";
  398. };
  399. 7CCD875D1C66099B0068099B /* SwifteriOSTests */ = {
  400. isa = PBXGroup;
  401. children = (
  402. 7CCD87601C66099B0068099B /* Info.plist */,
  403. );
  404. path = SwifteriOSTests;
  405. sourceTree = "<group>";
  406. };
  407. 7CCD876C1C660B250068099B /* SwifterTestsCommon */ = {
  408. isa = PBXGroup;
  409. children = (
  410. 7C5915211C92A99300D884BC /* SwifterTestsReflection.swift */,
  411. 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */,
  412. 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */,
  413. 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */,
  414. 7C13B57B1C7B069500556443 /* SwifterTestsSQLite.swift */,
  415. );
  416. path = SwifterTestsCommon;
  417. sourceTree = "<group>";
  418. };
  419. 7CCD877A1C660EA30068099B /* SwifterOSXTests */ = {
  420. isa = PBXGroup;
  421. children = (
  422. 7CCD877D1C660EA30068099B /* Info.plist */,
  423. );
  424. path = SwifterOSXTests;
  425. sourceTree = "<group>";
  426. };
  427. 7CDAB80B1BE2A1D400C8A977 /* SwifterSampleiOS */ = {
  428. isa = PBXGroup;
  429. children = (
  430. 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */,
  431. 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */,
  432. 7CDAB8101BE2A1D400C8A977 /* Info.plist */,
  433. 7AE8940C1C05151100A29F63 /* Launch Screen.storyboard */,
  434. 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */,
  435. 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */,
  436. );
  437. path = SwifterSampleiOS;
  438. sourceTree = "<group>";
  439. };
  440. 7CEAF84A1C14B29B003252DE /* Sources */ = {
  441. isa = PBXGroup;
  442. children = (
  443. 7C73C6941C2619E100AEF6CA /* DemoServer.swift */,
  444. 7CC0F8C81C50136B00B65A94 /* HttpHandlers+Files.swift */,
  445. 7CC0F8CB1C5014A200B65A94 /* HttpHandlers+WebSockets.swift */,
  446. 7C73C6951C2619E100AEF6CA /* HttpHandlers.swift */,
  447. 7C73C6961C2619E100AEF6CA /* HttpParser.swift */,
  448. 7C73C6971C2619E100AEF6CA /* HttpRequest.swift */,
  449. 7C73C6981C2619E100AEF6CA /* HttpResponse.swift */,
  450. 7C73C6991C2619E100AEF6CA /* HttpRouter.swift */,
  451. 7C73C69A1C2619E100AEF6CA /* HttpServer.swift */,
  452. 7C73C69B1C2619E100AEF6CA /* HttpServerIO.swift */,
  453. 7C73C69C1C2619E100AEF6CA /* Socket.swift */,
  454. 7CCD87861C676EE50068099B /* File.swift */,
  455. 7C73C69D1C2619E100AEF6CA /* String+Misc.swift */,
  456. 7C2BEC771C518B7C00B8EE90 /* String+SHA1.swift */,
  457. 7C1A2BFA1C5605F50026D3BF /* String+BASE64.swift */,
  458. 7C2A27841C920D70002033F8 /* Reflection.swift */,
  459. 7C1043E01C80D61F00A8DD6A /* SQLite.swift */,
  460. 7C284DA71C80CDB100106AA7 /* sqlite.c */,
  461. 7C284DA81C80CDB100106AA7 /* sqlite.h */,
  462. 7CCD1B9B1C8F7F6E0016D664 /* sqlite-Bridging-Header.h */,
  463. 7CBFA0021C92C8BC000989AB /* App.swift */,
  464. 7CBFA01B1C934D85000989AB /* Process.swift */,
  465. );
  466. path = Sources;
  467. sourceTree = "<group>";
  468. };
  469. /* End PBXGroup section */
  470. /* Begin PBXHeadersBuildPhase section */
  471. 7AE893E41C05127900A29F63 /* Headers */ = {
  472. isa = PBXHeadersBuildPhase;
  473. buildActionMask = 2147483647;
  474. files = (
  475. 7C284DAB1C80CDB100106AA7 /* sqlite.h in Headers */,
  476. 7AE893EA1C05127900A29F63 /* SwifteriOS.h in Headers */,
  477. 7CCD1B9C1C8F7F6E0016D664 /* sqlite-Bridging-Header.h in Headers */,
  478. );
  479. runOnlyForDeploymentPostprocessing = 0;
  480. };
  481. 7AE893F81C0512C400A29F63 /* Headers */ = {
  482. isa = PBXHeadersBuildPhase;
  483. buildActionMask = 2147483647;
  484. files = (
  485. 7C284DAC1C80CDB100106AA7 /* sqlite.h in Headers */,
  486. 7AE893FE1C0512C400A29F63 /* SwifterMac.h in Headers */,
  487. 7CCD1B9D1C8F7F6E0016D664 /* sqlite-Bridging-Header.h in Headers */,
  488. );
  489. runOnlyForDeploymentPostprocessing = 0;
  490. };
  491. 7CCD1BBC1C8F84E60016D664 /* Headers */ = {
  492. isa = PBXHeadersBuildPhase;
  493. buildActionMask = 2147483647;
  494. files = (
  495. 7CCD1BBD1C8F84E60016D664 /* sqlite.h in Headers */,
  496. 7CCD1BBE1C8F84E60016D664 /* SwifteriOS.h in Headers */,
  497. 7CCD1BBF1C8F84E60016D664 /* sqlite-Bridging-Header.h in Headers */,
  498. );
  499. runOnlyForDeploymentPostprocessing = 0;
  500. };
  501. /* End PBXHeadersBuildPhase section */
  502. /* Begin PBXNativeTarget section */
  503. 7AE893E61C05127900A29F63 /* SwifteriOS */ = {
  504. isa = PBXNativeTarget;
  505. buildConfigurationList = 7AE893EC1C05127900A29F63 /* Build configuration list for PBXNativeTarget "SwifteriOS" */;
  506. buildPhases = (
  507. 7AE893E21C05127900A29F63 /* Sources */,
  508. 7AE893E31C05127900A29F63 /* Frameworks */,
  509. 7AE893E41C05127900A29F63 /* Headers */,
  510. 7AE893E51C05127900A29F63 /* Resources */,
  511. );
  512. buildRules = (
  513. );
  514. dependencies = (
  515. );
  516. name = SwifteriOS;
  517. productName = SwifteriOS;
  518. productReference = 7AE893E71C05127900A29F63 /* Swifter.framework */;
  519. productType = "com.apple.product-type.framework";
  520. };
  521. 7AE893FA1C0512C400A29F63 /* SwifterMac */ = {
  522. isa = PBXNativeTarget;
  523. buildConfigurationList = 7AE894001C0512C400A29F63 /* Build configuration list for PBXNativeTarget "SwifterMac" */;
  524. buildPhases = (
  525. 7AE893F61C0512C400A29F63 /* Sources */,
  526. 7AE893F71C0512C400A29F63 /* Frameworks */,
  527. 7AE893F81C0512C400A29F63 /* Headers */,
  528. 7AE893F91C0512C400A29F63 /* Resources */,
  529. );
  530. buildRules = (
  531. );
  532. dependencies = (
  533. );
  534. name = SwifterMac;
  535. productName = SwifterMac;
  536. productReference = 7AE893FB1C0512C400A29F63 /* Swifter.framework */;
  537. productType = "com.apple.product-type.framework";
  538. };
  539. 7C839B6D19422CFF003A6950 /* SwifterSampleiOS */ = {
  540. isa = PBXNativeTarget;
  541. buildConfigurationList = 7C839B8A19422D00003A6950 /* Build configuration list for PBXNativeTarget "SwifterSampleiOS" */;
  542. buildPhases = (
  543. 7C839B6A19422CFF003A6950 /* Sources */,
  544. 7C839B6B19422CFF003A6950 /* Frameworks */,
  545. 7C839B6C19422CFF003A6950 /* Resources */,
  546. );
  547. buildRules = (
  548. );
  549. dependencies = (
  550. 7C73C6C01C261AA700AEF6CA /* PBXTargetDependency */,
  551. );
  552. name = SwifterSampleiOS;
  553. productName = Swifter;
  554. productReference = 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */;
  555. productType = "com.apple.product-type.application";
  556. };
  557. 7CA4813A19A2EA8D0030B30D /* SwifterSampleOSX */ = {
  558. isa = PBXNativeTarget;
  559. buildConfigurationList = 7CA4814119A2EA8D0030B30D /* Build configuration list for PBXNativeTarget "SwifterSampleOSX" */;
  560. buildPhases = (
  561. 7CA4813719A2EA8D0030B30D /* Sources */,
  562. 7CA4813819A2EA8D0030B30D /* Frameworks */,
  563. 7CA4813919A2EA8D0030B30D /* CopyFiles */,
  564. );
  565. buildRules = (
  566. );
  567. dependencies = (
  568. );
  569. name = SwifterSampleOSX;
  570. productName = SwifterOSX;
  571. productReference = 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */;
  572. productType = "com.apple.product-type.tool";
  573. };
  574. 7CCD1B641C8F7CEC0016D664 /* SwifterSampletvOS */ = {
  575. isa = PBXNativeTarget;
  576. buildConfigurationList = 7CCD1B711C8F7CEC0016D664 /* Build configuration list for PBXNativeTarget "SwifterSampletvOS" */;
  577. buildPhases = (
  578. 7CCD1B611C8F7CEC0016D664 /* Sources */,
  579. 7CCD1B621C8F7CEC0016D664 /* Frameworks */,
  580. 7CCD1B631C8F7CEC0016D664 /* Resources */,
  581. );
  582. buildRules = (
  583. );
  584. dependencies = (
  585. 7CCD1BC71C8F857F0016D664 /* PBXTargetDependency */,
  586. );
  587. name = SwifterSampletvOS;
  588. productName = SwifterSampletvOS;
  589. productReference = 7CCD1B651C8F7CEC0016D664 /* SwifterSampletvOS.app */;
  590. productType = "com.apple.product-type.application";
  591. };
  592. 7CCD1BA81C8F84E60016D664 /* SwiftertvOS */ = {
  593. isa = PBXNativeTarget;
  594. buildConfigurationList = 7CCD1BC11C8F84E60016D664 /* Build configuration list for PBXNativeTarget "SwiftertvOS" */;
  595. buildPhases = (
  596. 7CCD1BA91C8F84E60016D664 /* Sources */,
  597. 7CCD1BBB1C8F84E60016D664 /* Frameworks */,
  598. 7CCD1BBC1C8F84E60016D664 /* Headers */,
  599. 7CCD1BC01C8F84E60016D664 /* Resources */,
  600. );
  601. buildRules = (
  602. );
  603. dependencies = (
  604. );
  605. name = SwiftertvOS;
  606. productName = SwifteriOS;
  607. productReference = 7CCD1BC41C8F84E60016D664 /* SwiftertvOS.framework */;
  608. productType = "com.apple.product-type.framework";
  609. };
  610. 7CCD875B1C66099B0068099B /* SwifteriOSTests */ = {
  611. isa = PBXNativeTarget;
  612. buildConfigurationList = 7CCD87641C66099B0068099B /* Build configuration list for PBXNativeTarget "SwifteriOSTests" */;
  613. buildPhases = (
  614. 7CCD87581C66099B0068099B /* Sources */,
  615. 7CCD87591C66099B0068099B /* Frameworks */,
  616. 7CCD875A1C66099B0068099B /* Resources */,
  617. );
  618. buildRules = (
  619. );
  620. dependencies = (
  621. 7CCD87631C66099B0068099B /* PBXTargetDependency */,
  622. );
  623. name = SwifteriOSTests;
  624. productName = SwifteriOSTests;
  625. productReference = 7CCD875C1C66099B0068099B /* SwifteriOSTests.xctest */;
  626. productType = "com.apple.product-type.bundle.unit-test";
  627. };
  628. 7CCD87781C660EA30068099B /* SwifterOSXTests */ = {
  629. isa = PBXNativeTarget;
  630. buildConfigurationList = 7CCD87811C660EA30068099B /* Build configuration list for PBXNativeTarget "SwifterOSXTests" */;
  631. buildPhases = (
  632. 7CCD87751C660EA30068099B /* Sources */,
  633. 7CCD87761C660EA30068099B /* Frameworks */,
  634. 7CCD87771C660EA30068099B /* Resources */,
  635. );
  636. buildRules = (
  637. );
  638. dependencies = (
  639. 7CCD87801C660EA30068099B /* PBXTargetDependency */,
  640. );
  641. name = SwifterOSXTests;
  642. productName = SwifterOSXTests;
  643. productReference = 7CCD87791C660EA30068099B /* SwifterOSXTests.xctest */;
  644. productType = "com.apple.product-type.bundle.unit-test";
  645. };
  646. /* End PBXNativeTarget section */
  647. /* Begin PBXProject section */
  648. 7C839B6619422CFF003A6950 /* Project object */ = {
  649. isa = PBXProject;
  650. attributes = {
  651. LastSwiftUpdateCheck = 0720;
  652. LastUpgradeCheck = 0700;
  653. ORGANIZATIONNAME = "Damian Kołakowski";
  654. TargetAttributes = {
  655. 7AE893E61C05127900A29F63 = {
  656. CreatedOnToolsVersion = 7.1;
  657. };
  658. 7AE893FA1C0512C400A29F63 = {
  659. CreatedOnToolsVersion = 7.1;
  660. };
  661. 7C839B6D19422CFF003A6950 = {
  662. CreatedOnToolsVersion = 6.0;
  663. };
  664. 7CA4813A19A2EA8D0030B30D = {
  665. CreatedOnToolsVersion = 6.0;
  666. };
  667. 7CCD1B641C8F7CEC0016D664 = {
  668. CreatedOnToolsVersion = 7.2.1;
  669. };
  670. 7CCD875B1C66099B0068099B = {
  671. CreatedOnToolsVersion = 7.2;
  672. };
  673. 7CCD87781C660EA30068099B = {
  674. CreatedOnToolsVersion = 7.2;
  675. };
  676. };
  677. };
  678. buildConfigurationList = 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */;
  679. compatibilityVersion = "Xcode 3.2";
  680. developmentRegion = English;
  681. hasScannedForEncodings = 0;
  682. knownRegions = (
  683. en,
  684. Base,
  685. );
  686. mainGroup = 7C839B6519422CFF003A6950;
  687. productRefGroup = 7C839B6F19422CFF003A6950 /* Products */;
  688. projectDirPath = "";
  689. projectRoot = "";
  690. targets = (
  691. 7C839B6D19422CFF003A6950 /* SwifterSampleiOS */,
  692. 7CCD1B641C8F7CEC0016D664 /* SwifterSampletvOS */,
  693. 7CA4813A19A2EA8D0030B30D /* SwifterSampleOSX */,
  694. 7AE893E61C05127900A29F63 /* SwifteriOS */,
  695. 7AE893FA1C0512C400A29F63 /* SwifterMac */,
  696. 7CCD875B1C66099B0068099B /* SwifteriOSTests */,
  697. 7CCD87781C660EA30068099B /* SwifterOSXTests */,
  698. 7CCD1BA81C8F84E60016D664 /* SwiftertvOS */,
  699. );
  700. };
  701. /* End PBXProject section */
  702. /* Begin PBXResourcesBuildPhase section */
  703. 7AE893E51C05127900A29F63 /* Resources */ = {
  704. isa = PBXResourcesBuildPhase;
  705. buildActionMask = 2147483647;
  706. files = (
  707. );
  708. runOnlyForDeploymentPostprocessing = 0;
  709. };
  710. 7AE893F91C0512C400A29F63 /* Resources */ = {
  711. isa = PBXResourcesBuildPhase;
  712. buildActionMask = 2147483647;
  713. files = (
  714. );
  715. runOnlyForDeploymentPostprocessing = 0;
  716. };
  717. 7C839B6C19422CFF003A6950 /* Resources */ = {
  718. isa = PBXResourcesBuildPhase;
  719. buildActionMask = 2147483647;
  720. files = (
  721. 7C7488781C1DA07300CBCD77 /* file.html in Resources */,
  722. 7AE8940D1C05151100A29F63 /* Launch Screen.storyboard in Resources */,
  723. 7CB102E01A17381D00CBA3B4 /* logo.png in Resources */,
  724. 7CDAB8141BE2A1D400C8A977 /* Images.xcassets in Resources */,
  725. 98630C071A1C9A9D00478D08 /* login.html in Resources */,
  726. 7CA4815819A2EF2B0030B30D /* test.json in Resources */,
  727. 7CDAB8131BE2A1D400C8A977 /* Main.storyboard in Resources */,
  728. );
  729. runOnlyForDeploymentPostprocessing = 0;
  730. };
  731. 7CCD1B631C8F7CEC0016D664 /* Resources */ = {
  732. isa = PBXResourcesBuildPhase;
  733. buildActionMask = 2147483647;
  734. files = (
  735. 7CCD1B9F1C8F82B60016D664 /* file.html in Resources */,
  736. 7CCD1BA01C8F82B60016D664 /* login.html in Resources */,
  737. 7CCD1BA11C8F82B60016D664 /* logo.png in Resources */,
  738. 7CCD1BA21C8F82B60016D664 /* test.json in Resources */,
  739. 7CCD1B6F1C8F7CEC0016D664 /* Assets.xcassets in Resources */,
  740. 7CCD1B6D1C8F7CEC0016D664 /* Main.storyboard in Resources */,
  741. );
  742. runOnlyForDeploymentPostprocessing = 0;
  743. };
  744. 7CCD1BC01C8F84E60016D664 /* Resources */ = {
  745. isa = PBXResourcesBuildPhase;
  746. buildActionMask = 2147483647;
  747. files = (
  748. );
  749. runOnlyForDeploymentPostprocessing = 0;
  750. };
  751. 7CCD875A1C66099B0068099B /* Resources */ = {
  752. isa = PBXResourcesBuildPhase;
  753. buildActionMask = 2147483647;
  754. files = (
  755. );
  756. runOnlyForDeploymentPostprocessing = 0;
  757. };
  758. 7CCD87771C660EA30068099B /* Resources */ = {
  759. isa = PBXResourcesBuildPhase;
  760. buildActionMask = 2147483647;
  761. files = (
  762. );
  763. runOnlyForDeploymentPostprocessing = 0;
  764. };
  765. /* End PBXResourcesBuildPhase section */
  766. /* Begin PBXSourcesBuildPhase section */
  767. 7AE893E21C05127900A29F63 /* Sources */ = {
  768. isa = PBXSourcesBuildPhase;
  769. buildActionMask = 2147483647;
  770. files = (
  771. 7C2BEC791C5195EE00B8EE90 /* String+SHA1.swift in Sources */,
  772. 7C73C6AA1C261A2100AEF6CA /* DemoServer.swift in Sources */,
  773. 7C2A27851C920D70002033F8 /* Reflection.swift in Sources */,
  774. 7CBFA0031C92C8BC000989AB /* App.swift in Sources */,
  775. 7C73C6AB1C261A2100AEF6CA /* HttpHandlers.swift in Sources */,
  776. 7C1A2BFB1C5605F50026D3BF /* String+BASE64.swift in Sources */,
  777. 7C73C6AC1C261A2100AEF6CA /* HttpParser.swift in Sources */,
  778. 7C73C6AD1C261A2100AEF6CA /* HttpRequest.swift in Sources */,
  779. 7C73C6AE1C261A2100AEF6CA /* HttpResponse.swift in Sources */,
  780. 7C73C6AF1C261A2100AEF6CA /* HttpRouter.swift in Sources */,
  781. 7C284DA91C80CDB100106AA7 /* sqlite.c in Sources */,
  782. 7CBFA01D1C934D85000989AB /* Process.swift in Sources */,
  783. 7CC0F8CC1C5014A200B65A94 /* HttpHandlers+WebSockets.swift in Sources */,
  784. 7C73C6B01C261A2100AEF6CA /* HttpServer.swift in Sources */,
  785. 7CCD87871C676EE50068099B /* File.swift in Sources */,
  786. 7C1043E11C80D61F00A8DD6A /* SQLite.swift in Sources */,
  787. 7C73C6B11C261A2100AEF6CA /* HttpServerIO.swift in Sources */,
  788. 7C73C6B21C261A2100AEF6CA /* Socket.swift in Sources */,
  789. 7CC0F8C91C50136B00B65A94 /* HttpHandlers+Files.swift in Sources */,
  790. 7C73C6B31C261A2100AEF6CA /* String+Misc.swift in Sources */,
  791. );
  792. runOnlyForDeploymentPostprocessing = 0;
  793. };
  794. 7AE893F61C0512C400A29F63 /* Sources */ = {
  795. isa = PBXSourcesBuildPhase;
  796. buildActionMask = 2147483647;
  797. files = (
  798. 7C2BEC7A1C5195F200B8EE90 /* String+SHA1.swift in Sources */,
  799. 7C73C6B51C261A2600AEF6CA /* DemoServer.swift in Sources */,
  800. 7C2A27861C920D70002033F8 /* Reflection.swift in Sources */,
  801. 7CBFA0041C92C8BC000989AB /* App.swift in Sources */,
  802. 7C73C6B61C261A2600AEF6CA /* HttpHandlers.swift in Sources */,
  803. 7C1A2BFC1C5605F50026D3BF /* String+BASE64.swift in Sources */,
  804. 7C73C6B71C261A2600AEF6CA /* HttpParser.swift in Sources */,
  805. 7C73C6B81C261A2600AEF6CA /* HttpRequest.swift in Sources */,
  806. 7C73C6B91C261A2600AEF6CA /* HttpResponse.swift in Sources */,
  807. 7C73C6BA1C261A2600AEF6CA /* HttpRouter.swift in Sources */,
  808. 7C284DAA1C80CDB100106AA7 /* sqlite.c in Sources */,
  809. 7CBFA01E1C934D85000989AB /* Process.swift in Sources */,
  810. 7CC0F8CD1C5014A200B65A94 /* HttpHandlers+WebSockets.swift in Sources */,
  811. 7C73C6BB1C261A2600AEF6CA /* HttpServer.swift in Sources */,
  812. 7CCD87881C676EE50068099B /* File.swift in Sources */,
  813. 7C1043E21C80D61F00A8DD6A /* SQLite.swift in Sources */,
  814. 7C73C6BC1C261A2600AEF6CA /* HttpServerIO.swift in Sources */,
  815. 7C73C6BD1C261A2600AEF6CA /* Socket.swift in Sources */,
  816. 7CC0F8CA1C50136B00B65A94 /* HttpHandlers+Files.swift in Sources */,
  817. 7C73C6BE1C261A2600AEF6CA /* String+Misc.swift in Sources */,
  818. );
  819. runOnlyForDeploymentPostprocessing = 0;
  820. };
  821. 7C839B6A19422CFF003A6950 /* Sources */ = {
  822. isa = PBXSourcesBuildPhase;
  823. buildActionMask = 2147483647;
  824. files = (
  825. 7C73C6921C26179C00AEF6CA /* AppDelegate.swift in Sources */,
  826. 7CDAB8161BE2A1D400C8A977 /* ViewController.swift in Sources */,
  827. );
  828. runOnlyForDeploymentPostprocessing = 0;
  829. };
  830. 7CA4813719A2EA8D0030B30D /* Sources */ = {
  831. isa = PBXSourcesBuildPhase;
  832. buildActionMask = 2147483647;
  833. files = (
  834. 7CBFA01A1C9347C9000989AB /* sqlite-Bridging-Header.h in Sources */,
  835. 7CBFA0191C9347B8000989AB /* sqlite.c in Sources */,
  836. 7CBFA0181C9347B1000989AB /* App.swift in Sources */,
  837. 7CBFA01C1C934D85000989AB /* Process.swift in Sources */,
  838. 7CBFA0071C9347A7000989AB /* DemoServer.swift in Sources */,
  839. 7CBFA0081C9347A7000989AB /* HttpHandlers+Files.swift in Sources */,
  840. 7CBFA0091C9347A7000989AB /* HttpHandlers+WebSockets.swift in Sources */,
  841. 7CBFA00A1C9347A7000989AB /* HttpHandlers.swift in Sources */,
  842. 7CBFA00B1C9347A7000989AB /* HttpParser.swift in Sources */,
  843. 7CBFA00C1C9347A7000989AB /* HttpRequest.swift in Sources */,
  844. 7CBFA00D1C9347A7000989AB /* HttpResponse.swift in Sources */,
  845. 7CBFA00E1C9347A7000989AB /* HttpRouter.swift in Sources */,
  846. 7CBFA00F1C9347A7000989AB /* HttpServer.swift in Sources */,
  847. 7CBFA0101C9347A7000989AB /* HttpServerIO.swift in Sources */,
  848. 7CBFA0111C9347A7000989AB /* Socket.swift in Sources */,
  849. 7CBFA0121C9347A7000989AB /* File.swift in Sources */,
  850. 7CBFA0131C9347A7000989AB /* String+Misc.swift in Sources */,
  851. 7CBFA0141C9347A7000989AB /* String+SHA1.swift in Sources */,
  852. 7CBFA0151C9347A7000989AB /* String+BASE64.swift in Sources */,
  853. 7CBFA0161C9347A7000989AB /* Reflection.swift in Sources */,
  854. 7CBFA0171C9347A7000989AB /* SQLite.swift in Sources */,
  855. 7C73C6911C2615FE00AEF6CA /* SwiftyJSON.swift in Sources */,
  856. 7CA4813E19A2EA8D0030B30D /* main.swift in Sources */,
  857. );
  858. runOnlyForDeploymentPostprocessing = 0;
  859. };
  860. 7CCD1B611C8F7CEC0016D664 /* Sources */ = {
  861. isa = PBXSourcesBuildPhase;
  862. buildActionMask = 2147483647;
  863. files = (
  864. 7CCD1B6A1C8F7CEC0016D664 /* ViewController.swift in Sources */,
  865. 7CCD1B681C8F7CEC0016D664 /* AppDelegate.swift in Sources */,
  866. );
  867. runOnlyForDeploymentPostprocessing = 0;
  868. };
  869. 7CCD1BA91C8F84E60016D664 /* Sources */ = {
  870. isa = PBXSourcesBuildPhase;
  871. buildActionMask = 2147483647;
  872. files = (
  873. 7CCD1BAA1C8F84E60016D664 /* String+SHA1.swift in Sources */,
  874. 7CCD1BAB1C8F84E60016D664 /* DemoServer.swift in Sources */,
  875. 7C2A27871C920D70002033F8 /* Reflection.swift in Sources */,
  876. 7CBFA0051C92C8BC000989AB /* App.swift in Sources */,
  877. 7CCD1BAC1C8F84E60016D664 /* HttpHandlers.swift in Sources */,
  878. 7CCD1BAD1C8F84E60016D664 /* String+BASE64.swift in Sources */,
  879. 7CCD1BAE1C8F84E60016D664 /* HttpParser.swift in Sources */,
  880. 7CCD1BAF1C8F84E60016D664 /* HttpRequest.swift in Sources */,
  881. 7CCD1BB01C8F84E60016D664 /* HttpResponse.swift in Sources */,
  882. 7CCD1BB11C8F84E60016D664 /* HttpRouter.swift in Sources */,
  883. 7CCD1BB21C8F84E60016D664 /* sqlite.c in Sources */,
  884. 7CBFA01F1C934D85000989AB /* Process.swift in Sources */,
  885. 7CCD1BB31C8F84E60016D664 /* HttpHandlers+WebSockets.swift in Sources */,
  886. 7CCD1BB41C8F84E60016D664 /* HttpServer.swift in Sources */,
  887. 7CCD1BB51C8F84E60016D664 /* File.swift in Sources */,
  888. 7CCD1BB61C8F84E60016D664 /* SQLite.swift in Sources */,
  889. 7CCD1BB71C8F84E60016D664 /* HttpServerIO.swift in Sources */,
  890. 7CCD1BB81C8F84E60016D664 /* Socket.swift in Sources */,
  891. 7CCD1BB91C8F84E60016D664 /* HttpHandlers+Files.swift in Sources */,
  892. 7CCD1BBA1C8F84E60016D664 /* String+Misc.swift in Sources */,
  893. );
  894. runOnlyForDeploymentPostprocessing = 0;
  895. };
  896. 7CCD87581C66099B0068099B /* Sources */ = {
  897. isa = PBXSourcesBuildPhase;
  898. buildActionMask = 2147483647;
  899. files = (
  900. 7CCD87701C660B250068099B /* SwifterTestsHttpParser.swift in Sources */,
  901. 7C5915221C92A99300D884BC /* SwifterTestsReflection.swift in Sources */,
  902. 7C13B57C1C7B069500556443 /* SwifterTestsSQLite.swift in Sources */,
  903. 7C4785E91C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */,
  904. 7CCD87721C660B250068099B /* SwifterTestsStringExtensions.swift in Sources */,
  905. );
  906. runOnlyForDeploymentPostprocessing = 0;
  907. };
  908. 7CCD87751C660EA30068099B /* Sources */ = {
  909. isa = PBXSourcesBuildPhase;
  910. buildActionMask = 2147483647;
  911. files = (
  912. 7CCD87841C660ED60068099B /* SwifterTestsHttpParser.swift in Sources */,
  913. 7C5915231C92A99300D884BC /* SwifterTestsReflection.swift in Sources */,
  914. 7C13B57D1C7B069500556443 /* SwifterTestsSQLite.swift in Sources */,
  915. 7C4785EA1C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */,
  916. 7CCD87851C660ED60068099B /* SwifterTestsStringExtensions.swift in Sources */,
  917. );
  918. runOnlyForDeploymentPostprocessing = 0;
  919. };
  920. /* End PBXSourcesBuildPhase section */
  921. /* Begin PBXTargetDependency section */
  922. 7C73C6C01C261AA700AEF6CA /* PBXTargetDependency */ = {
  923. isa = PBXTargetDependency;
  924. target = 7AE893E61C05127900A29F63 /* SwifteriOS */;
  925. targetProxy = 7C73C6BF1C261AA700AEF6CA /* PBXContainerItemProxy */;
  926. };
  927. 7CCD1BC71C8F857F0016D664 /* PBXTargetDependency */ = {
  928. isa = PBXTargetDependency;
  929. target = 7CCD1BA81C8F84E60016D664 /* SwiftertvOS */;
  930. targetProxy = 7CCD1BC61C8F857F0016D664 /* PBXContainerItemProxy */;
  931. };
  932. 7CCD87631C66099B0068099B /* PBXTargetDependency */ = {
  933. isa = PBXTargetDependency;
  934. target = 7AE893E61C05127900A29F63 /* SwifteriOS */;
  935. targetProxy = 7CCD87621C66099B0068099B /* PBXContainerItemProxy */;
  936. };
  937. 7CCD87801C660EA30068099B /* PBXTargetDependency */ = {
  938. isa = PBXTargetDependency;
  939. target = 7AE893FA1C0512C400A29F63 /* SwifterMac */;
  940. targetProxy = 7CCD877F1C660EA30068099B /* PBXContainerItemProxy */;
  941. };
  942. /* End PBXTargetDependency section */
  943. /* Begin PBXVariantGroup section */
  944. 7CCD1B6B1C8F7CEC0016D664 /* Main.storyboard */ = {
  945. isa = PBXVariantGroup;
  946. children = (
  947. 7CCD1B6C1C8F7CEC0016D664 /* Base */,
  948. );
  949. name = Main.storyboard;
  950. sourceTree = "<group>";
  951. };
  952. 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */ = {
  953. isa = PBXVariantGroup;
  954. children = (
  955. 7CDAB80E1BE2A1D400C8A977 /* Base */,
  956. );
  957. name = Main.storyboard;
  958. path = .;
  959. sourceTree = "<group>";
  960. };
  961. /* End PBXVariantGroup section */
  962. /* Begin XCBuildConfiguration section */
  963. 7AE893ED1C05127900A29F63 /* Debug */ = {
  964. isa = XCBuildConfiguration;
  965. buildSettings = {
  966. CLANG_ENABLE_MODULES = YES;
  967. CURRENT_PROJECT_VERSION = 1.1.3;
  968. DEBUG_INFORMATION_FORMAT = dwarf;
  969. DEFINES_MODULE = YES;
  970. DYLIB_COMPATIBILITY_VERSION = 1;
  971. DYLIB_CURRENT_VERSION = 1;
  972. DYLIB_INSTALL_NAME_BASE = "@rpath";
  973. GCC_NO_COMMON_BLOCKS = YES;
  974. INFOPLIST_FILE = SwifterSampleiOS/Info.plist;
  975. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  976. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  977. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  978. MTL_ENABLE_DEBUG_INFO = YES;
  979. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOS;
  980. PRODUCT_NAME = Swifter;
  981. SKIP_INSTALL = YES;
  982. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  983. VERSIONING_SYSTEM = "apple-generic";
  984. VERSION_INFO_PREFIX = "";
  985. };
  986. name = Debug;
  987. };
  988. 7AE893EE1C05127900A29F63 /* Release */ = {
  989. isa = XCBuildConfiguration;
  990. buildSettings = {
  991. CLANG_ENABLE_MODULES = YES;
  992. COPY_PHASE_STRIP = NO;
  993. CURRENT_PROJECT_VERSION = 1.1.3;
  994. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  995. DEFINES_MODULE = YES;
  996. DYLIB_COMPATIBILITY_VERSION = 1;
  997. DYLIB_CURRENT_VERSION = 1;
  998. DYLIB_INSTALL_NAME_BASE = "@rpath";
  999. GCC_NO_COMMON_BLOCKS = YES;
  1000. INFOPLIST_FILE = SwifterSampleiOS/Info.plist;
  1001. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1002. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1003. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1004. MTL_ENABLE_DEBUG_INFO = NO;
  1005. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOS;
  1006. PRODUCT_NAME = Swifter;
  1007. SKIP_INSTALL = YES;
  1008. VERSIONING_SYSTEM = "apple-generic";
  1009. VERSION_INFO_PREFIX = "";
  1010. };
  1011. name = Release;
  1012. };
  1013. 7AE894011C0512C400A29F63 /* Debug */ = {
  1014. isa = XCBuildConfiguration;
  1015. buildSettings = {
  1016. CLANG_ENABLE_MODULES = YES;
  1017. CODE_SIGN_IDENTITY = "Mac Developer";
  1018. COMBINE_HIDPI_IMAGES = YES;
  1019. CURRENT_PROJECT_VERSION = 1.1.3;
  1020. DEBUG_INFORMATION_FORMAT = dwarf;
  1021. DEFINES_MODULE = YES;
  1022. DYLIB_COMPATIBILITY_VERSION = 1;
  1023. DYLIB_CURRENT_VERSION = 1;
  1024. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1025. FRAMEWORK_VERSION = A;
  1026. GCC_NO_COMMON_BLOCKS = YES;
  1027. INFOPLIST_FILE = SwifterMac/Info.plist;
  1028. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1029. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  1030. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1031. MTL_ENABLE_DEBUG_INFO = YES;
  1032. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterMac;
  1033. PRODUCT_NAME = Swifter;
  1034. SDKROOT = macosx;
  1035. SKIP_INSTALL = YES;
  1036. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1037. VERSIONING_SYSTEM = "apple-generic";
  1038. VERSION_INFO_PREFIX = "";
  1039. };
  1040. name = Debug;
  1041. };
  1042. 7AE894021C0512C400A29F63 /* Release */ = {
  1043. isa = XCBuildConfiguration;
  1044. buildSettings = {
  1045. CLANG_ENABLE_MODULES = YES;
  1046. CODE_SIGN_IDENTITY = "Mac Developer";
  1047. COMBINE_HIDPI_IMAGES = YES;
  1048. COPY_PHASE_STRIP = NO;
  1049. CURRENT_PROJECT_VERSION = 1.1.3;
  1050. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1051. DEFINES_MODULE = YES;
  1052. DYLIB_COMPATIBILITY_VERSION = 1;
  1053. DYLIB_CURRENT_VERSION = 1;
  1054. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1055. FRAMEWORK_VERSION = A;
  1056. GCC_NO_COMMON_BLOCKS = YES;
  1057. INFOPLIST_FILE = SwifterMac/Info.plist;
  1058. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1059. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  1060. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1061. MTL_ENABLE_DEBUG_INFO = NO;
  1062. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterMac;
  1063. PRODUCT_NAME = Swifter;
  1064. SDKROOT = macosx;
  1065. SKIP_INSTALL = YES;
  1066. VERSIONING_SYSTEM = "apple-generic";
  1067. VERSION_INFO_PREFIX = "";
  1068. };
  1069. name = Release;
  1070. };
  1071. 7C839B8819422D00003A6950 /* Debug */ = {
  1072. isa = XCBuildConfiguration;
  1073. buildSettings = {
  1074. ALWAYS_SEARCH_USER_PATHS = NO;
  1075. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1076. CLANG_CXX_LIBRARY = "libc++";
  1077. CLANG_ENABLE_MODULES = YES;
  1078. CLANG_ENABLE_OBJC_ARC = YES;
  1079. CLANG_WARN_BOOL_CONVERSION = YES;
  1080. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1081. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1082. CLANG_WARN_EMPTY_BODY = YES;
  1083. CLANG_WARN_ENUM_CONVERSION = YES;
  1084. CLANG_WARN_INT_CONVERSION = YES;
  1085. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1086. CLANG_WARN_UNREACHABLE_CODE = YES;
  1087. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1088. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1089. COPY_PHASE_STRIP = NO;
  1090. CURRENT_PROJECT_VERSION = 1.1.3;
  1091. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  1092. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1093. ENABLE_TESTABILITY = YES;
  1094. GCC_C_LANGUAGE_STANDARD = gnu99;
  1095. GCC_DYNAMIC_NO_PIC = NO;
  1096. GCC_OPTIMIZATION_LEVEL = 0;
  1097. GCC_PREPROCESSOR_DEFINITIONS = (
  1098. "DEBUG=1",
  1099. "$(inherited)",
  1100. );
  1101. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  1102. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1103. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1104. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1105. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1106. GCC_WARN_UNUSED_FUNCTION = YES;
  1107. GCC_WARN_UNUSED_VARIABLE = YES;
  1108. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1109. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1110. METAL_ENABLE_DEBUG_INFO = YES;
  1111. ONLY_ACTIVE_ARCH = YES;
  1112. OTHER_SWIFT_FLAGS = "";
  1113. SDKROOT = appletvos;
  1114. SWIFT_OBJC_BRIDGING_HEADER = "Sources/sqlite-Bridging-Header.h";
  1115. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1116. TARGETED_DEVICE_FAMILY = "1,2";
  1117. };
  1118. name = Debug;
  1119. };
  1120. 7C839B8919422D00003A6950 /* Release */ = {
  1121. isa = XCBuildConfiguration;
  1122. buildSettings = {
  1123. ALWAYS_SEARCH_USER_PATHS = NO;
  1124. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1125. CLANG_CXX_LIBRARY = "libc++";
  1126. CLANG_ENABLE_MODULES = YES;
  1127. CLANG_ENABLE_OBJC_ARC = YES;
  1128. CLANG_WARN_BOOL_CONVERSION = YES;
  1129. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1130. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1131. CLANG_WARN_EMPTY_BODY = YES;
  1132. CLANG_WARN_ENUM_CONVERSION = YES;
  1133. CLANG_WARN_INT_CONVERSION = YES;
  1134. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1135. CLANG_WARN_UNREACHABLE_CODE = YES;
  1136. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1137. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1138. COPY_PHASE_STRIP = YES;
  1139. CURRENT_PROJECT_VERSION = 1.1.3;
  1140. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  1141. ENABLE_NS_ASSERTIONS = NO;
  1142. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1143. GCC_C_LANGUAGE_STANDARD = gnu99;
  1144. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1145. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1146. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1147. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1148. GCC_WARN_UNUSED_FUNCTION = YES;
  1149. GCC_WARN_UNUSED_VARIABLE = YES;
  1150. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1151. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1152. METAL_ENABLE_DEBUG_INFO = NO;
  1153. ONLY_ACTIVE_ARCH = NO;
  1154. OTHER_SWIFT_FLAGS = "";
  1155. SDKROOT = appletvos;
  1156. SWIFT_OBJC_BRIDGING_HEADER = "Sources/sqlite-Bridging-Header.h";
  1157. TARGETED_DEVICE_FAMILY = "1,2";
  1158. VALIDATE_PRODUCT = YES;
  1159. };
  1160. name = Release;
  1161. };
  1162. 7C839B8B19422D00003A6950 /* Debug */ = {
  1163. isa = XCBuildConfiguration;
  1164. buildSettings = {
  1165. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1166. CLANG_ENABLE_MODULES = YES;
  1167. INFOPLIST_FILE = "$(SRCROOT)/SwifterSampleiOS/Info.plist";
  1168. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1169. PRODUCT_BUNDLE_IDENTIFIER = "pl.kolakowski.${PRODUCT_NAME:rfc1034identifier}";
  1170. PRODUCT_NAME = "$(TARGET_NAME)";
  1171. SWIFT_OBJC_BRIDGING_HEADER = "";
  1172. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1173. };
  1174. name = Debug;
  1175. };
  1176. 7C839B8C19422D00003A6950 /* Release */ = {
  1177. isa = XCBuildConfiguration;
  1178. buildSettings = {
  1179. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1180. CLANG_ENABLE_MODULES = YES;
  1181. INFOPLIST_FILE = "$(SRCROOT)/SwifterSampleiOS/Info.plist";
  1182. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1183. PRODUCT_BUNDLE_IDENTIFIER = "pl.kolakowski.${PRODUCT_NAME:rfc1034identifier}";
  1184. PRODUCT_NAME = "$(TARGET_NAME)";
  1185. SWIFT_OBJC_BRIDGING_HEADER = "";
  1186. };
  1187. name = Release;
  1188. };
  1189. 7CA4813F19A2EA8D0030B30D /* Debug */ = {
  1190. isa = XCBuildConfiguration;
  1191. buildSettings = {
  1192. CLANG_ENABLE_MODULES = YES;
  1193. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  1194. GCC_PREPROCESSOR_DEFINITIONS = (
  1195. "DEBUG=1",
  1196. "$(inherited)",
  1197. );
  1198. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1199. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1200. MTL_ENABLE_DEBUG_INFO = YES;
  1201. ONLY_ACTIVE_ARCH = YES;
  1202. PRODUCT_NAME = "$(TARGET_NAME)";
  1203. SDKROOT = macosx;
  1204. SWIFT_OBJC_BRIDGING_HEADER = "Sources/sqlite-Bridging-Header.h";
  1205. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1206. };
  1207. name = Debug;
  1208. };
  1209. 7CA4814019A2EA8D0030B30D /* Release */ = {
  1210. isa = XCBuildConfiguration;
  1211. buildSettings = {
  1212. CLANG_ENABLE_MODULES = YES;
  1213. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1214. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  1215. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1216. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1217. MTL_ENABLE_DEBUG_INFO = NO;
  1218. PRODUCT_NAME = "$(TARGET_NAME)";
  1219. SDKROOT = macosx;
  1220. SWIFT_OBJC_BRIDGING_HEADER = "Sources/sqlite-Bridging-Header.h";
  1221. };
  1222. name = Release;
  1223. };
  1224. 7CCD1B721C8F7CEC0016D664 /* Debug */ = {
  1225. isa = XCBuildConfiguration;
  1226. buildSettings = {
  1227. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  1228. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1229. CODE_SIGN_IDENTITY = "iPhone Developer";
  1230. DEBUG_INFORMATION_FORMAT = dwarf;
  1231. GCC_NO_COMMON_BLOCKS = YES;
  1232. INFOPLIST_FILE = SwifterSampletvOS/Info.plist;
  1233. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1234. MTL_ENABLE_DEBUG_INFO = YES;
  1235. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterSampletvOS;
  1236. PRODUCT_NAME = "$(TARGET_NAME)";
  1237. SDKROOT = appletvos;
  1238. TARGETED_DEVICE_FAMILY = 3;
  1239. TVOS_DEPLOYMENT_TARGET = 9.1;
  1240. };
  1241. name = Debug;
  1242. };
  1243. 7CCD1B731C8F7CEC0016D664 /* Release */ = {
  1244. isa = XCBuildConfiguration;
  1245. buildSettings = {
  1246. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  1247. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1248. CODE_SIGN_IDENTITY = "iPhone Developer";
  1249. COPY_PHASE_STRIP = NO;
  1250. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1251. GCC_NO_COMMON_BLOCKS = YES;
  1252. INFOPLIST_FILE = SwifterSampletvOS/Info.plist;
  1253. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1254. MTL_ENABLE_DEBUG_INFO = NO;
  1255. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterSampletvOS;
  1256. PRODUCT_NAME = "$(TARGET_NAME)";
  1257. SDKROOT = appletvos;
  1258. TARGETED_DEVICE_FAMILY = 3;
  1259. TVOS_DEPLOYMENT_TARGET = 9.1;
  1260. };
  1261. name = Release;
  1262. };
  1263. 7CCD1BC21C8F84E60016D664 /* Debug */ = {
  1264. isa = XCBuildConfiguration;
  1265. buildSettings = {
  1266. CLANG_ENABLE_MODULES = YES;
  1267. CURRENT_PROJECT_VERSION = 1.1.3;
  1268. DEBUG_INFORMATION_FORMAT = dwarf;
  1269. DEFINES_MODULE = YES;
  1270. DYLIB_COMPATIBILITY_VERSION = 1;
  1271. DYLIB_CURRENT_VERSION = 1;
  1272. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1273. GCC_NO_COMMON_BLOCKS = YES;
  1274. INFOPLIST_FILE = "$(SRCROOT)/SwiftertvOS/Info.plist";
  1275. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1276. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1277. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1278. MTL_ENABLE_DEBUG_INFO = YES;
  1279. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwiftertvOS;
  1280. PRODUCT_NAME = "$(TARGET_NAME)";
  1281. SKIP_INSTALL = YES;
  1282. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1283. VERSIONING_SYSTEM = "apple-generic";
  1284. VERSION_INFO_PREFIX = "";
  1285. };
  1286. name = Debug;
  1287. };
  1288. 7CCD1BC31C8F84E60016D664 /* Release */ = {
  1289. isa = XCBuildConfiguration;
  1290. buildSettings = {
  1291. CLANG_ENABLE_MODULES = YES;
  1292. COPY_PHASE_STRIP = NO;
  1293. CURRENT_PROJECT_VERSION = 1.1.3;
  1294. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1295. DEFINES_MODULE = YES;
  1296. DYLIB_COMPATIBILITY_VERSION = 1;
  1297. DYLIB_CURRENT_VERSION = 1;
  1298. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1299. GCC_NO_COMMON_BLOCKS = YES;
  1300. INFOPLIST_FILE = "$(SRCROOT)/SwiftertvOS/Info.plist";
  1301. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1302. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1303. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1304. MTL_ENABLE_DEBUG_INFO = NO;
  1305. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwiftertvOS;
  1306. PRODUCT_NAME = "$(TARGET_NAME)";
  1307. SKIP_INSTALL = YES;
  1308. VERSIONING_SYSTEM = "apple-generic";
  1309. VERSION_INFO_PREFIX = "";
  1310. };
  1311. name = Release;
  1312. };
  1313. 7CCD87651C66099B0068099B /* Debug */ = {
  1314. isa = XCBuildConfiguration;
  1315. buildSettings = {
  1316. DEBUG_INFORMATION_FORMAT = dwarf;
  1317. GCC_NO_COMMON_BLOCKS = YES;
  1318. INFOPLIST_FILE = SwifteriOSTests/Info.plist;
  1319. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  1320. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1321. MTL_ENABLE_DEBUG_INFO = YES;
  1322. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOSTests;
  1323. PRODUCT_NAME = "$(TARGET_NAME)";
  1324. };
  1325. name = Debug;
  1326. };
  1327. 7CCD87661C66099B0068099B /* Release */ = {
  1328. isa = XCBuildConfiguration;
  1329. buildSettings = {
  1330. COPY_PHASE_STRIP = NO;
  1331. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1332. GCC_NO_COMMON_BLOCKS = YES;
  1333. INFOPLIST_FILE = SwifteriOSTests/Info.plist;
  1334. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  1335. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1336. MTL_ENABLE_DEBUG_INFO = NO;
  1337. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOSTests;
  1338. PRODUCT_NAME = "$(TARGET_NAME)";
  1339. };
  1340. name = Release;
  1341. };
  1342. 7CCD87821C660EA30068099B /* Debug */ = {
  1343. isa = XCBuildConfiguration;
  1344. buildSettings = {
  1345. CODE_SIGN_IDENTITY = "-";
  1346. COMBINE_HIDPI_IMAGES = YES;
  1347. DEBUG_INFORMATION_FORMAT = dwarf;
  1348. GCC_NO_COMMON_BLOCKS = YES;
  1349. INFOPLIST_FILE = SwifterOSXTests/Info.plist;
  1350. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1351. MACOSX_DEPLOYMENT_TARGET = 10.11;
  1352. MTL_ENABLE_DEBUG_INFO = YES;
  1353. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterOSXTests;
  1354. PRODUCT_NAME = "$(TARGET_NAME)";
  1355. SDKROOT = macosx;
  1356. };
  1357. name = Debug;
  1358. };
  1359. 7CCD87831C660EA30068099B /* Release */ = {
  1360. isa = XCBuildConfiguration;
  1361. buildSettings = {
  1362. CODE_SIGN_IDENTITY = "-";
  1363. COMBINE_HIDPI_IMAGES = YES;
  1364. COPY_PHASE_STRIP = NO;
  1365. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1366. GCC_NO_COMMON_BLOCKS = YES;
  1367. INFOPLIST_FILE = SwifterOSXTests/Info.plist;
  1368. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1369. MACOSX_DEPLOYMENT_TARGET = 10.11;
  1370. MTL_ENABLE_DEBUG_INFO = NO;
  1371. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterOSXTests;
  1372. PRODUCT_NAME = "$(TARGET_NAME)";
  1373. SDKROOT = macosx;
  1374. };
  1375. name = Release;
  1376. };
  1377. /* End XCBuildConfiguration section */
  1378. /* Begin XCConfigurationList section */
  1379. 7AE893EC1C05127900A29F63 /* Build configuration list for PBXNativeTarget "SwifteriOS" */ = {
  1380. isa = XCConfigurationList;
  1381. buildConfigurations = (
  1382. 7AE893ED1C05127900A29F63 /* Debug */,
  1383. 7AE893EE1C05127900A29F63 /* Release */,
  1384. );
  1385. defaultConfigurationIsVisible = 0;
  1386. defaultConfigurationName = Release;
  1387. };
  1388. 7AE894001C0512C400A29F63 /* Build configuration list for PBXNativeTarget "SwifterMac" */ = {
  1389. isa = XCConfigurationList;
  1390. buildConfigurations = (
  1391. 7AE894011C0512C400A29F63 /* Debug */,
  1392. 7AE894021C0512C400A29F63 /* Release */,
  1393. );
  1394. defaultConfigurationIsVisible = 0;
  1395. defaultConfigurationName = Release;
  1396. };
  1397. 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */ = {
  1398. isa = XCConfigurationList;
  1399. buildConfigurations = (
  1400. 7C839B8819422D00003A6950 /* Debug */,
  1401. 7C839B8919422D00003A6950 /* Release */,
  1402. );
  1403. defaultConfigurationIsVisible = 0;
  1404. defaultConfigurationName = Release;
  1405. };
  1406. 7C839B8A19422D00003A6950 /* Build configuration list for PBXNativeTarget "SwifterSampleiOS" */ = {
  1407. isa = XCConfigurationList;
  1408. buildConfigurations = (
  1409. 7C839B8B19422D00003A6950 /* Debug */,
  1410. 7C839B8C19422D00003A6950 /* Release */,
  1411. );
  1412. defaultConfigurationIsVisible = 0;
  1413. defaultConfigurationName = Release;
  1414. };
  1415. 7CA4814119A2EA8D0030B30D /* Build configuration list for PBXNativeTarget "SwifterSampleOSX" */ = {
  1416. isa = XCConfigurationList;
  1417. buildConfigurations = (
  1418. 7CA4813F19A2EA8D0030B30D /* Debug */,
  1419. 7CA4814019A2EA8D0030B30D /* Release */,
  1420. );
  1421. defaultConfigurationIsVisible = 0;
  1422. defaultConfigurationName = Release;
  1423. };
  1424. 7CCD1B711C8F7CEC0016D664 /* Build configuration list for PBXNativeTarget "SwifterSampletvOS" */ = {
  1425. isa = XCConfigurationList;
  1426. buildConfigurations = (
  1427. 7CCD1B721C8F7CEC0016D664 /* Debug */,
  1428. 7CCD1B731C8F7CEC0016D664 /* Release */,
  1429. );
  1430. defaultConfigurationIsVisible = 0;
  1431. defaultConfigurationName = Release;
  1432. };
  1433. 7CCD1BC11C8F84E60016D664 /* Build configuration list for PBXNativeTarget "SwiftertvOS" */ = {
  1434. isa = XCConfigurationList;
  1435. buildConfigurations = (
  1436. 7CCD1BC21C8F84E60016D664 /* Debug */,
  1437. 7CCD1BC31C8F84E60016D664 /* Release */,
  1438. );
  1439. defaultConfigurationIsVisible = 0;
  1440. defaultConfigurationName = Release;
  1441. };
  1442. 7CCD87641C66099B0068099B /* Build configuration list for PBXNativeTarget "SwifteriOSTests" */ = {
  1443. isa = XCConfigurationList;
  1444. buildConfigurations = (
  1445. 7CCD87651C66099B0068099B /* Debug */,
  1446. 7CCD87661C66099B0068099B /* Release */,
  1447. );
  1448. defaultConfigurationIsVisible = 0;
  1449. defaultConfigurationName = Release;
  1450. };
  1451. 7CCD87811C660EA30068099B /* Build configuration list for PBXNativeTarget "SwifterOSXTests" */ = {
  1452. isa = XCConfigurationList;
  1453. buildConfigurations = (
  1454. 7CCD87821C660EA30068099B /* Debug */,
  1455. 7CCD87831C660EA30068099B /* Release */,
  1456. );
  1457. defaultConfigurationIsVisible = 0;
  1458. defaultConfigurationName = Release;
  1459. };
  1460. /* End XCConfigurationList section */
  1461. };
  1462. rootObject = 7C839B6619422CFF003A6950 /* Project object */;
  1463. }