project.pbxproj 63 KB

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