project.pbxproj 64 KB

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