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