project.pbxproj 72 KB

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