1
0

project.pbxproj 66 KB

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