project.pbxproj 58 KB

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