project.pbxproj 63 KB

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