1
0

project.pbxproj 56 KB

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