project.pbxproj 64 KB

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