project.pbxproj 67 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0858E7F41D68BB2600491CD1 /* IOSafetyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0858E7F31D68BB2600491CD1 /* IOSafetyTests.swift */; };
  10. 0858E7F51D68BB2600491CD1 /* IOSafetyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0858E7F31D68BB2600491CD1 /* IOSafetyTests.swift */; };
  11. 0858E7F81D68BC2600491CD1 /* PingServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0858E7F61D68BC2600491CD1 /* PingServer.swift */; };
  12. 0858E7F91D68BC2600491CD1 /* PingServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0858E7F61D68BC2600491CD1 /* PingServer.swift */; };
  13. 2659FC1A1DADC077003F3930 /* String+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C377E161D964B6A009C6148 /* String+File.swift */; };
  14. 269B47881D3AAAE20042D137 /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6EF1D2C44F30030FC98 /* HttpResponse.swift */; };
  15. 269B47891D3AAAE20042D137 /* Scopes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F41D2C44F30030FC98 /* Scopes.swift */; };
  16. 269B478A1D3AAAE20042D137 /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F31D2C44F30030FC98 /* Process.swift */; };
  17. 269B478B1D3AAAE20042D137 /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6ED1D2C44F30030FC98 /* HttpParser.swift */; };
  18. 269B478C1D3AAAE20042D137 /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F71D2C44F30030FC98 /* String+Misc.swift */; };
  19. 269B478D1D3AAAE20042D137 /* WebSockets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F91D2C44F30030FC98 /* WebSockets.swift */; };
  20. 269B478E1D3AAAE20042D137 /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F11D2C44F30030FC98 /* HttpServer.swift */; };
  21. 269B478F1D3AAAE20042D137 /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6EE1D2C44F30030FC98 /* HttpRequest.swift */; };
  22. 269B47901D3AAAE20042D137 /* DemoServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6EA1D2C44F30030FC98 /* DemoServer.swift */; };
  23. 269B47921D3AAAE20042D137 /* Socket+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B29E1D369BEC00D35BFB /* Socket+File.swift */; };
  24. 269B47931D3AAAE20042D137 /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F51D2C44F30030FC98 /* Socket.swift */; };
  25. 269B47941D3AAAE20042D137 /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F21D2C44F30030FC98 /* HttpServerIO.swift */; };
  26. 269B47951D3AAAE20042D137 /* Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6EC1D2C44F30030FC98 /* Files.swift */; };
  27. 269B47961D3AAAE20042D137 /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F01D2C44F30030FC98 /* HttpRouter.swift */; };
  28. 269B47971D3AAAE20042D137 /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F81D2C44F30030FC98 /* String+SHA1.swift */; };
  29. 269B47981D3AAAE20042D137 /* Errno.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B2A11D369C9D00D35BFB /* Errno.swift */; };
  30. 269B47991D3AAAE20042D137 /* String+BASE64.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F61D2C44F30030FC98 /* String+BASE64.swift */; };
  31. 269B47A71D3AAC4F0042D137 /* SwiftertvOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 269B47A51D3AAC4F0042D137 /* SwiftertvOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
  32. 6A0D4512204E9988000A0726 /* MimeTypesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A0D4511204E9988000A0726 /* MimeTypesTests.swift */; };
  33. 6A0D4513204E9988000A0726 /* MimeTypesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A0D4511204E9988000A0726 /* MimeTypesTests.swift */; };
  34. 6AE2FF722048013000302EC4 /* MimeTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AE2FF702048011A00302EC4 /* MimeTypes.swift */; };
  35. 6AE2FF732048013000302EC4 /* MimeTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AE2FF702048011A00302EC4 /* MimeTypes.swift */; };
  36. 6AE2FF742048013100302EC4 /* MimeTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AE2FF702048011A00302EC4 /* MimeTypes.swift */; };
  37. 6AE2FF752048013300302EC4 /* MimeTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AE2FF702048011A00302EC4 /* MimeTypes.swift */; };
  38. 6AE2FF762048013500302EC4 /* MimeTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AE2FF702048011A00302EC4 /* MimeTypes.swift */; };
  39. 7AE893EA1C05127900A29F63 /* SwifteriOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE893E91C05127900A29F63 /* SwifteriOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
  40. 7AE893FE1C0512C400A29F63 /* SwifterMac.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE893FD1C0512C400A29F63 /* SwifterMac.h */; settings = {ATTRIBUTES = (Public, ); }; };
  41. 7AE8940D1C05151100A29F63 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7AE8940C1C05151100A29F63 /* Launch Screen.storyboard */; };
  42. 7B11AD4B21C9A8A6002F8820 /* SwifterTestsHttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCB8C5F1D97B8CC008B9712 /* SwifterTestsHttpRouter.swift */; };
  43. 7B74CFA82163C40F001BE07B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */; };
  44. 7C377E181D964B96009C6148 /* String+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C377E161D964B6A009C6148 /* String+File.swift */; };
  45. 7C377E191D964B9F009C6148 /* String+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C377E161D964B6A009C6148 /* String+File.swift */; };
  46. 7C458EFC1D4A7526006A68E5 /* Socket+Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C458EFB1D4A7526006A68E5 /* Socket+Server.swift */; };
  47. 7C458EFD1D4A7526006A68E5 /* Socket+Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C458EFB1D4A7526006A68E5 /* Socket+Server.swift */; };
  48. 7C458EFE1D4A7526006A68E5 /* Socket+Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C458EFB1D4A7526006A68E5 /* Socket+Server.swift */; };
  49. 7C4785E91C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */; };
  50. 7C4785EA1C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */; };
  51. 7C71C5B11A1EC49B00682BF0 /* logo.png in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7CB102DF1A17381D00CBA3B4 /* logo.png */; };
  52. 7C76B29F1D369BEC00D35BFB /* Socket+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B29E1D369BEC00D35BFB /* Socket+File.swift */; };
  53. 7C76B2A01D369BEC00D35BFB /* Socket+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B29E1D369BEC00D35BFB /* Socket+File.swift */; };
  54. 7C76B2A21D369C9D00D35BFB /* Errno.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B2A11D369C9D00D35BFB /* Errno.swift */; };
  55. 7C76B2A31D369C9D00D35BFB /* Errno.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B2A11D369C9D00D35BFB /* Errno.swift */; };
  56. 7C76B70D1D2C456A0030FC98 /* DemoServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6EA1D2C44F30030FC98 /* DemoServer.swift */; };
  57. 7C76B70E1D2C456B0030FC98 /* DemoServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6EA1D2C44F30030FC98 /* DemoServer.swift */; };
  58. 7C76B7111D2C45710030FC98 /* Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6EC1D2C44F30030FC98 /* Files.swift */; };
  59. 7C76B7121D2C45710030FC98 /* Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6EC1D2C44F30030FC98 /* Files.swift */; };
  60. 7C76B7131D2C45730030FC98 /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6ED1D2C44F30030FC98 /* HttpParser.swift */; };
  61. 7C76B7141D2C45730030FC98 /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6ED1D2C44F30030FC98 /* HttpParser.swift */; };
  62. 7C76B7151D2C45760030FC98 /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6EE1D2C44F30030FC98 /* HttpRequest.swift */; };
  63. 7C76B7161D2C45760030FC98 /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6EE1D2C44F30030FC98 /* HttpRequest.swift */; };
  64. 7C76B7171D2C45780030FC98 /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6EF1D2C44F30030FC98 /* HttpResponse.swift */; };
  65. 7C76B7181D2C45790030FC98 /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6EF1D2C44F30030FC98 /* HttpResponse.swift */; };
  66. 7C76B7191D2C457C0030FC98 /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F01D2C44F30030FC98 /* HttpRouter.swift */; };
  67. 7C76B71A1D2C457C0030FC98 /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F01D2C44F30030FC98 /* HttpRouter.swift */; };
  68. 7C76B71B1D2C457E0030FC98 /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F11D2C44F30030FC98 /* HttpServer.swift */; };
  69. 7C76B71C1D2C457E0030FC98 /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F11D2C44F30030FC98 /* HttpServer.swift */; };
  70. 7C76B71D1D2C45820030FC98 /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F21D2C44F30030FC98 /* HttpServerIO.swift */; };
  71. 7C76B71E1D2C45820030FC98 /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F21D2C44F30030FC98 /* HttpServerIO.swift */; };
  72. 7C76B71F1D2C45840030FC98 /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F31D2C44F30030FC98 /* Process.swift */; };
  73. 7C76B7201D2C45840030FC98 /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F31D2C44F30030FC98 /* Process.swift */; };
  74. 7C76B7211D2C45870030FC98 /* Scopes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F41D2C44F30030FC98 /* Scopes.swift */; };
  75. 7C76B7221D2C45870030FC98 /* Scopes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F41D2C44F30030FC98 /* Scopes.swift */; };
  76. 7C76B7231D2C45890030FC98 /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F51D2C44F30030FC98 /* Socket.swift */; };
  77. 7C76B7241D2C458A0030FC98 /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F51D2C44F30030FC98 /* Socket.swift */; };
  78. 7C76B7251D2C458C0030FC98 /* String+BASE64.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F61D2C44F30030FC98 /* String+BASE64.swift */; };
  79. 7C76B7261D2C458D0030FC98 /* String+BASE64.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F61D2C44F30030FC98 /* String+BASE64.swift */; };
  80. 7C76B7271D2C458F0030FC98 /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F71D2C44F30030FC98 /* String+Misc.swift */; };
  81. 7C76B7281D2C458F0030FC98 /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F71D2C44F30030FC98 /* String+Misc.swift */; };
  82. 7C76B7291D2C45920030FC98 /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F81D2C44F30030FC98 /* String+SHA1.swift */; };
  83. 7C76B72A1D2C45920030FC98 /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F81D2C44F30030FC98 /* String+SHA1.swift */; };
  84. 7C76B72B1D2C45940030FC98 /* WebSockets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F91D2C44F30030FC98 /* WebSockets.swift */; };
  85. 7C76B72C1D2C45950030FC98 /* WebSockets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F91D2C44F30030FC98 /* WebSockets.swift */; };
  86. 7CA4813E19A2EA8D0030B30D /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CA4813D19A2EA8D0030B30D /* main.swift */; };
  87. 7CB102E01A17381D00CBA3B4 /* logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 7CB102DF1A17381D00CBA3B4 /* logo.png */; };
  88. 7CCB8C5E1D97B852008B9712 /* String+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C377E161D964B6A009C6148 /* String+File.swift */; };
  89. 7CCB8C621D97B8E9008B9712 /* SwifterTestsHttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCB8C5F1D97B8CC008B9712 /* SwifterTestsHttpRouter.swift */; };
  90. 7CCD87611C66099B0068099B /* Swifter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AE893E71C05127900A29F63 /* Swifter.framework */; };
  91. 7CCD87701C660B250068099B /* SwifterTestsHttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */; };
  92. 7CCD87721C660B250068099B /* SwifterTestsStringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */; };
  93. 7CCD87841C660ED60068099B /* SwifterTestsHttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */; };
  94. 7CCD87851C660ED60068099B /* SwifterTestsStringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */; };
  95. 7CDAB8131BE2A1D400C8A977 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */; };
  96. 7CDAB8141BE2A1D400C8A977 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */; };
  97. 7CDAB8161BE2A1D400C8A977 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */; };
  98. 7CEBB86F1D94612D00370A6B /* Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6EC1D2C44F30030FC98 /* Files.swift */; };
  99. 7CEBB8701D94612D00370A6B /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6ED1D2C44F30030FC98 /* HttpParser.swift */; };
  100. 7CEBB8711D94612D00370A6B /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6EE1D2C44F30030FC98 /* HttpRequest.swift */; };
  101. 7CEBB8721D94612D00370A6B /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6EF1D2C44F30030FC98 /* HttpResponse.swift */; };
  102. 7CEBB8731D94612D00370A6B /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F01D2C44F30030FC98 /* HttpRouter.swift */; };
  103. 7CEBB8741D94612D00370A6B /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F11D2C44F30030FC98 /* HttpServer.swift */; };
  104. 7CEBB8751D94612D00370A6B /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F21D2C44F30030FC98 /* HttpServerIO.swift */; };
  105. 7CEBB8761D94612D00370A6B /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F31D2C44F30030FC98 /* Process.swift */; };
  106. 7CEBB8771D94612D00370A6B /* Scopes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F41D2C44F30030FC98 /* Scopes.swift */; };
  107. 7CEBB8781D94612D00370A6B /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F51D2C44F30030FC98 /* Socket.swift */; };
  108. 7CEBB8791D94612D00370A6B /* Socket+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B29E1D369BEC00D35BFB /* Socket+File.swift */; };
  109. 7CEBB87A1D94612D00370A6B /* Socket+Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C458EFB1D4A7526006A68E5 /* Socket+Server.swift */; };
  110. 7CEBB87B1D94612D00370A6B /* String+BASE64.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F61D2C44F30030FC98 /* String+BASE64.swift */; };
  111. 7CEBB87C1D94612D00370A6B /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F71D2C44F30030FC98 /* String+Misc.swift */; };
  112. 7CEBB87D1D94612D00370A6B /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F81D2C44F30030FC98 /* String+SHA1.swift */; };
  113. 7CEBB87E1D94612D00370A6B /* WebSockets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B6F91D2C44F30030FC98 /* WebSockets.swift */; };
  114. 7CEBB87F1D94612D00370A6B /* Errno.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C76B2A11D369C9D00D35BFB /* Errno.swift */; };
  115. /* End PBXBuildFile section */
  116. /* Begin PBXContainerItemProxy section */
  117. 7AE8940E1C0515A200A29F63 /* PBXContainerItemProxy */ = {
  118. isa = PBXContainerItemProxy;
  119. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  120. proxyType = 1;
  121. remoteGlobalIDString = 7AE893FA1C0512C400A29F63;
  122. remoteInfo = SwifterMac;
  123. };
  124. 7C73C6BF1C261AA700AEF6CA /* PBXContainerItemProxy */ = {
  125. isa = PBXContainerItemProxy;
  126. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  127. proxyType = 1;
  128. remoteGlobalIDString = 7AE893E61C05127900A29F63;
  129. remoteInfo = SwifteriOS;
  130. };
  131. 7CCD87621C66099B0068099B /* PBXContainerItemProxy */ = {
  132. isa = PBXContainerItemProxy;
  133. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  134. proxyType = 1;
  135. remoteGlobalIDString = 7AE893E61C05127900A29F63;
  136. remoteInfo = SwifteriOS;
  137. };
  138. /* End PBXContainerItemProxy section */
  139. /* Begin PBXCopyFilesBuildPhase section */
  140. 7CA4813919A2EA8D0030B30D /* CopyFiles */ = {
  141. isa = PBXCopyFilesBuildPhase;
  142. buildActionMask = 12;
  143. dstPath = "";
  144. dstSubfolderSpec = 7;
  145. files = (
  146. 7C71C5B11A1EC49B00682BF0 /* logo.png in CopyFiles */,
  147. );
  148. runOnlyForDeploymentPostprocessing = 0;
  149. };
  150. /* End PBXCopyFilesBuildPhase section */
  151. /* Begin PBXFileReference section */
  152. 0858E7F31D68BB2600491CD1 /* IOSafetyTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IOSafetyTests.swift; sourceTree = "<group>"; };
  153. 0858E7F61D68BC2600491CD1 /* PingServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PingServer.swift; sourceTree = "<group>"; };
  154. 269B47A11D3AAAE20042D137 /* Swifter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Swifter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  155. 269B47A41D3AAC4F0042D137 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  156. 269B47A51D3AAC4F0042D137 /* SwiftertvOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SwiftertvOS.h; sourceTree = "<group>"; };
  157. 6A0D4511204E9988000A0726 /* MimeTypesTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MimeTypesTests.swift; sourceTree = "<group>"; };
  158. 6AE2FF702048011A00302EC4 /* MimeTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MimeTypes.swift; sourceTree = "<group>"; };
  159. 7AE893E71C05127900A29F63 /* Swifter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Swifter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  160. 7AE893E91C05127900A29F63 /* SwifteriOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwifteriOS.h; sourceTree = "<group>"; };
  161. 7AE893EB1C05127900A29F63 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  162. 7AE893FB1C0512C400A29F63 /* Swifter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Swifter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  163. 7AE893FD1C0512C400A29F63 /* SwifterMac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwifterMac.h; sourceTree = "<group>"; };
  164. 7AE893FF1C0512C400A29F63 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  165. 7AE8940C1C05151100A29F63 /* Launch Screen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; };
  166. 7C377E161D964B6A009C6148 /* String+File.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+File.swift"; sourceTree = "<group>"; };
  167. 7C458EFB1D4A7526006A68E5 /* Socket+Server.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Socket+Server.swift"; sourceTree = "<group>"; };
  168. 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsWebSocketSession.swift; sourceTree = "<group>"; };
  169. 7C76B29E1D369BEC00D35BFB /* Socket+File.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Socket+File.swift"; sourceTree = "<group>"; };
  170. 7C76B2A11D369C9D00D35BFB /* Errno.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Errno.swift; sourceTree = "<group>"; };
  171. 7C76B6EA1D2C44F30030FC98 /* DemoServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DemoServer.swift; sourceTree = "<group>"; };
  172. 7C76B6EC1D2C44F30030FC98 /* Files.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Files.swift; sourceTree = "<group>"; };
  173. 7C76B6ED1D2C44F30030FC98 /* HttpParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpParser.swift; sourceTree = "<group>"; };
  174. 7C76B6EE1D2C44F30030FC98 /* HttpRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpRequest.swift; sourceTree = "<group>"; };
  175. 7C76B6EF1D2C44F30030FC98 /* HttpResponse.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpResponse.swift; sourceTree = "<group>"; };
  176. 7C76B6F01D2C44F30030FC98 /* HttpRouter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpRouter.swift; sourceTree = "<group>"; };
  177. 7C76B6F11D2C44F30030FC98 /* HttpServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpServer.swift; sourceTree = "<group>"; };
  178. 7C76B6F21D2C44F30030FC98 /* HttpServerIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpServerIO.swift; sourceTree = "<group>"; };
  179. 7C76B6F31D2C44F30030FC98 /* Process.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Process.swift; sourceTree = "<group>"; };
  180. 7C76B6F41D2C44F30030FC98 /* Scopes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Scopes.swift; sourceTree = "<group>"; };
  181. 7C76B6F51D2C44F30030FC98 /* Socket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Socket.swift; sourceTree = "<group>"; };
  182. 7C76B6F61D2C44F30030FC98 /* String+BASE64.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+BASE64.swift"; sourceTree = "<group>"; };
  183. 7C76B6F71D2C44F30030FC98 /* String+Misc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Misc.swift"; sourceTree = "<group>"; };
  184. 7C76B6F81D2C44F30030FC98 /* String+SHA1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+SHA1.swift"; sourceTree = "<group>"; };
  185. 7C76B6F91D2C44F30030FC98 /* WebSockets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WebSockets.swift; sourceTree = "<group>"; };
  186. 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwifterSampleiOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
  187. 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SwifterSampleOSX; sourceTree = BUILT_PRODUCTS_DIR; };
  188. 7CA4813D19A2EA8D0030B30D /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
  189. 7CB102DF1A17381D00CBA3B4 /* logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logo.png; sourceTree = "<group>"; };
  190. 7CCB8C5F1D97B8CC008B9712 /* SwifterTestsHttpRouter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsHttpRouter.swift; sourceTree = "<group>"; };
  191. 7CCD875C1C66099B0068099B /* SwifteriOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwifteriOSTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  192. 7CCD87601C66099B0068099B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  193. 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsHttpParser.swift; sourceTree = "<group>"; };
  194. 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsStringExtensions.swift; sourceTree = "<group>"; };
  195. 7CCD87791C660EA30068099B /* SwifterOSXTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwifterOSXTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  196. 7CCD877D1C660EA30068099B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  197. 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  198. 7CDAB80E1BE2A1D400C8A977 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  199. 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  200. 7CDAB8101BE2A1D400C8A977 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  201. 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  202. /* End PBXFileReference section */
  203. /* Begin PBXFrameworksBuildPhase section */
  204. 269B479A1D3AAAE20042D137 /* Frameworks */ = {
  205. isa = PBXFrameworksBuildPhase;
  206. buildActionMask = 2147483647;
  207. files = (
  208. );
  209. runOnlyForDeploymentPostprocessing = 0;
  210. };
  211. 7AE893E31C05127900A29F63 /* Frameworks */ = {
  212. isa = PBXFrameworksBuildPhase;
  213. buildActionMask = 2147483647;
  214. files = (
  215. );
  216. runOnlyForDeploymentPostprocessing = 0;
  217. };
  218. 7AE893F71C0512C400A29F63 /* Frameworks */ = {
  219. isa = PBXFrameworksBuildPhase;
  220. buildActionMask = 2147483647;
  221. files = (
  222. );
  223. runOnlyForDeploymentPostprocessing = 0;
  224. };
  225. 7C839B6B19422CFF003A6950 /* Frameworks */ = {
  226. isa = PBXFrameworksBuildPhase;
  227. buildActionMask = 2147483647;
  228. files = (
  229. );
  230. runOnlyForDeploymentPostprocessing = 0;
  231. };
  232. 7CA4813819A2EA8D0030B30D /* Frameworks */ = {
  233. isa = PBXFrameworksBuildPhase;
  234. buildActionMask = 2147483647;
  235. files = (
  236. );
  237. runOnlyForDeploymentPostprocessing = 0;
  238. };
  239. 7CCD87591C66099B0068099B /* Frameworks */ = {
  240. isa = PBXFrameworksBuildPhase;
  241. buildActionMask = 2147483647;
  242. files = (
  243. 7CCD87611C66099B0068099B /* Swifter.framework in Frameworks */,
  244. );
  245. runOnlyForDeploymentPostprocessing = 0;
  246. };
  247. 7CCD87761C660EA30068099B /* Frameworks */ = {
  248. isa = PBXFrameworksBuildPhase;
  249. buildActionMask = 2147483647;
  250. files = (
  251. );
  252. runOnlyForDeploymentPostprocessing = 0;
  253. };
  254. /* End PBXFrameworksBuildPhase section */
  255. /* Begin PBXGroup section */
  256. 269B47A31D3AAC090042D137 /* SwiftertvOS */ = {
  257. isa = PBXGroup;
  258. children = (
  259. 269B47A41D3AAC4F0042D137 /* Info.plist */,
  260. 269B47A51D3AAC4F0042D137 /* SwiftertvOS.h */,
  261. );
  262. path = SwiftertvOS;
  263. sourceTree = "<group>";
  264. };
  265. 7AE893E81C05127900A29F63 /* SwifteriOS */ = {
  266. isa = PBXGroup;
  267. children = (
  268. 7AE893EB1C05127900A29F63 /* Info.plist */,
  269. 7AE893E91C05127900A29F63 /* SwifteriOS.h */,
  270. );
  271. path = SwifteriOS;
  272. sourceTree = "<group>";
  273. };
  274. 7AE893FC1C0512C400A29F63 /* SwifterMac */ = {
  275. isa = PBXGroup;
  276. children = (
  277. 7AE893FF1C0512C400A29F63 /* Info.plist */,
  278. 7AE893FD1C0512C400A29F63 /* SwifterMac.h */,
  279. );
  280. path = SwifterMac;
  281. sourceTree = "<group>";
  282. };
  283. 7C76B6E91D2C44F30030FC98 /* Sources */ = {
  284. isa = PBXGroup;
  285. children = (
  286. 7C76B6EA1D2C44F30030FC98 /* DemoServer.swift */,
  287. 7C76B6EC1D2C44F30030FC98 /* Files.swift */,
  288. 7C76B6ED1D2C44F30030FC98 /* HttpParser.swift */,
  289. 7C76B6EE1D2C44F30030FC98 /* HttpRequest.swift */,
  290. 7C76B6EF1D2C44F30030FC98 /* HttpResponse.swift */,
  291. 7C76B6F01D2C44F30030FC98 /* HttpRouter.swift */,
  292. 7C76B6F11D2C44F30030FC98 /* HttpServer.swift */,
  293. 7C76B6F21D2C44F30030FC98 /* HttpServerIO.swift */,
  294. 7C76B6F31D2C44F30030FC98 /* Process.swift */,
  295. 7C76B6F41D2C44F30030FC98 /* Scopes.swift */,
  296. 7C76B6F51D2C44F30030FC98 /* Socket.swift */,
  297. 7C76B29E1D369BEC00D35BFB /* Socket+File.swift */,
  298. 7C458EFB1D4A7526006A68E5 /* Socket+Server.swift */,
  299. 7C76B6F61D2C44F30030FC98 /* String+BASE64.swift */,
  300. 7C76B6F71D2C44F30030FC98 /* String+Misc.swift */,
  301. 7C76B6F81D2C44F30030FC98 /* String+SHA1.swift */,
  302. 7C76B6F91D2C44F30030FC98 /* WebSockets.swift */,
  303. 7C76B2A11D369C9D00D35BFB /* Errno.swift */,
  304. 7C377E161D964B6A009C6148 /* String+File.swift */,
  305. 6AE2FF702048011A00302EC4 /* MimeTypes.swift */,
  306. );
  307. name = Sources;
  308. path = ../Sources;
  309. sourceTree = "<group>";
  310. };
  311. 7C839B6519422CFF003A6950 = {
  312. isa = PBXGroup;
  313. children = (
  314. 7C76B6E91D2C44F30030FC98 /* Sources */,
  315. 7CA4815619A2EF2B0030B30D /* Resources */,
  316. 7CCD876C1C660B250068099B /* SwifterTestsCommon */,
  317. 7CCD875D1C66099B0068099B /* SwifteriOSTests */,
  318. 7CCD877A1C660EA30068099B /* SwifterOSXTests */,
  319. 7C839B6F19422CFF003A6950 /* Products */,
  320. 7AE893FC1C0512C400A29F63 /* SwifterMac */,
  321. 269B47A31D3AAC090042D137 /* SwiftertvOS */,
  322. 7AE893E81C05127900A29F63 /* SwifteriOS */,
  323. 7CA4813C19A2EA8D0030B30D /* SwifterSampleOSX */,
  324. 7CDAB80B1BE2A1D400C8A977 /* SwifterSampleiOS */,
  325. );
  326. sourceTree = "<group>";
  327. };
  328. 7C839B6F19422CFF003A6950 /* Products */ = {
  329. isa = PBXGroup;
  330. children = (
  331. 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */,
  332. 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */,
  333. 7AE893E71C05127900A29F63 /* Swifter.framework */,
  334. 7AE893FB1C0512C400A29F63 /* Swifter.framework */,
  335. 7CCD875C1C66099B0068099B /* SwifteriOSTests.xctest */,
  336. 7CCD87791C660EA30068099B /* SwifterOSXTests.xctest */,
  337. 269B47A11D3AAAE20042D137 /* Swifter.framework */,
  338. );
  339. name = Products;
  340. sourceTree = "<group>";
  341. };
  342. 7CA4813C19A2EA8D0030B30D /* SwifterSampleOSX */ = {
  343. isa = PBXGroup;
  344. children = (
  345. 7CA4813D19A2EA8D0030B30D /* main.swift */,
  346. );
  347. path = SwifterSampleOSX;
  348. sourceTree = "<group>";
  349. };
  350. 7CA4815619A2EF2B0030B30D /* Resources */ = {
  351. isa = PBXGroup;
  352. children = (
  353. 7CB102DF1A17381D00CBA3B4 /* logo.png */,
  354. );
  355. path = Resources;
  356. sourceTree = "<group>";
  357. };
  358. 7CCD875D1C66099B0068099B /* SwifteriOSTests */ = {
  359. isa = PBXGroup;
  360. children = (
  361. 7CCD87601C66099B0068099B /* Info.plist */,
  362. );
  363. path = SwifteriOSTests;
  364. sourceTree = "<group>";
  365. };
  366. 7CCD876C1C660B250068099B /* SwifterTestsCommon */ = {
  367. isa = PBXGroup;
  368. children = (
  369. 7CCB8C5F1D97B8CC008B9712 /* SwifterTestsHttpRouter.swift */,
  370. 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */,
  371. 0858E7F61D68BC2600491CD1 /* PingServer.swift */,
  372. 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */,
  373. 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */,
  374. 0858E7F31D68BB2600491CD1 /* IOSafetyTests.swift */,
  375. 6A0D4511204E9988000A0726 /* MimeTypesTests.swift */,
  376. );
  377. path = SwifterTestsCommon;
  378. sourceTree = "<group>";
  379. };
  380. 7CCD877A1C660EA30068099B /* SwifterOSXTests */ = {
  381. isa = PBXGroup;
  382. children = (
  383. 7CCD877D1C660EA30068099B /* Info.plist */,
  384. );
  385. path = SwifterOSXTests;
  386. sourceTree = "<group>";
  387. };
  388. 7CDAB80B1BE2A1D400C8A977 /* SwifterSampleiOS */ = {
  389. isa = PBXGroup;
  390. children = (
  391. 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */,
  392. 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */,
  393. 7CDAB8101BE2A1D400C8A977 /* Info.plist */,
  394. 7AE8940C1C05151100A29F63 /* Launch Screen.storyboard */,
  395. 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */,
  396. 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */,
  397. );
  398. path = SwifterSampleiOS;
  399. sourceTree = "<group>";
  400. };
  401. /* End PBXGroup section */
  402. /* Begin PBXHeadersBuildPhase section */
  403. 269B479B1D3AAAE20042D137 /* Headers */ = {
  404. isa = PBXHeadersBuildPhase;
  405. buildActionMask = 2147483647;
  406. files = (
  407. 269B47A71D3AAC4F0042D137 /* SwiftertvOS.h in Headers */,
  408. );
  409. runOnlyForDeploymentPostprocessing = 0;
  410. };
  411. 7AE893E41C05127900A29F63 /* Headers */ = {
  412. isa = PBXHeadersBuildPhase;
  413. buildActionMask = 2147483647;
  414. files = (
  415. 7AE893EA1C05127900A29F63 /* SwifteriOS.h in Headers */,
  416. );
  417. runOnlyForDeploymentPostprocessing = 0;
  418. };
  419. 7AE893F81C0512C400A29F63 /* Headers */ = {
  420. isa = PBXHeadersBuildPhase;
  421. buildActionMask = 2147483647;
  422. files = (
  423. 7AE893FE1C0512C400A29F63 /* SwifterMac.h in Headers */,
  424. );
  425. runOnlyForDeploymentPostprocessing = 0;
  426. };
  427. /* End PBXHeadersBuildPhase section */
  428. /* Begin PBXNativeTarget section */
  429. 269B47861D3AAAE20042D137 /* SwiftertvOS */ = {
  430. isa = PBXNativeTarget;
  431. buildConfigurationList = 269B479E1D3AAAE20042D137 /* Build configuration list for PBXNativeTarget "SwiftertvOS" */;
  432. buildPhases = (
  433. 269B47871D3AAAE20042D137 /* Sources */,
  434. 269B479A1D3AAAE20042D137 /* Frameworks */,
  435. 269B479B1D3AAAE20042D137 /* Headers */,
  436. 269B479D1D3AAAE20042D137 /* Resources */,
  437. );
  438. buildRules = (
  439. );
  440. dependencies = (
  441. );
  442. name = SwiftertvOS;
  443. productName = SwifteriOS;
  444. productReference = 269B47A11D3AAAE20042D137 /* Swifter.framework */;
  445. productType = "com.apple.product-type.framework";
  446. };
  447. 7AE893E61C05127900A29F63 /* SwifteriOS */ = {
  448. isa = PBXNativeTarget;
  449. buildConfigurationList = 7AE893EC1C05127900A29F63 /* Build configuration list for PBXNativeTarget "SwifteriOS" */;
  450. buildPhases = (
  451. 7AE893E21C05127900A29F63 /* Sources */,
  452. 7AE893E31C05127900A29F63 /* Frameworks */,
  453. 7AE893E41C05127900A29F63 /* Headers */,
  454. 7AE893E51C05127900A29F63 /* Resources */,
  455. );
  456. buildRules = (
  457. );
  458. dependencies = (
  459. );
  460. name = SwifteriOS;
  461. productName = SwifteriOS;
  462. productReference = 7AE893E71C05127900A29F63 /* Swifter.framework */;
  463. productType = "com.apple.product-type.framework";
  464. };
  465. 7AE893FA1C0512C400A29F63 /* SwifterMac */ = {
  466. isa = PBXNativeTarget;
  467. buildConfigurationList = 7AE894001C0512C400A29F63 /* Build configuration list for PBXNativeTarget "SwifterMac" */;
  468. buildPhases = (
  469. 7AE893F61C0512C400A29F63 /* Sources */,
  470. 7AE893F71C0512C400A29F63 /* Frameworks */,
  471. 7AE893F81C0512C400A29F63 /* Headers */,
  472. 7AE893F91C0512C400A29F63 /* Resources */,
  473. );
  474. buildRules = (
  475. );
  476. dependencies = (
  477. );
  478. name = SwifterMac;
  479. productName = SwifterMac;
  480. productReference = 7AE893FB1C0512C400A29F63 /* Swifter.framework */;
  481. productType = "com.apple.product-type.framework";
  482. };
  483. 7C839B6D19422CFF003A6950 /* SwifterSampleiOS */ = {
  484. isa = PBXNativeTarget;
  485. buildConfigurationList = 7C839B8A19422D00003A6950 /* Build configuration list for PBXNativeTarget "SwifterSampleiOS" */;
  486. buildPhases = (
  487. 7C839B6A19422CFF003A6950 /* Sources */,
  488. 7C839B6B19422CFF003A6950 /* Frameworks */,
  489. 7C839B6C19422CFF003A6950 /* Resources */,
  490. );
  491. buildRules = (
  492. );
  493. dependencies = (
  494. 7C73C6C01C261AA700AEF6CA /* PBXTargetDependency */,
  495. );
  496. name = SwifterSampleiOS;
  497. productName = Swifter;
  498. productReference = 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */;
  499. productType = "com.apple.product-type.application";
  500. };
  501. 7CA4813A19A2EA8D0030B30D /* SwifterSampleOSX */ = {
  502. isa = PBXNativeTarget;
  503. buildConfigurationList = 7CA4814119A2EA8D0030B30D /* Build configuration list for PBXNativeTarget "SwifterSampleOSX" */;
  504. buildPhases = (
  505. 7CA4813719A2EA8D0030B30D /* Sources */,
  506. 7CA4813819A2EA8D0030B30D /* Frameworks */,
  507. 7CA4813919A2EA8D0030B30D /* CopyFiles */,
  508. );
  509. buildRules = (
  510. );
  511. dependencies = (
  512. 7AE8940F1C0515A200A29F63 /* PBXTargetDependency */,
  513. );
  514. name = SwifterSampleOSX;
  515. productName = SwifterOSX;
  516. productReference = 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */;
  517. productType = "com.apple.product-type.tool";
  518. };
  519. 7CCD875B1C66099B0068099B /* SwifteriOSTests */ = {
  520. isa = PBXNativeTarget;
  521. buildConfigurationList = 7CCD87641C66099B0068099B /* Build configuration list for PBXNativeTarget "SwifteriOSTests" */;
  522. buildPhases = (
  523. 7CCD87581C66099B0068099B /* Sources */,
  524. 7CCD87591C66099B0068099B /* Frameworks */,
  525. 7CCD875A1C66099B0068099B /* Resources */,
  526. );
  527. buildRules = (
  528. );
  529. dependencies = (
  530. 7CCD87631C66099B0068099B /* PBXTargetDependency */,
  531. );
  532. name = SwifteriOSTests;
  533. productName = SwifteriOSTests;
  534. productReference = 7CCD875C1C66099B0068099B /* SwifteriOSTests.xctest */;
  535. productType = "com.apple.product-type.bundle.unit-test";
  536. };
  537. 7CCD87781C660EA30068099B /* SwifterOSXTests */ = {
  538. isa = PBXNativeTarget;
  539. buildConfigurationList = 7CCD87811C660EA30068099B /* Build configuration list for PBXNativeTarget "SwifterOSXTests" */;
  540. buildPhases = (
  541. 7CCD87751C660EA30068099B /* Sources */,
  542. 7CCD87761C660EA30068099B /* Frameworks */,
  543. 7CCD87771C660EA30068099B /* Resources */,
  544. );
  545. buildRules = (
  546. );
  547. dependencies = (
  548. );
  549. name = SwifterOSXTests;
  550. productName = SwifterOSXTests;
  551. productReference = 7CCD87791C660EA30068099B /* SwifterOSXTests.xctest */;
  552. productType = "com.apple.product-type.bundle.unit-test";
  553. };
  554. /* End PBXNativeTarget section */
  555. /* Begin PBXProject section */
  556. 7C839B6619422CFF003A6950 /* Project object */ = {
  557. isa = PBXProject;
  558. attributes = {
  559. LastSwiftUpdateCheck = 0720;
  560. LastUpgradeCheck = 1000;
  561. ORGANIZATIONNAME = "Damian Kołakowski";
  562. TargetAttributes = {
  563. 269B47861D3AAAE20042D137 = {
  564. LastSwiftMigration = 1000;
  565. };
  566. 7AE893E61C05127900A29F63 = {
  567. CreatedOnToolsVersion = 7.1;
  568. LastSwiftMigration = 1000;
  569. };
  570. 7AE893FA1C0512C400A29F63 = {
  571. CreatedOnToolsVersion = 7.1;
  572. LastSwiftMigration = 1000;
  573. };
  574. 7C839B6D19422CFF003A6950 = {
  575. CreatedOnToolsVersion = 6.0;
  576. LastSwiftMigration = 1000;
  577. };
  578. 7CA4813A19A2EA8D0030B30D = {
  579. CreatedOnToolsVersion = 6.0;
  580. LastSwiftMigration = 1000;
  581. };
  582. 7CCD875B1C66099B0068099B = {
  583. CreatedOnToolsVersion = 7.2;
  584. LastSwiftMigration = 1000;
  585. };
  586. 7CCD87781C660EA30068099B = {
  587. CreatedOnToolsVersion = 7.2;
  588. LastSwiftMigration = 1000;
  589. };
  590. };
  591. };
  592. buildConfigurationList = 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */;
  593. compatibilityVersion = "Xcode 3.2";
  594. developmentRegion = English;
  595. hasScannedForEncodings = 0;
  596. knownRegions = (
  597. en,
  598. Base,
  599. );
  600. mainGroup = 7C839B6519422CFF003A6950;
  601. productRefGroup = 7C839B6F19422CFF003A6950 /* Products */;
  602. projectDirPath = "";
  603. projectRoot = "";
  604. targets = (
  605. 7C839B6D19422CFF003A6950 /* SwifterSampleiOS */,
  606. 7CA4813A19A2EA8D0030B30D /* SwifterSampleOSX */,
  607. 7AE893E61C05127900A29F63 /* SwifteriOS */,
  608. 7AE893FA1C0512C400A29F63 /* SwifterMac */,
  609. 269B47861D3AAAE20042D137 /* SwiftertvOS */,
  610. 7CCD875B1C66099B0068099B /* SwifteriOSTests */,
  611. 7CCD87781C660EA30068099B /* SwifterOSXTests */,
  612. );
  613. };
  614. /* End PBXProject section */
  615. /* Begin PBXResourcesBuildPhase section */
  616. 269B479D1D3AAAE20042D137 /* Resources */ = {
  617. isa = PBXResourcesBuildPhase;
  618. buildActionMask = 2147483647;
  619. files = (
  620. );
  621. runOnlyForDeploymentPostprocessing = 0;
  622. };
  623. 7AE893E51C05127900A29F63 /* Resources */ = {
  624. isa = PBXResourcesBuildPhase;
  625. buildActionMask = 2147483647;
  626. files = (
  627. );
  628. runOnlyForDeploymentPostprocessing = 0;
  629. };
  630. 7AE893F91C0512C400A29F63 /* Resources */ = {
  631. isa = PBXResourcesBuildPhase;
  632. buildActionMask = 2147483647;
  633. files = (
  634. );
  635. runOnlyForDeploymentPostprocessing = 0;
  636. };
  637. 7C839B6C19422CFF003A6950 /* Resources */ = {
  638. isa = PBXResourcesBuildPhase;
  639. buildActionMask = 2147483647;
  640. files = (
  641. 7AE8940D1C05151100A29F63 /* Launch Screen.storyboard in Resources */,
  642. 7CB102E01A17381D00CBA3B4 /* logo.png in Resources */,
  643. 7CDAB8141BE2A1D400C8A977 /* Images.xcassets in Resources */,
  644. 7CDAB8131BE2A1D400C8A977 /* Main.storyboard in Resources */,
  645. );
  646. runOnlyForDeploymentPostprocessing = 0;
  647. };
  648. 7CCD875A1C66099B0068099B /* Resources */ = {
  649. isa = PBXResourcesBuildPhase;
  650. buildActionMask = 2147483647;
  651. files = (
  652. );
  653. runOnlyForDeploymentPostprocessing = 0;
  654. };
  655. 7CCD87771C660EA30068099B /* Resources */ = {
  656. isa = PBXResourcesBuildPhase;
  657. buildActionMask = 2147483647;
  658. files = (
  659. );
  660. runOnlyForDeploymentPostprocessing = 0;
  661. };
  662. /* End PBXResourcesBuildPhase section */
  663. /* Begin PBXSourcesBuildPhase section */
  664. 269B47871D3AAAE20042D137 /* Sources */ = {
  665. isa = PBXSourcesBuildPhase;
  666. buildActionMask = 2147483647;
  667. files = (
  668. 269B47881D3AAAE20042D137 /* HttpResponse.swift in Sources */,
  669. 269B47891D3AAAE20042D137 /* Scopes.swift in Sources */,
  670. 269B478A1D3AAAE20042D137 /* Process.swift in Sources */,
  671. 269B478B1D3AAAE20042D137 /* HttpParser.swift in Sources */,
  672. 269B478C1D3AAAE20042D137 /* String+Misc.swift in Sources */,
  673. 269B478D1D3AAAE20042D137 /* WebSockets.swift in Sources */,
  674. 269B478E1D3AAAE20042D137 /* HttpServer.swift in Sources */,
  675. 269B478F1D3AAAE20042D137 /* HttpRequest.swift in Sources */,
  676. 269B47901D3AAAE20042D137 /* DemoServer.swift in Sources */,
  677. 269B47921D3AAAE20042D137 /* Socket+File.swift in Sources */,
  678. 269B47931D3AAAE20042D137 /* Socket.swift in Sources */,
  679. 269B47941D3AAAE20042D137 /* HttpServerIO.swift in Sources */,
  680. 269B47951D3AAAE20042D137 /* Files.swift in Sources */,
  681. 2659FC1A1DADC077003F3930 /* String+File.swift in Sources */,
  682. 269B47961D3AAAE20042D137 /* HttpRouter.swift in Sources */,
  683. 6AE2FF742048013100302EC4 /* MimeTypes.swift in Sources */,
  684. 269B47971D3AAAE20042D137 /* String+SHA1.swift in Sources */,
  685. 7C458EFE1D4A7526006A68E5 /* Socket+Server.swift in Sources */,
  686. 269B47981D3AAAE20042D137 /* Errno.swift in Sources */,
  687. 269B47991D3AAAE20042D137 /* String+BASE64.swift in Sources */,
  688. );
  689. runOnlyForDeploymentPostprocessing = 0;
  690. };
  691. 7AE893E21C05127900A29F63 /* Sources */ = {
  692. isa = PBXSourcesBuildPhase;
  693. buildActionMask = 2147483647;
  694. files = (
  695. 7C377E191D964B9F009C6148 /* String+File.swift in Sources */,
  696. 7C76B7171D2C45780030FC98 /* HttpResponse.swift in Sources */,
  697. 7C76B7211D2C45870030FC98 /* Scopes.swift in Sources */,
  698. 7C76B71F1D2C45840030FC98 /* Process.swift in Sources */,
  699. 7C76B7131D2C45730030FC98 /* HttpParser.swift in Sources */,
  700. 7C76B7271D2C458F0030FC98 /* String+Misc.swift in Sources */,
  701. 7C76B72B1D2C45940030FC98 /* WebSockets.swift in Sources */,
  702. 7C76B71B1D2C457E0030FC98 /* HttpServer.swift in Sources */,
  703. 7C76B7151D2C45760030FC98 /* HttpRequest.swift in Sources */,
  704. 7C76B70D1D2C456A0030FC98 /* DemoServer.swift in Sources */,
  705. 7C76B29F1D369BEC00D35BFB /* Socket+File.swift in Sources */,
  706. 7C76B7231D2C45890030FC98 /* Socket.swift in Sources */,
  707. 7C76B71D1D2C45820030FC98 /* HttpServerIO.swift in Sources */,
  708. 7C76B7111D2C45710030FC98 /* Files.swift in Sources */,
  709. 7C76B7191D2C457C0030FC98 /* HttpRouter.swift in Sources */,
  710. 6AE2FF722048013000302EC4 /* MimeTypes.swift in Sources */,
  711. 7C76B7291D2C45920030FC98 /* String+SHA1.swift in Sources */,
  712. 7C458EFC1D4A7526006A68E5 /* Socket+Server.swift in Sources */,
  713. 7C76B2A21D369C9D00D35BFB /* Errno.swift in Sources */,
  714. 7C76B7251D2C458C0030FC98 /* String+BASE64.swift in Sources */,
  715. );
  716. runOnlyForDeploymentPostprocessing = 0;
  717. };
  718. 7AE893F61C0512C400A29F63 /* Sources */ = {
  719. isa = PBXSourcesBuildPhase;
  720. buildActionMask = 2147483647;
  721. files = (
  722. 7C377E181D964B96009C6148 /* String+File.swift in Sources */,
  723. 7C76B7181D2C45790030FC98 /* HttpResponse.swift in Sources */,
  724. 7C76B7221D2C45870030FC98 /* Scopes.swift in Sources */,
  725. 7C76B7201D2C45840030FC98 /* Process.swift in Sources */,
  726. 7C76B7141D2C45730030FC98 /* HttpParser.swift in Sources */,
  727. 7C76B7281D2C458F0030FC98 /* String+Misc.swift in Sources */,
  728. 7C76B72C1D2C45950030FC98 /* WebSockets.swift in Sources */,
  729. 7C76B71C1D2C457E0030FC98 /* HttpServer.swift in Sources */,
  730. 7C76B7161D2C45760030FC98 /* HttpRequest.swift in Sources */,
  731. 7C76B70E1D2C456B0030FC98 /* DemoServer.swift in Sources */,
  732. 7C76B2A01D369BEC00D35BFB /* Socket+File.swift in Sources */,
  733. 7C76B7241D2C458A0030FC98 /* Socket.swift in Sources */,
  734. 7C76B71E1D2C45820030FC98 /* HttpServerIO.swift in Sources */,
  735. 7C76B7121D2C45710030FC98 /* Files.swift in Sources */,
  736. 7C76B71A1D2C457C0030FC98 /* HttpRouter.swift in Sources */,
  737. 6AE2FF732048013000302EC4 /* MimeTypes.swift in Sources */,
  738. 7C76B72A1D2C45920030FC98 /* String+SHA1.swift in Sources */,
  739. 7C458EFD1D4A7526006A68E5 /* Socket+Server.swift in Sources */,
  740. 7C76B2A31D369C9D00D35BFB /* Errno.swift in Sources */,
  741. 7C76B7261D2C458D0030FC98 /* String+BASE64.swift in Sources */,
  742. );
  743. runOnlyForDeploymentPostprocessing = 0;
  744. };
  745. 7C839B6A19422CFF003A6950 /* Sources */ = {
  746. isa = PBXSourcesBuildPhase;
  747. buildActionMask = 2147483647;
  748. files = (
  749. 7B74CFA82163C40F001BE07B /* AppDelegate.swift in Sources */,
  750. 7CDAB8161BE2A1D400C8A977 /* ViewController.swift in Sources */,
  751. );
  752. runOnlyForDeploymentPostprocessing = 0;
  753. };
  754. 7CA4813719A2EA8D0030B30D /* Sources */ = {
  755. isa = PBXSourcesBuildPhase;
  756. buildActionMask = 2147483647;
  757. files = (
  758. 7CA4813E19A2EA8D0030B30D /* main.swift in Sources */,
  759. );
  760. runOnlyForDeploymentPostprocessing = 0;
  761. };
  762. 7CCD87581C66099B0068099B /* Sources */ = {
  763. isa = PBXSourcesBuildPhase;
  764. buildActionMask = 2147483647;
  765. files = (
  766. 7CCD87701C660B250068099B /* SwifterTestsHttpParser.swift in Sources */,
  767. 6A0D4512204E9988000A0726 /* MimeTypesTests.swift in Sources */,
  768. 6AE2FF752048013300302EC4 /* MimeTypes.swift in Sources */,
  769. 0858E7F81D68BC2600491CD1 /* PingServer.swift in Sources */,
  770. 0858E7F41D68BB2600491CD1 /* IOSafetyTests.swift in Sources */,
  771. 7C4785E91C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */,
  772. 7CCD87721C660B250068099B /* SwifterTestsStringExtensions.swift in Sources */,
  773. 7B11AD4B21C9A8A6002F8820 /* SwifterTestsHttpRouter.swift in Sources */,
  774. );
  775. runOnlyForDeploymentPostprocessing = 0;
  776. };
  777. 7CCD87751C660EA30068099B /* Sources */ = {
  778. isa = PBXSourcesBuildPhase;
  779. buildActionMask = 2147483647;
  780. files = (
  781. 7CCB8C621D97B8E9008B9712 /* SwifterTestsHttpRouter.swift in Sources */,
  782. 7CCB8C5E1D97B852008B9712 /* String+File.swift in Sources */,
  783. 7CEBB86F1D94612D00370A6B /* Files.swift in Sources */,
  784. 7CEBB8701D94612D00370A6B /* HttpParser.swift in Sources */,
  785. 7CEBB8711D94612D00370A6B /* HttpRequest.swift in Sources */,
  786. 7CEBB8721D94612D00370A6B /* HttpResponse.swift in Sources */,
  787. 7CEBB8731D94612D00370A6B /* HttpRouter.swift in Sources */,
  788. 7CEBB8741D94612D00370A6B /* HttpServer.swift in Sources */,
  789. 7CEBB8751D94612D00370A6B /* HttpServerIO.swift in Sources */,
  790. 7CEBB8761D94612D00370A6B /* Process.swift in Sources */,
  791. 6AE2FF762048013500302EC4 /* MimeTypes.swift in Sources */,
  792. 7CEBB8771D94612D00370A6B /* Scopes.swift in Sources */,
  793. 7CEBB8781D94612D00370A6B /* Socket.swift in Sources */,
  794. 7CEBB8791D94612D00370A6B /* Socket+File.swift in Sources */,
  795. 7CEBB87A1D94612D00370A6B /* Socket+Server.swift in Sources */,
  796. 6A0D4513204E9988000A0726 /* MimeTypesTests.swift in Sources */,
  797. 7CEBB87B1D94612D00370A6B /* String+BASE64.swift in Sources */,
  798. 7CEBB87C1D94612D00370A6B /* String+Misc.swift in Sources */,
  799. 7CEBB87D1D94612D00370A6B /* String+SHA1.swift in Sources */,
  800. 7CEBB87E1D94612D00370A6B /* WebSockets.swift in Sources */,
  801. 7CEBB87F1D94612D00370A6B /* Errno.swift in Sources */,
  802. 7CCD87841C660ED60068099B /* SwifterTestsHttpParser.swift in Sources */,
  803. 0858E7F91D68BC2600491CD1 /* PingServer.swift in Sources */,
  804. 0858E7F51D68BB2600491CD1 /* IOSafetyTests.swift in Sources */,
  805. 7C4785EA1C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */,
  806. 7CCD87851C660ED60068099B /* SwifterTestsStringExtensions.swift in Sources */,
  807. );
  808. runOnlyForDeploymentPostprocessing = 0;
  809. };
  810. /* End PBXSourcesBuildPhase section */
  811. /* Begin PBXTargetDependency section */
  812. 7AE8940F1C0515A200A29F63 /* PBXTargetDependency */ = {
  813. isa = PBXTargetDependency;
  814. target = 7AE893FA1C0512C400A29F63 /* SwifterMac */;
  815. targetProxy = 7AE8940E1C0515A200A29F63 /* PBXContainerItemProxy */;
  816. };
  817. 7C73C6C01C261AA700AEF6CA /* PBXTargetDependency */ = {
  818. isa = PBXTargetDependency;
  819. target = 7AE893E61C05127900A29F63 /* SwifteriOS */;
  820. targetProxy = 7C73C6BF1C261AA700AEF6CA /* PBXContainerItemProxy */;
  821. };
  822. 7CCD87631C66099B0068099B /* PBXTargetDependency */ = {
  823. isa = PBXTargetDependency;
  824. target = 7AE893E61C05127900A29F63 /* SwifteriOS */;
  825. targetProxy = 7CCD87621C66099B0068099B /* PBXContainerItemProxy */;
  826. };
  827. /* End PBXTargetDependency section */
  828. /* Begin PBXVariantGroup section */
  829. 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */ = {
  830. isa = PBXVariantGroup;
  831. children = (
  832. 7CDAB80E1BE2A1D400C8A977 /* Base */,
  833. );
  834. name = Main.storyboard;
  835. path = .;
  836. sourceTree = "<group>";
  837. };
  838. /* End PBXVariantGroup section */
  839. /* Begin XCBuildConfiguration section */
  840. 269B479F1D3AAAE20042D137 /* Debug */ = {
  841. isa = XCBuildConfiguration;
  842. buildSettings = {
  843. "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  844. DEBUG_INFORMATION_FORMAT = dwarf;
  845. DEFINES_MODULE = YES;
  846. DYLIB_COMPATIBILITY_VERSION = 1;
  847. DYLIB_CURRENT_VERSION = 1;
  848. DYLIB_INSTALL_NAME_BASE = "@rpath";
  849. GCC_NO_COMMON_BLOCKS = YES;
  850. INFOPLIST_FILE = SwiftertvOS/Info.plist;
  851. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  852. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  853. MTL_ENABLE_DEBUG_INFO = YES;
  854. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwiftertvOS;
  855. PRODUCT_MODULE_NAME = Swifter;
  856. PRODUCT_NAME = Swifter;
  857. SDKROOT = appletvos;
  858. SKIP_INSTALL = YES;
  859. SWIFT_VERSION = 4.2;
  860. TARGETED_DEVICE_FAMILY = 3;
  861. TVOS_DEPLOYMENT_TARGET = 9.0;
  862. VERSIONING_SYSTEM = "apple-generic";
  863. VERSION_INFO_PREFIX = "";
  864. };
  865. name = Debug;
  866. };
  867. 269B47A01D3AAAE20042D137 /* Release */ = {
  868. isa = XCBuildConfiguration;
  869. buildSettings = {
  870. "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  871. COPY_PHASE_STRIP = NO;
  872. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  873. DEFINES_MODULE = YES;
  874. DYLIB_COMPATIBILITY_VERSION = 1;
  875. DYLIB_CURRENT_VERSION = 1;
  876. DYLIB_INSTALL_NAME_BASE = "@rpath";
  877. GCC_NO_COMMON_BLOCKS = YES;
  878. INFOPLIST_FILE = SwiftertvOS/Info.plist;
  879. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  880. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  881. MTL_ENABLE_DEBUG_INFO = NO;
  882. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwiftertvOS;
  883. PRODUCT_MODULE_NAME = Swifter;
  884. PRODUCT_NAME = Swifter;
  885. SDKROOT = appletvos;
  886. SKIP_INSTALL = YES;
  887. SWIFT_VERSION = 4.2;
  888. TARGETED_DEVICE_FAMILY = 3;
  889. TVOS_DEPLOYMENT_TARGET = 9.0;
  890. VERSIONING_SYSTEM = "apple-generic";
  891. VERSION_INFO_PREFIX = "";
  892. };
  893. name = Release;
  894. };
  895. 7AE893ED1C05127900A29F63 /* Debug */ = {
  896. isa = XCBuildConfiguration;
  897. buildSettings = {
  898. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  899. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  900. DEBUG_INFORMATION_FORMAT = dwarf;
  901. DEFINES_MODULE = YES;
  902. DYLIB_COMPATIBILITY_VERSION = 1;
  903. DYLIB_CURRENT_VERSION = 1;
  904. DYLIB_INSTALL_NAME_BASE = "@rpath";
  905. GCC_NO_COMMON_BLOCKS = YES;
  906. INFOPLIST_FILE = SwifteriOS/Info.plist;
  907. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  908. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  909. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  910. MTL_ENABLE_DEBUG_INFO = YES;
  911. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOS;
  912. PRODUCT_NAME = Swifter;
  913. SDKROOT = iphoneos;
  914. SKIP_INSTALL = YES;
  915. SWIFT_VERSION = 4.2;
  916. VERSIONING_SYSTEM = "apple-generic";
  917. VERSION_INFO_PREFIX = "";
  918. };
  919. name = Debug;
  920. };
  921. 7AE893EE1C05127900A29F63 /* Release */ = {
  922. isa = XCBuildConfiguration;
  923. buildSettings = {
  924. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  925. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  926. COPY_PHASE_STRIP = NO;
  927. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  928. DEFINES_MODULE = YES;
  929. DYLIB_COMPATIBILITY_VERSION = 1;
  930. DYLIB_CURRENT_VERSION = 1;
  931. DYLIB_INSTALL_NAME_BASE = "@rpath";
  932. GCC_NO_COMMON_BLOCKS = YES;
  933. INFOPLIST_FILE = SwifteriOS/Info.plist;
  934. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  935. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  936. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  937. MTL_ENABLE_DEBUG_INFO = NO;
  938. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOS;
  939. PRODUCT_NAME = Swifter;
  940. SDKROOT = iphoneos;
  941. SKIP_INSTALL = YES;
  942. SWIFT_VERSION = 4.2;
  943. VERSIONING_SYSTEM = "apple-generic";
  944. VERSION_INFO_PREFIX = "";
  945. };
  946. name = Release;
  947. };
  948. 7AE894011C0512C400A29F63 /* Debug */ = {
  949. isa = XCBuildConfiguration;
  950. buildSettings = {
  951. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  952. CODE_SIGN_IDENTITY = "";
  953. COMBINE_HIDPI_IMAGES = YES;
  954. DEBUG_INFORMATION_FORMAT = dwarf;
  955. DEFINES_MODULE = YES;
  956. DYLIB_COMPATIBILITY_VERSION = 1;
  957. DYLIB_CURRENT_VERSION = 1;
  958. DYLIB_INSTALL_NAME_BASE = "@rpath";
  959. FRAMEWORK_VERSION = A;
  960. GCC_NO_COMMON_BLOCKS = YES;
  961. INFOPLIST_FILE = SwifterMac/Info.plist;
  962. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  963. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  964. MACOSX_DEPLOYMENT_TARGET = 10.9;
  965. MTL_ENABLE_DEBUG_INFO = YES;
  966. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterMac;
  967. PRODUCT_NAME = Swifter;
  968. SDKROOT = macosx;
  969. SKIP_INSTALL = YES;
  970. SWIFT_VERSION = 4.2;
  971. VERSIONING_SYSTEM = "apple-generic";
  972. VERSION_INFO_PREFIX = "";
  973. };
  974. name = Debug;
  975. };
  976. 7AE894021C0512C400A29F63 /* Release */ = {
  977. isa = XCBuildConfiguration;
  978. buildSettings = {
  979. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  980. CODE_SIGN_IDENTITY = "";
  981. COMBINE_HIDPI_IMAGES = YES;
  982. COPY_PHASE_STRIP = NO;
  983. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  984. DEFINES_MODULE = YES;
  985. DYLIB_COMPATIBILITY_VERSION = 1;
  986. DYLIB_CURRENT_VERSION = 1;
  987. DYLIB_INSTALL_NAME_BASE = "@rpath";
  988. FRAMEWORK_VERSION = A;
  989. GCC_NO_COMMON_BLOCKS = YES;
  990. INFOPLIST_FILE = SwifterMac/Info.plist;
  991. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  992. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  993. MACOSX_DEPLOYMENT_TARGET = 10.9;
  994. MTL_ENABLE_DEBUG_INFO = NO;
  995. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterMac;
  996. PRODUCT_NAME = Swifter;
  997. SDKROOT = macosx;
  998. SKIP_INSTALL = YES;
  999. SWIFT_VERSION = 4.2;
  1000. VERSIONING_SYSTEM = "apple-generic";
  1001. VERSION_INFO_PREFIX = "";
  1002. };
  1003. name = Release;
  1004. };
  1005. 7C839B8819422D00003A6950 /* Debug */ = {
  1006. isa = XCBuildConfiguration;
  1007. buildSettings = {
  1008. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1009. ALWAYS_SEARCH_USER_PATHS = NO;
  1010. APPLICATION_EXTENSION_API_ONLY = YES;
  1011. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1012. CLANG_CXX_LIBRARY = "libc++";
  1013. CLANG_ENABLE_MODULES = YES;
  1014. CLANG_ENABLE_OBJC_ARC = YES;
  1015. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1016. CLANG_WARN_BOOL_CONVERSION = YES;
  1017. CLANG_WARN_COMMA = YES;
  1018. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1019. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1020. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1021. CLANG_WARN_EMPTY_BODY = YES;
  1022. CLANG_WARN_ENUM_CONVERSION = YES;
  1023. CLANG_WARN_INFINITE_RECURSION = YES;
  1024. CLANG_WARN_INT_CONVERSION = YES;
  1025. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1026. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1027. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1028. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1029. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1030. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1031. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1032. CLANG_WARN_UNREACHABLE_CODE = YES;
  1033. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1034. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1035. COPY_PHASE_STRIP = NO;
  1036. CURRENT_PROJECT_VERSION = 1.4.3;
  1037. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1038. ENABLE_TESTABILITY = YES;
  1039. GCC_C_LANGUAGE_STANDARD = gnu99;
  1040. GCC_DYNAMIC_NO_PIC = NO;
  1041. GCC_NO_COMMON_BLOCKS = YES;
  1042. GCC_OPTIMIZATION_LEVEL = 0;
  1043. GCC_PREPROCESSOR_DEFINITIONS = (
  1044. "DEBUG=1",
  1045. "$(inherited)",
  1046. );
  1047. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  1048. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1049. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1050. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1051. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1052. GCC_WARN_UNUSED_FUNCTION = YES;
  1053. GCC_WARN_UNUSED_VARIABLE = YES;
  1054. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1055. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1056. METAL_ENABLE_DEBUG_INFO = YES;
  1057. ONLY_ACTIVE_ARCH = YES;
  1058. OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-function-bodies=500";
  1059. SDKROOT = macosx;
  1060. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1061. SWIFT_VERSION = 4.2;
  1062. TARGETED_DEVICE_FAMILY = "1,2";
  1063. };
  1064. name = Debug;
  1065. };
  1066. 7C839B8919422D00003A6950 /* Release */ = {
  1067. isa = XCBuildConfiguration;
  1068. buildSettings = {
  1069. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1070. ALWAYS_SEARCH_USER_PATHS = NO;
  1071. APPLICATION_EXTENSION_API_ONLY = YES;
  1072. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1073. CLANG_CXX_LIBRARY = "libc++";
  1074. CLANG_ENABLE_MODULES = YES;
  1075. CLANG_ENABLE_OBJC_ARC = YES;
  1076. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1077. CLANG_WARN_BOOL_CONVERSION = YES;
  1078. CLANG_WARN_COMMA = YES;
  1079. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1080. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_INFINITE_RECURSION = YES;
  1085. CLANG_WARN_INT_CONVERSION = YES;
  1086. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1087. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1088. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1089. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1090. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1091. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1092. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1093. CLANG_WARN_UNREACHABLE_CODE = YES;
  1094. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1095. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1096. COPY_PHASE_STRIP = YES;
  1097. CURRENT_PROJECT_VERSION = 1.4.3;
  1098. ENABLE_NS_ASSERTIONS = NO;
  1099. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1100. GCC_C_LANGUAGE_STANDARD = gnu99;
  1101. GCC_NO_COMMON_BLOCKS = YES;
  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 = NO;
  1111. ONLY_ACTIVE_ARCH = NO;
  1112. OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-function-bodies=500";
  1113. SDKROOT = macosx;
  1114. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1115. SWIFT_VERSION = 4.2;
  1116. TARGETED_DEVICE_FAMILY = "1,2";
  1117. VALIDATE_PRODUCT = YES;
  1118. };
  1119. name = Release;
  1120. };
  1121. 7C839B8B19422D00003A6950 /* Debug */ = {
  1122. isa = XCBuildConfiguration;
  1123. buildSettings = {
  1124. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1125. CLANG_ENABLE_MODULES = YES;
  1126. INFOPLIST_FILE = "$(SRCROOT)/SwifterSampleiOS/Info.plist";
  1127. IPHONEOS_DEPLOYMENT_TARGET = 10.12;
  1128. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1129. PRODUCT_BUNDLE_IDENTIFIER = "pl.kolakowski.${PRODUCT_NAME:rfc1034identifier}";
  1130. PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
  1131. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  1132. SDKROOT = iphoneos;
  1133. SWIFT_COMPILATION_MODE = singlefile;
  1134. SWIFT_OBJC_BRIDGING_HEADER = "";
  1135. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1136. SWIFT_VERSION = 4.2;
  1137. TARGETED_DEVICE_FAMILY = "1,2";
  1138. };
  1139. name = Debug;
  1140. };
  1141. 7C839B8C19422D00003A6950 /* Release */ = {
  1142. isa = XCBuildConfiguration;
  1143. buildSettings = {
  1144. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1145. CLANG_ENABLE_MODULES = YES;
  1146. INFOPLIST_FILE = "$(SRCROOT)/SwifterSampleiOS/Info.plist";
  1147. IPHONEOS_DEPLOYMENT_TARGET = 10.12;
  1148. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1149. PRODUCT_BUNDLE_IDENTIFIER = "pl.kolakowski.${PRODUCT_NAME:rfc1034identifier}";
  1150. PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
  1151. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  1152. SDKROOT = iphoneos;
  1153. SWIFT_COMPILATION_MODE = wholemodule;
  1154. SWIFT_OBJC_BRIDGING_HEADER = "";
  1155. SWIFT_VERSION = 4.2;
  1156. TARGETED_DEVICE_FAMILY = "1,2";
  1157. };
  1158. name = Release;
  1159. };
  1160. 7CA4813F19A2EA8D0030B30D /* Debug */ = {
  1161. isa = XCBuildConfiguration;
  1162. buildSettings = {
  1163. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1164. CLANG_ENABLE_MODULES = YES;
  1165. GCC_PREPROCESSOR_DEFINITIONS = (
  1166. "DEBUG=1",
  1167. "$(inherited)",
  1168. );
  1169. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1170. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1171. MTL_ENABLE_DEBUG_INFO = YES;
  1172. ONLY_ACTIVE_ARCH = YES;
  1173. PRODUCT_NAME = "$(TARGET_NAME)";
  1174. SDKROOT = macosx;
  1175. SWIFT_OBJC_BRIDGING_HEADER = "";
  1176. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1177. SWIFT_VERSION = 4.2;
  1178. };
  1179. name = Debug;
  1180. };
  1181. 7CA4814019A2EA8D0030B30D /* Release */ = {
  1182. isa = XCBuildConfiguration;
  1183. buildSettings = {
  1184. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1185. CLANG_ENABLE_MODULES = YES;
  1186. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1187. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1188. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1189. MTL_ENABLE_DEBUG_INFO = NO;
  1190. PRODUCT_NAME = "$(TARGET_NAME)";
  1191. SDKROOT = macosx;
  1192. SWIFT_OBJC_BRIDGING_HEADER = "";
  1193. SWIFT_VERSION = 4.2;
  1194. };
  1195. name = Release;
  1196. };
  1197. 7CCD87651C66099B0068099B /* Debug */ = {
  1198. isa = XCBuildConfiguration;
  1199. buildSettings = {
  1200. COMBINE_HIDPI_IMAGES = YES;
  1201. DEBUG_INFORMATION_FORMAT = dwarf;
  1202. GCC_NO_COMMON_BLOCKS = YES;
  1203. INFOPLIST_FILE = SwifteriOSTests/Info.plist;
  1204. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  1205. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1206. MTL_ENABLE_DEBUG_INFO = YES;
  1207. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOSTests;
  1208. PRODUCT_NAME = "$(TARGET_NAME)";
  1209. SDKROOT = iphoneos;
  1210. SWIFT_VERSION = 4.2;
  1211. };
  1212. name = Debug;
  1213. };
  1214. 7CCD87661C66099B0068099B /* Release */ = {
  1215. isa = XCBuildConfiguration;
  1216. buildSettings = {
  1217. COMBINE_HIDPI_IMAGES = YES;
  1218. COPY_PHASE_STRIP = NO;
  1219. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1220. GCC_NO_COMMON_BLOCKS = YES;
  1221. INFOPLIST_FILE = SwifteriOSTests/Info.plist;
  1222. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  1223. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1224. MTL_ENABLE_DEBUG_INFO = NO;
  1225. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOSTests;
  1226. PRODUCT_NAME = "$(TARGET_NAME)";
  1227. SDKROOT = iphoneos;
  1228. SWIFT_VERSION = 4.2;
  1229. };
  1230. name = Release;
  1231. };
  1232. 7CCD87821C660EA30068099B /* Debug */ = {
  1233. isa = XCBuildConfiguration;
  1234. buildSettings = {
  1235. CODE_SIGN_IDENTITY = "-";
  1236. COMBINE_HIDPI_IMAGES = YES;
  1237. DEBUG_INFORMATION_FORMAT = dwarf;
  1238. GCC_NO_COMMON_BLOCKS = YES;
  1239. INFOPLIST_FILE = SwifterOSXTests/Info.plist;
  1240. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1241. MACOSX_DEPLOYMENT_TARGET = 10.11;
  1242. MTL_ENABLE_DEBUG_INFO = YES;
  1243. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterOSXTests;
  1244. PRODUCT_NAME = "$(TARGET_NAME)";
  1245. SDKROOT = macosx;
  1246. SWIFT_VERSION = 4.2;
  1247. };
  1248. name = Debug;
  1249. };
  1250. 7CCD87831C660EA30068099B /* Release */ = {
  1251. isa = XCBuildConfiguration;
  1252. buildSettings = {
  1253. CODE_SIGN_IDENTITY = "-";
  1254. COMBINE_HIDPI_IMAGES = YES;
  1255. COPY_PHASE_STRIP = NO;
  1256. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1257. GCC_NO_COMMON_BLOCKS = YES;
  1258. INFOPLIST_FILE = SwifterOSXTests/Info.plist;
  1259. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1260. MACOSX_DEPLOYMENT_TARGET = 10.11;
  1261. MTL_ENABLE_DEBUG_INFO = NO;
  1262. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterOSXTests;
  1263. PRODUCT_NAME = "$(TARGET_NAME)";
  1264. SDKROOT = macosx;
  1265. SWIFT_VERSION = 4.2;
  1266. };
  1267. name = Release;
  1268. };
  1269. /* End XCBuildConfiguration section */
  1270. /* Begin XCConfigurationList section */
  1271. 269B479E1D3AAAE20042D137 /* Build configuration list for PBXNativeTarget "SwiftertvOS" */ = {
  1272. isa = XCConfigurationList;
  1273. buildConfigurations = (
  1274. 269B479F1D3AAAE20042D137 /* Debug */,
  1275. 269B47A01D3AAAE20042D137 /* Release */,
  1276. );
  1277. defaultConfigurationIsVisible = 0;
  1278. defaultConfigurationName = Release;
  1279. };
  1280. 7AE893EC1C05127900A29F63 /* Build configuration list for PBXNativeTarget "SwifteriOS" */ = {
  1281. isa = XCConfigurationList;
  1282. buildConfigurations = (
  1283. 7AE893ED1C05127900A29F63 /* Debug */,
  1284. 7AE893EE1C05127900A29F63 /* Release */,
  1285. );
  1286. defaultConfigurationIsVisible = 0;
  1287. defaultConfigurationName = Release;
  1288. };
  1289. 7AE894001C0512C400A29F63 /* Build configuration list for PBXNativeTarget "SwifterMac" */ = {
  1290. isa = XCConfigurationList;
  1291. buildConfigurations = (
  1292. 7AE894011C0512C400A29F63 /* Debug */,
  1293. 7AE894021C0512C400A29F63 /* Release */,
  1294. );
  1295. defaultConfigurationIsVisible = 0;
  1296. defaultConfigurationName = Release;
  1297. };
  1298. 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */ = {
  1299. isa = XCConfigurationList;
  1300. buildConfigurations = (
  1301. 7C839B8819422D00003A6950 /* Debug */,
  1302. 7C839B8919422D00003A6950 /* Release */,
  1303. );
  1304. defaultConfigurationIsVisible = 0;
  1305. defaultConfigurationName = Release;
  1306. };
  1307. 7C839B8A19422D00003A6950 /* Build configuration list for PBXNativeTarget "SwifterSampleiOS" */ = {
  1308. isa = XCConfigurationList;
  1309. buildConfigurations = (
  1310. 7C839B8B19422D00003A6950 /* Debug */,
  1311. 7C839B8C19422D00003A6950 /* Release */,
  1312. );
  1313. defaultConfigurationIsVisible = 0;
  1314. defaultConfigurationName = Release;
  1315. };
  1316. 7CA4814119A2EA8D0030B30D /* Build configuration list for PBXNativeTarget "SwifterSampleOSX" */ = {
  1317. isa = XCConfigurationList;
  1318. buildConfigurations = (
  1319. 7CA4813F19A2EA8D0030B30D /* Debug */,
  1320. 7CA4814019A2EA8D0030B30D /* Release */,
  1321. );
  1322. defaultConfigurationIsVisible = 0;
  1323. defaultConfigurationName = Release;
  1324. };
  1325. 7CCD87641C66099B0068099B /* Build configuration list for PBXNativeTarget "SwifteriOSTests" */ = {
  1326. isa = XCConfigurationList;
  1327. buildConfigurations = (
  1328. 7CCD87651C66099B0068099B /* Debug */,
  1329. 7CCD87661C66099B0068099B /* Release */,
  1330. );
  1331. defaultConfigurationIsVisible = 0;
  1332. defaultConfigurationName = Release;
  1333. };
  1334. 7CCD87811C660EA30068099B /* Build configuration list for PBXNativeTarget "SwifterOSXTests" */ = {
  1335. isa = XCConfigurationList;
  1336. buildConfigurations = (
  1337. 7CCD87821C660EA30068099B /* Debug */,
  1338. 7CCD87831C660EA30068099B /* Release */,
  1339. );
  1340. defaultConfigurationIsVisible = 0;
  1341. defaultConfigurationName = Release;
  1342. };
  1343. /* End XCConfigurationList section */
  1344. };
  1345. rootObject = 7C839B6619422CFF003A6950 /* Project object */;
  1346. }