project.pbxproj 58 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249
  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. LastSwiftMigration = 0800;
  535. };
  536. 7AE893FA1C0512C400A29F63 = {
  537. CreatedOnToolsVersion = 7.1;
  538. };
  539. 7C839B6D19422CFF003A6950 = {
  540. CreatedOnToolsVersion = 6.0;
  541. };
  542. 7CA4813A19A2EA8D0030B30D = {
  543. CreatedOnToolsVersion = 6.0;
  544. };
  545. 7CCD875B1C66099B0068099B = {
  546. CreatedOnToolsVersion = 7.2;
  547. };
  548. 7CCD87781C660EA30068099B = {
  549. CreatedOnToolsVersion = 7.2;
  550. };
  551. };
  552. };
  553. buildConfigurationList = 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */;
  554. compatibilityVersion = "Xcode 3.2";
  555. developmentRegion = English;
  556. hasScannedForEncodings = 0;
  557. knownRegions = (
  558. en,
  559. Base,
  560. );
  561. mainGroup = 7C839B6519422CFF003A6950;
  562. productRefGroup = 7C839B6F19422CFF003A6950 /* Products */;
  563. projectDirPath = "";
  564. projectRoot = "";
  565. targets = (
  566. 7C839B6D19422CFF003A6950 /* SwifterSampleiOS */,
  567. 7CA4813A19A2EA8D0030B30D /* SwifterSampleOSX */,
  568. 7AE893E61C05127900A29F63 /* SwifteriOS */,
  569. 7AE893FA1C0512C400A29F63 /* SwifterMac */,
  570. 269B47861D3AAAE20042D137 /* SwiftertvOS */,
  571. 7CCD875B1C66099B0068099B /* SwifteriOSTests */,
  572. 7CCD87781C660EA30068099B /* SwifterOSXTests */,
  573. );
  574. };
  575. /* End PBXProject section */
  576. /* Begin PBXResourcesBuildPhase section */
  577. 269B479D1D3AAAE20042D137 /* Resources */ = {
  578. isa = PBXResourcesBuildPhase;
  579. buildActionMask = 2147483647;
  580. files = (
  581. );
  582. runOnlyForDeploymentPostprocessing = 0;
  583. };
  584. 7AE893E51C05127900A29F63 /* Resources */ = {
  585. isa = PBXResourcesBuildPhase;
  586. buildActionMask = 2147483647;
  587. files = (
  588. );
  589. runOnlyForDeploymentPostprocessing = 0;
  590. };
  591. 7AE893F91C0512C400A29F63 /* Resources */ = {
  592. isa = PBXResourcesBuildPhase;
  593. buildActionMask = 2147483647;
  594. files = (
  595. );
  596. runOnlyForDeploymentPostprocessing = 0;
  597. };
  598. 7C839B6C19422CFF003A6950 /* Resources */ = {
  599. isa = PBXResourcesBuildPhase;
  600. buildActionMask = 2147483647;
  601. files = (
  602. 7AE8940D1C05151100A29F63 /* Launch Screen.storyboard in Resources */,
  603. 7CB102E01A17381D00CBA3B4 /* logo.png in Resources */,
  604. 7CDAB8141BE2A1D400C8A977 /* Images.xcassets in Resources */,
  605. 7CDAB8131BE2A1D400C8A977 /* Main.storyboard in Resources */,
  606. );
  607. runOnlyForDeploymentPostprocessing = 0;
  608. };
  609. 7CCD875A1C66099B0068099B /* Resources */ = {
  610. isa = PBXResourcesBuildPhase;
  611. buildActionMask = 2147483647;
  612. files = (
  613. );
  614. runOnlyForDeploymentPostprocessing = 0;
  615. };
  616. 7CCD87771C660EA30068099B /* Resources */ = {
  617. isa = PBXResourcesBuildPhase;
  618. buildActionMask = 2147483647;
  619. files = (
  620. );
  621. runOnlyForDeploymentPostprocessing = 0;
  622. };
  623. /* End PBXResourcesBuildPhase section */
  624. /* Begin PBXSourcesBuildPhase section */
  625. 269B47871D3AAAE20042D137 /* Sources */ = {
  626. isa = PBXSourcesBuildPhase;
  627. buildActionMask = 2147483647;
  628. files = (
  629. 269B47881D3AAAE20042D137 /* HttpResponse.swift in Sources */,
  630. 269B47891D3AAAE20042D137 /* Scopes.swift in Sources */,
  631. 269B478A1D3AAAE20042D137 /* Process.swift in Sources */,
  632. 269B478B1D3AAAE20042D137 /* HttpParser.swift in Sources */,
  633. 269B478C1D3AAAE20042D137 /* String+Misc.swift in Sources */,
  634. 269B478D1D3AAAE20042D137 /* WebSockets.swift in Sources */,
  635. 269B478E1D3AAAE20042D137 /* HttpServer.swift in Sources */,
  636. 269B478F1D3AAAE20042D137 /* HttpRequest.swift in Sources */,
  637. 269B47901D3AAAE20042D137 /* DemoServer.swift in Sources */,
  638. 269B47911D3AAAE20042D137 /* File.swift in Sources */,
  639. 269B47921D3AAAE20042D137 /* Socket+File.swift in Sources */,
  640. 269B47931D3AAAE20042D137 /* Socket.swift in Sources */,
  641. 269B47941D3AAAE20042D137 /* HttpServerIO.swift in Sources */,
  642. 269B47951D3AAAE20042D137 /* Files.swift in Sources */,
  643. 269B47961D3AAAE20042D137 /* HttpRouter.swift in Sources */,
  644. 269B47971D3AAAE20042D137 /* String+SHA1.swift in Sources */,
  645. 7C458EFE1D4A7526006A68E5 /* Socket+Server.swift in Sources */,
  646. 269B47981D3AAAE20042D137 /* Errno.swift in Sources */,
  647. 269B47991D3AAAE20042D137 /* String+BASE64.swift in Sources */,
  648. );
  649. runOnlyForDeploymentPostprocessing = 0;
  650. };
  651. 7AE893E21C05127900A29F63 /* Sources */ = {
  652. isa = PBXSourcesBuildPhase;
  653. buildActionMask = 2147483647;
  654. files = (
  655. 7C76B7171D2C45780030FC98 /* HttpResponse.swift in Sources */,
  656. 7C76B7211D2C45870030FC98 /* Scopes.swift in Sources */,
  657. 7C76B71F1D2C45840030FC98 /* Process.swift in Sources */,
  658. 7C76B7131D2C45730030FC98 /* HttpParser.swift in Sources */,
  659. 7C76B7271D2C458F0030FC98 /* String+Misc.swift in Sources */,
  660. 7C76B72B1D2C45940030FC98 /* WebSockets.swift in Sources */,
  661. 7C76B71B1D2C457E0030FC98 /* HttpServer.swift in Sources */,
  662. 7C76B7151D2C45760030FC98 /* HttpRequest.swift in Sources */,
  663. 7C76B70D1D2C456A0030FC98 /* DemoServer.swift in Sources */,
  664. 7C76B70F1D2C456D0030FC98 /* File.swift in Sources */,
  665. 7C76B29F1D369BEC00D35BFB /* Socket+File.swift in Sources */,
  666. 7C76B7231D2C45890030FC98 /* Socket.swift in Sources */,
  667. 7C76B71D1D2C45820030FC98 /* HttpServerIO.swift in Sources */,
  668. 7C76B7111D2C45710030FC98 /* Files.swift in Sources */,
  669. 7C76B7191D2C457C0030FC98 /* HttpRouter.swift in Sources */,
  670. 7C76B7291D2C45920030FC98 /* String+SHA1.swift in Sources */,
  671. 7C458EFC1D4A7526006A68E5 /* Socket+Server.swift in Sources */,
  672. 7C76B2A21D369C9D00D35BFB /* Errno.swift in Sources */,
  673. 7C76B7251D2C458C0030FC98 /* String+BASE64.swift in Sources */,
  674. );
  675. runOnlyForDeploymentPostprocessing = 0;
  676. };
  677. 7AE893F61C0512C400A29F63 /* Sources */ = {
  678. isa = PBXSourcesBuildPhase;
  679. buildActionMask = 2147483647;
  680. files = (
  681. 7C76B7181D2C45790030FC98 /* HttpResponse.swift in Sources */,
  682. 7C76B7221D2C45870030FC98 /* Scopes.swift in Sources */,
  683. 7C76B7201D2C45840030FC98 /* Process.swift in Sources */,
  684. 7C76B7141D2C45730030FC98 /* HttpParser.swift in Sources */,
  685. 7C76B7281D2C458F0030FC98 /* String+Misc.swift in Sources */,
  686. 7C76B72C1D2C45950030FC98 /* WebSockets.swift in Sources */,
  687. 7C76B71C1D2C457E0030FC98 /* HttpServer.swift in Sources */,
  688. 7C76B7161D2C45760030FC98 /* HttpRequest.swift in Sources */,
  689. 7C76B70E1D2C456B0030FC98 /* DemoServer.swift in Sources */,
  690. 7C76B7101D2C456D0030FC98 /* File.swift in Sources */,
  691. 7C76B2A01D369BEC00D35BFB /* Socket+File.swift in Sources */,
  692. 7C76B7241D2C458A0030FC98 /* Socket.swift in Sources */,
  693. 7C76B71E1D2C45820030FC98 /* HttpServerIO.swift in Sources */,
  694. 7C76B7121D2C45710030FC98 /* Files.swift in Sources */,
  695. 7C76B71A1D2C457C0030FC98 /* HttpRouter.swift in Sources */,
  696. 7C76B72A1D2C45920030FC98 /* String+SHA1.swift in Sources */,
  697. 7C458EFD1D4A7526006A68E5 /* Socket+Server.swift in Sources */,
  698. 7C76B2A31D369C9D00D35BFB /* Errno.swift in Sources */,
  699. 7C76B7261D2C458D0030FC98 /* String+BASE64.swift in Sources */,
  700. );
  701. runOnlyForDeploymentPostprocessing = 0;
  702. };
  703. 7C839B6A19422CFF003A6950 /* Sources */ = {
  704. isa = PBXSourcesBuildPhase;
  705. buildActionMask = 2147483647;
  706. files = (
  707. 7C73C6921C26179C00AEF6CA /* AppDelegate.swift in Sources */,
  708. 7CDAB8161BE2A1D400C8A977 /* ViewController.swift in Sources */,
  709. );
  710. runOnlyForDeploymentPostprocessing = 0;
  711. };
  712. 7CA4813719A2EA8D0030B30D /* Sources */ = {
  713. isa = PBXSourcesBuildPhase;
  714. buildActionMask = 2147483647;
  715. files = (
  716. 7CA4813E19A2EA8D0030B30D /* main.swift in Sources */,
  717. );
  718. runOnlyForDeploymentPostprocessing = 0;
  719. };
  720. 7CCD87581C66099B0068099B /* Sources */ = {
  721. isa = PBXSourcesBuildPhase;
  722. buildActionMask = 2147483647;
  723. files = (
  724. 7CCD87701C660B250068099B /* SwifterTestsHttpParser.swift in Sources */,
  725. 7C4785E91C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */,
  726. 7CCD87721C660B250068099B /* SwifterTestsStringExtensions.swift in Sources */,
  727. );
  728. runOnlyForDeploymentPostprocessing = 0;
  729. };
  730. 7CCD87751C660EA30068099B /* Sources */ = {
  731. isa = PBXSourcesBuildPhase;
  732. buildActionMask = 2147483647;
  733. files = (
  734. 7CCD87841C660ED60068099B /* SwifterTestsHttpParser.swift in Sources */,
  735. 7C4785EA1C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */,
  736. 7CCD87851C660ED60068099B /* SwifterTestsStringExtensions.swift in Sources */,
  737. );
  738. runOnlyForDeploymentPostprocessing = 0;
  739. };
  740. /* End PBXSourcesBuildPhase section */
  741. /* Begin PBXTargetDependency section */
  742. 7AE8940F1C0515A200A29F63 /* PBXTargetDependency */ = {
  743. isa = PBXTargetDependency;
  744. target = 7AE893FA1C0512C400A29F63 /* SwifterMac */;
  745. targetProxy = 7AE8940E1C0515A200A29F63 /* PBXContainerItemProxy */;
  746. };
  747. 7C73C6C01C261AA700AEF6CA /* PBXTargetDependency */ = {
  748. isa = PBXTargetDependency;
  749. target = 7AE893E61C05127900A29F63 /* SwifteriOS */;
  750. targetProxy = 7C73C6BF1C261AA700AEF6CA /* PBXContainerItemProxy */;
  751. };
  752. 7CCD87631C66099B0068099B /* PBXTargetDependency */ = {
  753. isa = PBXTargetDependency;
  754. target = 7AE893E61C05127900A29F63 /* SwifteriOS */;
  755. targetProxy = 7CCD87621C66099B0068099B /* PBXContainerItemProxy */;
  756. };
  757. 7CCD87801C660EA30068099B /* PBXTargetDependency */ = {
  758. isa = PBXTargetDependency;
  759. target = 7AE893FA1C0512C400A29F63 /* SwifterMac */;
  760. targetProxy = 7CCD877F1C660EA30068099B /* PBXContainerItemProxy */;
  761. };
  762. /* End PBXTargetDependency section */
  763. /* Begin PBXVariantGroup section */
  764. 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */ = {
  765. isa = PBXVariantGroup;
  766. children = (
  767. 7CDAB80E1BE2A1D400C8A977 /* Base */,
  768. );
  769. name = Main.storyboard;
  770. path = .;
  771. sourceTree = "<group>";
  772. };
  773. /* End PBXVariantGroup section */
  774. /* Begin XCBuildConfiguration section */
  775. 269B479F1D3AAAE20042D137 /* Debug */ = {
  776. isa = XCBuildConfiguration;
  777. buildSettings = {
  778. CURRENT_PROJECT_VERSION = 1.2.5;
  779. DEBUG_INFORMATION_FORMAT = dwarf;
  780. DEFINES_MODULE = YES;
  781. DYLIB_COMPATIBILITY_VERSION = 1;
  782. DYLIB_CURRENT_VERSION = 1;
  783. DYLIB_INSTALL_NAME_BASE = "@rpath";
  784. GCC_NO_COMMON_BLOCKS = YES;
  785. INFOPLIST_FILE = SwiftertvOS/Info.plist;
  786. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  787. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  788. MTL_ENABLE_DEBUG_INFO = YES;
  789. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwiftertvOS;
  790. PRODUCT_MODULE_NAME = Swifter;
  791. PRODUCT_NAME = Swifter;
  792. SDKROOT = appletvos;
  793. SKIP_INSTALL = YES;
  794. TARGETED_DEVICE_FAMILY = 3;
  795. TVOS_DEPLOYMENT_TARGET = 9.0;
  796. VERSIONING_SYSTEM = "apple-generic";
  797. VERSION_INFO_PREFIX = "";
  798. };
  799. name = Debug;
  800. };
  801. 269B47A01D3AAAE20042D137 /* Release */ = {
  802. isa = XCBuildConfiguration;
  803. buildSettings = {
  804. COPY_PHASE_STRIP = NO;
  805. CURRENT_PROJECT_VERSION = 1.2.5;
  806. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  807. DEFINES_MODULE = YES;
  808. DYLIB_COMPATIBILITY_VERSION = 1;
  809. DYLIB_CURRENT_VERSION = 1;
  810. DYLIB_INSTALL_NAME_BASE = "@rpath";
  811. GCC_NO_COMMON_BLOCKS = YES;
  812. INFOPLIST_FILE = SwiftertvOS/Info.plist;
  813. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  814. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  815. MTL_ENABLE_DEBUG_INFO = NO;
  816. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwiftertvOS;
  817. PRODUCT_MODULE_NAME = Swifter;
  818. PRODUCT_NAME = Swifter;
  819. SDKROOT = appletvos;
  820. SKIP_INSTALL = YES;
  821. TARGETED_DEVICE_FAMILY = 3;
  822. TVOS_DEPLOYMENT_TARGET = 9.0;
  823. VERSIONING_SYSTEM = "apple-generic";
  824. VERSION_INFO_PREFIX = "";
  825. };
  826. name = Release;
  827. };
  828. 7AE893ED1C05127900A29F63 /* Debug */ = {
  829. isa = XCBuildConfiguration;
  830. buildSettings = {
  831. CURRENT_PROJECT_VERSION = 1.2.5;
  832. DEBUG_INFORMATION_FORMAT = dwarf;
  833. DEFINES_MODULE = YES;
  834. DYLIB_COMPATIBILITY_VERSION = 1;
  835. DYLIB_CURRENT_VERSION = 1;
  836. DYLIB_INSTALL_NAME_BASE = "@rpath";
  837. EMBEDDED_CONTENT_CONTAINS_SWIFT = NO;
  838. GCC_NO_COMMON_BLOCKS = YES;
  839. INFOPLIST_FILE = SwifteriOS/Info.plist;
  840. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  841. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  842. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  843. MTL_ENABLE_DEBUG_INFO = YES;
  844. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOS;
  845. PRODUCT_NAME = Swifter;
  846. SDKROOT = iphoneos;
  847. SKIP_INSTALL = YES;
  848. SWIFT_VERSION = 2.3;
  849. VERSIONING_SYSTEM = "apple-generic";
  850. VERSION_INFO_PREFIX = "";
  851. };
  852. name = Debug;
  853. };
  854. 7AE893EE1C05127900A29F63 /* Release */ = {
  855. isa = XCBuildConfiguration;
  856. buildSettings = {
  857. COPY_PHASE_STRIP = NO;
  858. CURRENT_PROJECT_VERSION = 1.2.5;
  859. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  860. DEFINES_MODULE = YES;
  861. DYLIB_COMPATIBILITY_VERSION = 1;
  862. DYLIB_CURRENT_VERSION = 1;
  863. DYLIB_INSTALL_NAME_BASE = "@rpath";
  864. EMBEDDED_CONTENT_CONTAINS_SWIFT = NO;
  865. GCC_NO_COMMON_BLOCKS = YES;
  866. INFOPLIST_FILE = SwifteriOS/Info.plist;
  867. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  868. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  869. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  870. MTL_ENABLE_DEBUG_INFO = NO;
  871. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOS;
  872. PRODUCT_NAME = Swifter;
  873. SDKROOT = iphoneos;
  874. SKIP_INSTALL = YES;
  875. SWIFT_VERSION = 2.3;
  876. VERSIONING_SYSTEM = "apple-generic";
  877. VERSION_INFO_PREFIX = "";
  878. };
  879. name = Release;
  880. };
  881. 7AE894011C0512C400A29F63 /* Debug */ = {
  882. isa = XCBuildConfiguration;
  883. buildSettings = {
  884. CODE_SIGN_IDENTITY = "Mac Developer";
  885. COMBINE_HIDPI_IMAGES = YES;
  886. CURRENT_PROJECT_VERSION = 1.2.5;
  887. DEBUG_INFORMATION_FORMAT = dwarf;
  888. DEFINES_MODULE = YES;
  889. DYLIB_COMPATIBILITY_VERSION = 1;
  890. DYLIB_CURRENT_VERSION = 1;
  891. DYLIB_INSTALL_NAME_BASE = "@rpath";
  892. FRAMEWORK_VERSION = A;
  893. GCC_NO_COMMON_BLOCKS = YES;
  894. INFOPLIST_FILE = SwifterMac/Info.plist;
  895. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  896. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  897. MACOSX_DEPLOYMENT_TARGET = 10.9;
  898. MTL_ENABLE_DEBUG_INFO = YES;
  899. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterMac;
  900. PRODUCT_NAME = Swifter;
  901. SDKROOT = macosx;
  902. SKIP_INSTALL = YES;
  903. VERSIONING_SYSTEM = "apple-generic";
  904. VERSION_INFO_PREFIX = "";
  905. };
  906. name = Debug;
  907. };
  908. 7AE894021C0512C400A29F63 /* Release */ = {
  909. isa = XCBuildConfiguration;
  910. buildSettings = {
  911. CODE_SIGN_IDENTITY = "Mac Developer";
  912. COMBINE_HIDPI_IMAGES = YES;
  913. COPY_PHASE_STRIP = NO;
  914. CURRENT_PROJECT_VERSION = 1.2.5;
  915. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  916. DEFINES_MODULE = YES;
  917. DYLIB_COMPATIBILITY_VERSION = 1;
  918. DYLIB_CURRENT_VERSION = 1;
  919. DYLIB_INSTALL_NAME_BASE = "@rpath";
  920. FRAMEWORK_VERSION = A;
  921. GCC_NO_COMMON_BLOCKS = YES;
  922. INFOPLIST_FILE = SwifterMac/Info.plist;
  923. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  924. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  925. MACOSX_DEPLOYMENT_TARGET = 10.9;
  926. MTL_ENABLE_DEBUG_INFO = NO;
  927. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterMac;
  928. PRODUCT_NAME = Swifter;
  929. SDKROOT = macosx;
  930. SKIP_INSTALL = YES;
  931. VERSIONING_SYSTEM = "apple-generic";
  932. VERSION_INFO_PREFIX = "";
  933. };
  934. name = Release;
  935. };
  936. 7C839B8819422D00003A6950 /* Debug */ = {
  937. isa = XCBuildConfiguration;
  938. buildSettings = {
  939. ALWAYS_SEARCH_USER_PATHS = NO;
  940. APPLICATION_EXTENSION_API_ONLY = YES;
  941. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  942. CLANG_CXX_LIBRARY = "libc++";
  943. CLANG_ENABLE_MODULES = YES;
  944. CLANG_ENABLE_OBJC_ARC = YES;
  945. CLANG_WARN_BOOL_CONVERSION = YES;
  946. CLANG_WARN_CONSTANT_CONVERSION = YES;
  947. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  948. CLANG_WARN_EMPTY_BODY = YES;
  949. CLANG_WARN_ENUM_CONVERSION = YES;
  950. CLANG_WARN_INT_CONVERSION = YES;
  951. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  952. CLANG_WARN_UNREACHABLE_CODE = YES;
  953. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  954. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  955. COPY_PHASE_STRIP = NO;
  956. CURRENT_PROJECT_VERSION = 1.2.6;
  957. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  958. ENABLE_STRICT_OBJC_MSGSEND = YES;
  959. ENABLE_TESTABILITY = YES;
  960. GCC_C_LANGUAGE_STANDARD = gnu99;
  961. GCC_DYNAMIC_NO_PIC = NO;
  962. GCC_OPTIMIZATION_LEVEL = 0;
  963. GCC_PREPROCESSOR_DEFINITIONS = (
  964. "DEBUG=1",
  965. "$(inherited)",
  966. );
  967. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  968. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  969. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  970. GCC_WARN_UNDECLARED_SELECTOR = YES;
  971. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  972. GCC_WARN_UNUSED_FUNCTION = YES;
  973. GCC_WARN_UNUSED_VARIABLE = YES;
  974. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  975. MACOSX_DEPLOYMENT_TARGET = 10.9;
  976. METAL_ENABLE_DEBUG_INFO = YES;
  977. ONLY_ACTIVE_ARCH = YES;
  978. SDKROOT = macosx;
  979. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  980. TARGETED_DEVICE_FAMILY = "1,2";
  981. };
  982. name = Debug;
  983. };
  984. 7C839B8919422D00003A6950 /* Release */ = {
  985. isa = XCBuildConfiguration;
  986. buildSettings = {
  987. ALWAYS_SEARCH_USER_PATHS = NO;
  988. APPLICATION_EXTENSION_API_ONLY = YES;
  989. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  990. CLANG_CXX_LIBRARY = "libc++";
  991. CLANG_ENABLE_MODULES = YES;
  992. CLANG_ENABLE_OBJC_ARC = YES;
  993. CLANG_WARN_BOOL_CONVERSION = YES;
  994. CLANG_WARN_CONSTANT_CONVERSION = YES;
  995. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  996. CLANG_WARN_EMPTY_BODY = YES;
  997. CLANG_WARN_ENUM_CONVERSION = YES;
  998. CLANG_WARN_INT_CONVERSION = YES;
  999. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1000. CLANG_WARN_UNREACHABLE_CODE = YES;
  1001. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1002. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1003. COPY_PHASE_STRIP = YES;
  1004. CURRENT_PROJECT_VERSION = 1.2.6;
  1005. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  1006. ENABLE_NS_ASSERTIONS = NO;
  1007. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1008. GCC_C_LANGUAGE_STANDARD = gnu99;
  1009. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1010. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1011. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1012. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1013. GCC_WARN_UNUSED_FUNCTION = YES;
  1014. GCC_WARN_UNUSED_VARIABLE = YES;
  1015. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1016. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1017. METAL_ENABLE_DEBUG_INFO = NO;
  1018. ONLY_ACTIVE_ARCH = NO;
  1019. SDKROOT = macosx;
  1020. TARGETED_DEVICE_FAMILY = "1,2";
  1021. VALIDATE_PRODUCT = YES;
  1022. };
  1023. name = Release;
  1024. };
  1025. 7C839B8B19422D00003A6950 /* Debug */ = {
  1026. isa = XCBuildConfiguration;
  1027. buildSettings = {
  1028. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1029. CLANG_ENABLE_MODULES = YES;
  1030. INFOPLIST_FILE = "$(SRCROOT)/SwifterSampleiOS/Info.plist";
  1031. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1032. PRODUCT_BUNDLE_IDENTIFIER = "pl.kolakowski.${PRODUCT_NAME:rfc1034identifier}";
  1033. PRODUCT_NAME = "$(TARGET_NAME)";
  1034. SDKROOT = iphoneos;
  1035. SWIFT_OBJC_BRIDGING_HEADER = "";
  1036. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1037. };
  1038. name = Debug;
  1039. };
  1040. 7C839B8C19422D00003A6950 /* Release */ = {
  1041. isa = XCBuildConfiguration;
  1042. buildSettings = {
  1043. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1044. CLANG_ENABLE_MODULES = YES;
  1045. INFOPLIST_FILE = "$(SRCROOT)/SwifterSampleiOS/Info.plist";
  1046. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1047. PRODUCT_BUNDLE_IDENTIFIER = "pl.kolakowski.${PRODUCT_NAME:rfc1034identifier}";
  1048. PRODUCT_NAME = "$(TARGET_NAME)";
  1049. SDKROOT = iphoneos;
  1050. SWIFT_OBJC_BRIDGING_HEADER = "";
  1051. };
  1052. name = Release;
  1053. };
  1054. 7CA4813F19A2EA8D0030B30D /* Debug */ = {
  1055. isa = XCBuildConfiguration;
  1056. buildSettings = {
  1057. CLANG_ENABLE_MODULES = YES;
  1058. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  1059. GCC_PREPROCESSOR_DEFINITIONS = (
  1060. "DEBUG=1",
  1061. "$(inherited)",
  1062. );
  1063. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1064. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1065. MTL_ENABLE_DEBUG_INFO = YES;
  1066. ONLY_ACTIVE_ARCH = YES;
  1067. PRODUCT_NAME = "$(TARGET_NAME)";
  1068. SDKROOT = macosx;
  1069. SWIFT_OBJC_BRIDGING_HEADER = "";
  1070. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1071. };
  1072. name = Debug;
  1073. };
  1074. 7CA4814019A2EA8D0030B30D /* Release */ = {
  1075. isa = XCBuildConfiguration;
  1076. buildSettings = {
  1077. CLANG_ENABLE_MODULES = YES;
  1078. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1079. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  1080. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1081. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1082. MTL_ENABLE_DEBUG_INFO = NO;
  1083. PRODUCT_NAME = "$(TARGET_NAME)";
  1084. SDKROOT = macosx;
  1085. SWIFT_OBJC_BRIDGING_HEADER = "";
  1086. };
  1087. name = Release;
  1088. };
  1089. 7CCD87651C66099B0068099B /* Debug */ = {
  1090. isa = XCBuildConfiguration;
  1091. buildSettings = {
  1092. COMBINE_HIDPI_IMAGES = YES;
  1093. DEBUG_INFORMATION_FORMAT = dwarf;
  1094. GCC_NO_COMMON_BLOCKS = YES;
  1095. INFOPLIST_FILE = SwifteriOSTests/Info.plist;
  1096. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  1097. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1098. MTL_ENABLE_DEBUG_INFO = YES;
  1099. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOSTests;
  1100. PRODUCT_NAME = "$(TARGET_NAME)";
  1101. SDKROOT = iphoneos;
  1102. };
  1103. name = Debug;
  1104. };
  1105. 7CCD87661C66099B0068099B /* Release */ = {
  1106. isa = XCBuildConfiguration;
  1107. buildSettings = {
  1108. COMBINE_HIDPI_IMAGES = YES;
  1109. COPY_PHASE_STRIP = NO;
  1110. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1111. GCC_NO_COMMON_BLOCKS = YES;
  1112. INFOPLIST_FILE = SwifteriOSTests/Info.plist;
  1113. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  1114. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1115. MTL_ENABLE_DEBUG_INFO = NO;
  1116. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOSTests;
  1117. PRODUCT_NAME = "$(TARGET_NAME)";
  1118. SDKROOT = iphoneos;
  1119. };
  1120. name = Release;
  1121. };
  1122. 7CCD87821C660EA30068099B /* Debug */ = {
  1123. isa = XCBuildConfiguration;
  1124. buildSettings = {
  1125. CODE_SIGN_IDENTITY = "-";
  1126. COMBINE_HIDPI_IMAGES = YES;
  1127. DEBUG_INFORMATION_FORMAT = dwarf;
  1128. GCC_NO_COMMON_BLOCKS = YES;
  1129. INFOPLIST_FILE = SwifterOSXTests/Info.plist;
  1130. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1131. MACOSX_DEPLOYMENT_TARGET = 10.11;
  1132. MTL_ENABLE_DEBUG_INFO = YES;
  1133. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterOSXTests;
  1134. PRODUCT_NAME = "$(TARGET_NAME)";
  1135. SDKROOT = appletvos;
  1136. };
  1137. name = Debug;
  1138. };
  1139. 7CCD87831C660EA30068099B /* Release */ = {
  1140. isa = XCBuildConfiguration;
  1141. buildSettings = {
  1142. CODE_SIGN_IDENTITY = "-";
  1143. COMBINE_HIDPI_IMAGES = YES;
  1144. COPY_PHASE_STRIP = NO;
  1145. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1146. GCC_NO_COMMON_BLOCKS = YES;
  1147. INFOPLIST_FILE = SwifterOSXTests/Info.plist;
  1148. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1149. MACOSX_DEPLOYMENT_TARGET = 10.11;
  1150. MTL_ENABLE_DEBUG_INFO = NO;
  1151. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterOSXTests;
  1152. PRODUCT_NAME = "$(TARGET_NAME)";
  1153. SDKROOT = appletvos;
  1154. };
  1155. name = Release;
  1156. };
  1157. /* End XCBuildConfiguration section */
  1158. /* Begin XCConfigurationList section */
  1159. 269B479E1D3AAAE20042D137 /* Build configuration list for PBXNativeTarget "SwiftertvOS" */ = {
  1160. isa = XCConfigurationList;
  1161. buildConfigurations = (
  1162. 269B479F1D3AAAE20042D137 /* Debug */,
  1163. 269B47A01D3AAAE20042D137 /* Release */,
  1164. );
  1165. defaultConfigurationIsVisible = 0;
  1166. defaultConfigurationName = Release;
  1167. };
  1168. 7AE893EC1C05127900A29F63 /* Build configuration list for PBXNativeTarget "SwifteriOS" */ = {
  1169. isa = XCConfigurationList;
  1170. buildConfigurations = (
  1171. 7AE893ED1C05127900A29F63 /* Debug */,
  1172. 7AE893EE1C05127900A29F63 /* Release */,
  1173. );
  1174. defaultConfigurationIsVisible = 0;
  1175. defaultConfigurationName = Release;
  1176. };
  1177. 7AE894001C0512C400A29F63 /* Build configuration list for PBXNativeTarget "SwifterMac" */ = {
  1178. isa = XCConfigurationList;
  1179. buildConfigurations = (
  1180. 7AE894011C0512C400A29F63 /* Debug */,
  1181. 7AE894021C0512C400A29F63 /* Release */,
  1182. );
  1183. defaultConfigurationIsVisible = 0;
  1184. defaultConfigurationName = Release;
  1185. };
  1186. 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */ = {
  1187. isa = XCConfigurationList;
  1188. buildConfigurations = (
  1189. 7C839B8819422D00003A6950 /* Debug */,
  1190. 7C839B8919422D00003A6950 /* Release */,
  1191. );
  1192. defaultConfigurationIsVisible = 0;
  1193. defaultConfigurationName = Release;
  1194. };
  1195. 7C839B8A19422D00003A6950 /* Build configuration list for PBXNativeTarget "SwifterSampleiOS" */ = {
  1196. isa = XCConfigurationList;
  1197. buildConfigurations = (
  1198. 7C839B8B19422D00003A6950 /* Debug */,
  1199. 7C839B8C19422D00003A6950 /* Release */,
  1200. );
  1201. defaultConfigurationIsVisible = 0;
  1202. defaultConfigurationName = Release;
  1203. };
  1204. 7CA4814119A2EA8D0030B30D /* Build configuration list for PBXNativeTarget "SwifterSampleOSX" */ = {
  1205. isa = XCConfigurationList;
  1206. buildConfigurations = (
  1207. 7CA4813F19A2EA8D0030B30D /* Debug */,
  1208. 7CA4814019A2EA8D0030B30D /* Release */,
  1209. );
  1210. defaultConfigurationIsVisible = 0;
  1211. defaultConfigurationName = Release;
  1212. };
  1213. 7CCD87641C66099B0068099B /* Build configuration list for PBXNativeTarget "SwifteriOSTests" */ = {
  1214. isa = XCConfigurationList;
  1215. buildConfigurations = (
  1216. 7CCD87651C66099B0068099B /* Debug */,
  1217. 7CCD87661C66099B0068099B /* Release */,
  1218. );
  1219. defaultConfigurationIsVisible = 0;
  1220. defaultConfigurationName = Release;
  1221. };
  1222. 7CCD87811C660EA30068099B /* Build configuration list for PBXNativeTarget "SwifterOSXTests" */ = {
  1223. isa = XCConfigurationList;
  1224. buildConfigurations = (
  1225. 7CCD87821C660EA30068099B /* Debug */,
  1226. 7CCD87831C660EA30068099B /* Release */,
  1227. );
  1228. defaultConfigurationIsVisible = 0;
  1229. defaultConfigurationName = Release;
  1230. };
  1231. /* End XCConfigurationList section */
  1232. };
  1233. rootObject = 7C839B6619422CFF003A6950 /* Project object */;
  1234. }