project.pbxproj 63 KB

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