project.pbxproj 62 KB

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