project.pbxproj 66 KB

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