project.pbxproj 62 KB

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