project.pbxproj 59 KB

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