project.pbxproj 72 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 7AE893EA1C05127900A29F63 /* SwifteriOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE893E91C05127900A29F63 /* SwifteriOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
  10. 7AE893FE1C0512C400A29F63 /* SwifterMac.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE893FD1C0512C400A29F63 /* SwifterMac.h */; settings = {ATTRIBUTES = (Public, ); }; };
  11. 7AE8940D1C05151100A29F63 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7AE8940C1C05151100A29F63 /* Launch Screen.storyboard */; };
  12. 7C13B57C1C7B069500556443 /* SwifterTestsSQLite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C13B57B1C7B069500556443 /* SwifterTestsSQLite.swift */; };
  13. 7C13B57D1C7B069500556443 /* SwifterTestsSQLite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C13B57B1C7B069500556443 /* SwifterTestsSQLite.swift */; };
  14. 7C3195FB1CC2C68F00DF5406 /* sqlite.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C3195E31CC2C68F00DF5406 /* sqlite.h */; };
  15. 7C3195FC1CC2C68F00DF5406 /* sqlite.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C3195E31CC2C68F00DF5406 /* sqlite.h */; };
  16. 7C3195FD1CC2C68F00DF5406 /* sqlite.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C3195E31CC2C68F00DF5406 /* sqlite.h */; };
  17. 7C3195FE1CC2C68F00DF5406 /* sqlite.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E51CC2C68F00DF5406 /* sqlite.c */; };
  18. 7C3195FF1CC2C68F00DF5406 /* sqlite.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E51CC2C68F00DF5406 /* sqlite.c */; };
  19. 7C3196001CC2C68F00DF5406 /* sqlite.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E51CC2C68F00DF5406 /* sqlite.c */; };
  20. 7C3196011CC2C68F00DF5406 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E71CC2C68F00DF5406 /* App.swift */; };
  21. 7C3196021CC2C68F00DF5406 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E71CC2C68F00DF5406 /* App.swift */; };
  22. 7C3196031CC2C68F00DF5406 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E71CC2C68F00DF5406 /* App.swift */; };
  23. 7C3196041CC2C68F00DF5406 /* DemoServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E81CC2C68F00DF5406 /* DemoServer.swift */; };
  24. 7C3196051CC2C68F00DF5406 /* DemoServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E81CC2C68F00DF5406 /* DemoServer.swift */; };
  25. 7C3196061CC2C68F00DF5406 /* DemoServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E81CC2C68F00DF5406 /* DemoServer.swift */; };
  26. 7C3196071CC2C68F00DF5406 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E91CC2C68F00DF5406 /* File.swift */; };
  27. 7C3196081CC2C68F00DF5406 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E91CC2C68F00DF5406 /* File.swift */; };
  28. 7C3196091CC2C68F00DF5406 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E91CC2C68F00DF5406 /* File.swift */; };
  29. 7C31960A1CC2C68F00DF5406 /* Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EA1CC2C68F00DF5406 /* Files.swift */; };
  30. 7C31960B1CC2C68F00DF5406 /* Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EA1CC2C68F00DF5406 /* Files.swift */; };
  31. 7C31960C1CC2C68F00DF5406 /* Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EA1CC2C68F00DF5406 /* Files.swift */; };
  32. 7C31960D1CC2C68F00DF5406 /* WebSockets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EB1CC2C68F00DF5406 /* WebSockets.swift */; };
  33. 7C31960E1CC2C68F00DF5406 /* WebSockets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EB1CC2C68F00DF5406 /* WebSockets.swift */; };
  34. 7C31960F1CC2C68F00DF5406 /* WebSockets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EB1CC2C68F00DF5406 /* WebSockets.swift */; };
  35. 7C3196131CC2C68F00DF5406 /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195ED1CC2C68F00DF5406 /* HttpParser.swift */; };
  36. 7C3196141CC2C68F00DF5406 /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195ED1CC2C68F00DF5406 /* HttpParser.swift */; };
  37. 7C3196151CC2C68F00DF5406 /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195ED1CC2C68F00DF5406 /* HttpParser.swift */; };
  38. 7C3196161CC2C68F00DF5406 /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EE1CC2C68F00DF5406 /* HttpRequest.swift */; };
  39. 7C3196171CC2C68F00DF5406 /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EE1CC2C68F00DF5406 /* HttpRequest.swift */; };
  40. 7C3196181CC2C68F00DF5406 /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EE1CC2C68F00DF5406 /* HttpRequest.swift */; };
  41. 7C3196191CC2C68F00DF5406 /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EF1CC2C68F00DF5406 /* HttpResponse.swift */; };
  42. 7C31961A1CC2C68F00DF5406 /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EF1CC2C68F00DF5406 /* HttpResponse.swift */; };
  43. 7C31961B1CC2C68F00DF5406 /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EF1CC2C68F00DF5406 /* HttpResponse.swift */; };
  44. 7C31961C1CC2C68F00DF5406 /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F01CC2C68F00DF5406 /* HttpRouter.swift */; };
  45. 7C31961D1CC2C68F00DF5406 /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F01CC2C68F00DF5406 /* HttpRouter.swift */; };
  46. 7C31961E1CC2C68F00DF5406 /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F01CC2C68F00DF5406 /* HttpRouter.swift */; };
  47. 7C31961F1CC2C68F00DF5406 /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F11CC2C68F00DF5406 /* HttpServer.swift */; };
  48. 7C3196201CC2C68F00DF5406 /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F11CC2C68F00DF5406 /* HttpServer.swift */; };
  49. 7C3196211CC2C68F00DF5406 /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F11CC2C68F00DF5406 /* HttpServer.swift */; };
  50. 7C3196221CC2C68F00DF5406 /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F21CC2C68F00DF5406 /* HttpServerIO.swift */; };
  51. 7C3196231CC2C68F00DF5406 /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F21CC2C68F00DF5406 /* HttpServerIO.swift */; };
  52. 7C3196241CC2C68F00DF5406 /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F21CC2C68F00DF5406 /* HttpServerIO.swift */; };
  53. 7C3196251CC2C68F00DF5406 /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F31CC2C68F00DF5406 /* Process.swift */; };
  54. 7C3196261CC2C68F00DF5406 /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F31CC2C68F00DF5406 /* Process.swift */; };
  55. 7C3196271CC2C68F00DF5406 /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F31CC2C68F00DF5406 /* Process.swift */; };
  56. 7C3196281CC2C68F00DF5406 /* Reflection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F41CC2C68F00DF5406 /* Reflection.swift */; };
  57. 7C3196291CC2C68F00DF5406 /* Reflection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F41CC2C68F00DF5406 /* Reflection.swift */; };
  58. 7C31962A1CC2C68F00DF5406 /* Reflection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F41CC2C68F00DF5406 /* Reflection.swift */; };
  59. 7C31962B1CC2C68F00DF5406 /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F51CC2C68F00DF5406 /* Socket.swift */; };
  60. 7C31962C1CC2C68F00DF5406 /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F51CC2C68F00DF5406 /* Socket.swift */; };
  61. 7C31962D1CC2C68F00DF5406 /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F51CC2C68F00DF5406 /* Socket.swift */; };
  62. 7C3196311CC2C68F00DF5406 /* SQLite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F71CC2C68F00DF5406 /* SQLite.swift */; };
  63. 7C3196321CC2C68F00DF5406 /* SQLite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F71CC2C68F00DF5406 /* SQLite.swift */; };
  64. 7C3196331CC2C68F00DF5406 /* SQLite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F71CC2C68F00DF5406 /* SQLite.swift */; };
  65. 7C3196341CC2C68F00DF5406 /* String+BASE64.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F81CC2C68F00DF5406 /* String+BASE64.swift */; };
  66. 7C3196351CC2C68F00DF5406 /* String+BASE64.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F81CC2C68F00DF5406 /* String+BASE64.swift */; };
  67. 7C3196361CC2C68F00DF5406 /* String+BASE64.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F81CC2C68F00DF5406 /* String+BASE64.swift */; };
  68. 7C3196371CC2C68F00DF5406 /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F91CC2C68F00DF5406 /* String+Misc.swift */; };
  69. 7C3196381CC2C68F00DF5406 /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F91CC2C68F00DF5406 /* String+Misc.swift */; };
  70. 7C3196391CC2C68F00DF5406 /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F91CC2C68F00DF5406 /* String+Misc.swift */; };
  71. 7C31963A1CC2C68F00DF5406 /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195FA1CC2C68F00DF5406 /* String+SHA1.swift */; };
  72. 7C31963B1CC2C68F00DF5406 /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195FA1CC2C68F00DF5406 /* String+SHA1.swift */; };
  73. 7C31963C1CC2C68F00DF5406 /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195FA1CC2C68F00DF5406 /* String+SHA1.swift */; };
  74. 7C3945641D256FDA003EEABA /* Scopes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3945631D256FDA003EEABA /* Scopes.swift */; };
  75. 7C3945651D256FDA003EEABA /* Scopes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3945631D256FDA003EEABA /* Scopes.swift */; };
  76. 7C4785E91C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */; };
  77. 7C4785EA1C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */; };
  78. 7C5915221C92A99300D884BC /* SwifterTestsReflection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5915211C92A99300D884BC /* SwifterTestsReflection.swift */; };
  79. 7C5915231C92A99300D884BC /* SwifterTestsReflection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5915211C92A99300D884BC /* SwifterTestsReflection.swift */; };
  80. 7C6B57EB1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C6B57EA1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift */; };
  81. 7C6B57EC1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C6B57EA1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift */; };
  82. 7C71C5B01A1D52F800682BF0 /* login.html in CopyFiles */ = {isa = PBXBuildFile; fileRef = 98630C061A1C9A9D00478D08 /* login.html */; };
  83. 7C71C5B11A1EC49B00682BF0 /* logo.png in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7CB102DF1A17381D00CBA3B4 /* logo.png */; };
  84. 7C73C6921C26179C00AEF6CA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */; };
  85. 7C7488781C1DA07300CBCD77 /* file.html in Resources */ = {isa = PBXBuildFile; fileRef = 7C7488771C1DA07300CBCD77 /* file.html */; };
  86. 7C74887B1C1DA08200CBCD77 /* file.html in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7C7488771C1DA07300CBCD77 /* file.html */; };
  87. 7C83177B1D2C5DF300630662 /* Scopes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3945631D256FDA003EEABA /* Scopes.swift */; };
  88. 7CA4813E19A2EA8D0030B30D /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CA4813D19A2EA8D0030B30D /* main.swift */; };
  89. 7CA4815819A2EF2B0030B30D /* test.json in Resources */ = {isa = PBXBuildFile; fileRef = 7CA4815719A2EF2B0030B30D /* test.json */; };
  90. 7CA4815919A2EF560030B30D /* test.json in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7CA4815719A2EF2B0030B30D /* test.json */; };
  91. 7CB102E01A17381D00CBA3B4 /* logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 7CB102DF1A17381D00CBA3B4 /* logo.png */; };
  92. 7CCD1B681C8F7CEC0016D664 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD1B671C8F7CEC0016D664 /* AppDelegate.swift */; };
  93. 7CCD1B6A1C8F7CEC0016D664 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD1B691C8F7CEC0016D664 /* ViewController.swift */; };
  94. 7CCD1B6D1C8F7CEC0016D664 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD1B6B1C8F7CEC0016D664 /* Main.storyboard */; };
  95. 7CCD1B6F1C8F7CEC0016D664 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD1B6E1C8F7CEC0016D664 /* Assets.xcassets */; };
  96. 7CCD1B9F1C8F82B60016D664 /* file.html in Resources */ = {isa = PBXBuildFile; fileRef = 7C7488771C1DA07300CBCD77 /* file.html */; };
  97. 7CCD1BA01C8F82B60016D664 /* login.html in Resources */ = {isa = PBXBuildFile; fileRef = 98630C061A1C9A9D00478D08 /* login.html */; };
  98. 7CCD1BA11C8F82B60016D664 /* logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 7CB102DF1A17381D00CBA3B4 /* logo.png */; };
  99. 7CCD1BA21C8F82B60016D664 /* test.json in Resources */ = {isa = PBXBuildFile; fileRef = 7CA4815719A2EF2B0030B30D /* test.json */; };
  100. 7CCD1BBE1C8F84E60016D664 /* SwifteriOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE893E91C05127900A29F63 /* SwifteriOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
  101. 7CCD87611C66099B0068099B /* Swifter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AE893E71C05127900A29F63 /* Swifter.framework */; };
  102. 7CCD87701C660B250068099B /* SwifterTestsHttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */; };
  103. 7CCD87721C660B250068099B /* SwifterTestsStringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */; };
  104. 7CCD877E1C660EA30068099B /* Swifter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AE893FB1C0512C400A29F63 /* Swifter.framework */; };
  105. 7CCD87841C660ED60068099B /* SwifterTestsHttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */; };
  106. 7CCD87851C660ED60068099B /* SwifterTestsStringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */; };
  107. 7CDAB8131BE2A1D400C8A977 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */; };
  108. 7CDAB8141BE2A1D400C8A977 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */; };
  109. 7CDAB8161BE2A1D400C8A977 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */; };
  110. 98630C071A1C9A9D00478D08 /* login.html in Resources */ = {isa = PBXBuildFile; fileRef = 98630C061A1C9A9D00478D08 /* login.html */; };
  111. /* End PBXBuildFile section */
  112. /* Begin PBXContainerItemProxy section */
  113. 7C0A46BC1CAC6895009124AB /* PBXContainerItemProxy */ = {
  114. isa = PBXContainerItemProxy;
  115. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  116. proxyType = 1;
  117. remoteGlobalIDString = 7AE893FA1C0512C400A29F63;
  118. remoteInfo = SwifterMac;
  119. };
  120. 7C73C6BF1C261AA700AEF6CA /* PBXContainerItemProxy */ = {
  121. isa = PBXContainerItemProxy;
  122. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  123. proxyType = 1;
  124. remoteGlobalIDString = 7AE893E61C05127900A29F63;
  125. remoteInfo = SwifteriOS;
  126. };
  127. 7CCD1BC61C8F857F0016D664 /* PBXContainerItemProxy */ = {
  128. isa = PBXContainerItemProxy;
  129. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  130. proxyType = 1;
  131. remoteGlobalIDString = 7CCD1BA81C8F84E60016D664;
  132. remoteInfo = SwiftertvOS;
  133. };
  134. 7CCD87621C66099B0068099B /* PBXContainerItemProxy */ = {
  135. isa = PBXContainerItemProxy;
  136. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  137. proxyType = 1;
  138. remoteGlobalIDString = 7AE893E61C05127900A29F63;
  139. remoteInfo = SwifteriOS;
  140. };
  141. 7CCD877F1C660EA30068099B /* PBXContainerItemProxy */ = {
  142. isa = PBXContainerItemProxy;
  143. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  144. proxyType = 1;
  145. remoteGlobalIDString = 7AE893FA1C0512C400A29F63;
  146. remoteInfo = SwifterMac;
  147. };
  148. /* End PBXContainerItemProxy section */
  149. /* Begin PBXCopyFilesBuildPhase section */
  150. 7CA4813919A2EA8D0030B30D /* CopyFiles */ = {
  151. isa = PBXCopyFilesBuildPhase;
  152. buildActionMask = 12;
  153. dstPath = "";
  154. dstSubfolderSpec = 7;
  155. files = (
  156. 7C74887B1C1DA08200CBCD77 /* file.html in CopyFiles */,
  157. 7C71C5B11A1EC49B00682BF0 /* logo.png in CopyFiles */,
  158. 7C71C5B01A1D52F800682BF0 /* login.html in CopyFiles */,
  159. 7CA4815919A2EF560030B30D /* test.json in CopyFiles */,
  160. );
  161. runOnlyForDeploymentPostprocessing = 0;
  162. };
  163. /* End PBXCopyFilesBuildPhase section */
  164. /* Begin PBXFileReference section */
  165. 7AE893E71C05127900A29F63 /* Swifter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Swifter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  166. 7AE893E91C05127900A29F63 /* SwifteriOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwifteriOS.h; sourceTree = "<group>"; };
  167. 7AE893EB1C05127900A29F63 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  168. 7AE893FB1C0512C400A29F63 /* Swifter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Swifter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  169. 7AE893FD1C0512C400A29F63 /* SwifterMac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwifterMac.h; sourceTree = "<group>"; };
  170. 7AE893FF1C0512C400A29F63 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  171. 7AE8940C1C05151100A29F63 /* Launch Screen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; };
  172. 7C13B57B1C7B069500556443 /* SwifterTestsSQLite.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsSQLite.swift; sourceTree = "<group>"; };
  173. 7C3195E31CC2C68F00DF5406 /* sqlite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sqlite.h; sourceTree = "<group>"; };
  174. 7C3195E41CC2C68F00DF5406 /* module.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "sourcecode.module-map"; path = module.map; sourceTree = "<group>"; };
  175. 7C3195E51CC2C68F00DF5406 /* sqlite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sqlite.c; sourceTree = "<group>"; };
  176. 7C3195E71CC2C68F00DF5406 /* App.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = App.swift; sourceTree = "<group>"; };
  177. 7C3195E81CC2C68F00DF5406 /* DemoServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DemoServer.swift; sourceTree = "<group>"; };
  178. 7C3195E91CC2C68F00DF5406 /* File.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = "<group>"; };
  179. 7C3195EA1CC2C68F00DF5406 /* Files.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Files.swift; sourceTree = "<group>"; };
  180. 7C3195EB1CC2C68F00DF5406 /* WebSockets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WebSockets.swift; sourceTree = "<group>"; };
  181. 7C3195ED1CC2C68F00DF5406 /* HttpParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpParser.swift; sourceTree = "<group>"; };
  182. 7C3195EE1CC2C68F00DF5406 /* HttpRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpRequest.swift; sourceTree = "<group>"; };
  183. 7C3195EF1CC2C68F00DF5406 /* HttpResponse.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpResponse.swift; sourceTree = "<group>"; };
  184. 7C3195F01CC2C68F00DF5406 /* HttpRouter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpRouter.swift; sourceTree = "<group>"; };
  185. 7C3195F11CC2C68F00DF5406 /* HttpServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpServer.swift; sourceTree = "<group>"; };
  186. 7C3195F21CC2C68F00DF5406 /* HttpServerIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpServerIO.swift; sourceTree = "<group>"; };
  187. 7C3195F31CC2C68F00DF5406 /* Process.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Process.swift; sourceTree = "<group>"; };
  188. 7C3195F41CC2C68F00DF5406 /* Reflection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Reflection.swift; sourceTree = "<group>"; };
  189. 7C3195F51CC2C68F00DF5406 /* Socket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Socket.swift; sourceTree = "<group>"; };
  190. 7C3195F71CC2C68F00DF5406 /* SQLite.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SQLite.swift; sourceTree = "<group>"; };
  191. 7C3195F81CC2C68F00DF5406 /* String+BASE64.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+BASE64.swift"; sourceTree = "<group>"; };
  192. 7C3195F91CC2C68F00DF5406 /* String+Misc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Misc.swift"; sourceTree = "<group>"; };
  193. 7C3195FA1CC2C68F00DF5406 /* String+SHA1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+SHA1.swift"; sourceTree = "<group>"; };
  194. 7C3945631D256FDA003EEABA /* Scopes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Scopes.swift; sourceTree = "<group>"; };
  195. 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsWebSocketSession.swift; sourceTree = "<group>"; };
  196. 7C5915211C92A99300D884BC /* SwifterTestsReflection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsReflection.swift; sourceTree = "<group>"; };
  197. 7C6B57EA1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsHttpRouter.swift; sourceTree = "<group>"; };
  198. 7C7488771C1DA07300CBCD77 /* file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = file.html; sourceTree = "<group>"; };
  199. 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwifterSampleiOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
  200. 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SwifterSampleOSX; sourceTree = BUILT_PRODUCTS_DIR; };
  201. 7CA4813D19A2EA8D0030B30D /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
  202. 7CA4815719A2EF2B0030B30D /* test.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = test.json; sourceTree = "<group>"; };
  203. 7CB102DF1A17381D00CBA3B4 /* logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logo.png; sourceTree = "<group>"; };
  204. 7CCD1B651C8F7CEC0016D664 /* SwifterSampletvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwifterSampletvOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
  205. 7CCD1B671C8F7CEC0016D664 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  206. 7CCD1B691C8F7CEC0016D664 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  207. 7CCD1B6C1C8F7CEC0016D664 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  208. 7CCD1B6E1C8F7CEC0016D664 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  209. 7CCD1B701C8F7CEC0016D664 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  210. 7CCD1B7F1C8F7E520016D664 /* SwiftertvOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwiftertvOS.h; sourceTree = "<group>"; };
  211. 7CCD1B811C8F7E520016D664 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  212. 7CCD1BC41C8F84E60016D664 /* SwiftertvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftertvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  213. 7CCD1BC51C8F84E60016D664 /* SwifteriOS copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "SwifteriOS copy-Info.plist"; path = "/Users/damiankolakowski/Desktop/swifter/SwifteriOS copy-Info.plist"; sourceTree = "<absolute>"; };
  214. 7CCD875C1C66099B0068099B /* SwifteriOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwifteriOSTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  215. 7CCD87601C66099B0068099B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  216. 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsHttpParser.swift; sourceTree = "<group>"; };
  217. 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsStringExtensions.swift; sourceTree = "<group>"; };
  218. 7CCD87791C660EA30068099B /* SwifterOSXTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwifterOSXTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  219. 7CCD877D1C660EA30068099B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  220. 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  221. 7CDAB80E1BE2A1D400C8A977 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  222. 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  223. 7CDAB8101BE2A1D400C8A977 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  224. 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  225. 98630C061A1C9A9D00478D08 /* login.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = login.html; sourceTree = "<group>"; };
  226. /* End PBXFileReference section */
  227. /* Begin PBXFrameworksBuildPhase section */
  228. 7AE893E31C05127900A29F63 /* Frameworks */ = {
  229. isa = PBXFrameworksBuildPhase;
  230. buildActionMask = 2147483647;
  231. files = (
  232. );
  233. runOnlyForDeploymentPostprocessing = 0;
  234. };
  235. 7AE893F71C0512C400A29F63 /* Frameworks */ = {
  236. isa = PBXFrameworksBuildPhase;
  237. buildActionMask = 2147483647;
  238. files = (
  239. );
  240. runOnlyForDeploymentPostprocessing = 0;
  241. };
  242. 7C839B6B19422CFF003A6950 /* Frameworks */ = {
  243. isa = PBXFrameworksBuildPhase;
  244. buildActionMask = 2147483647;
  245. files = (
  246. );
  247. runOnlyForDeploymentPostprocessing = 0;
  248. };
  249. 7CA4813819A2EA8D0030B30D /* Frameworks */ = {
  250. isa = PBXFrameworksBuildPhase;
  251. buildActionMask = 2147483647;
  252. files = (
  253. );
  254. runOnlyForDeploymentPostprocessing = 0;
  255. };
  256. 7CCD1B621C8F7CEC0016D664 /* Frameworks */ = {
  257. isa = PBXFrameworksBuildPhase;
  258. buildActionMask = 2147483647;
  259. files = (
  260. );
  261. runOnlyForDeploymentPostprocessing = 0;
  262. };
  263. 7CCD1BBB1C8F84E60016D664 /* Frameworks */ = {
  264. isa = PBXFrameworksBuildPhase;
  265. buildActionMask = 2147483647;
  266. files = (
  267. );
  268. runOnlyForDeploymentPostprocessing = 0;
  269. };
  270. 7CCD87591C66099B0068099B /* Frameworks */ = {
  271. isa = PBXFrameworksBuildPhase;
  272. buildActionMask = 2147483647;
  273. files = (
  274. 7CCD87611C66099B0068099B /* Swifter.framework in Frameworks */,
  275. );
  276. runOnlyForDeploymentPostprocessing = 0;
  277. };
  278. 7CCD87761C660EA30068099B /* Frameworks */ = {
  279. isa = PBXFrameworksBuildPhase;
  280. buildActionMask = 2147483647;
  281. files = (
  282. 7CCD877E1C660EA30068099B /* Swifter.framework in Frameworks */,
  283. );
  284. runOnlyForDeploymentPostprocessing = 0;
  285. };
  286. /* End PBXFrameworksBuildPhase section */
  287. /* Begin PBXGroup section */
  288. 7AE893E81C05127900A29F63 /* SwifteriOS */ = {
  289. isa = PBXGroup;
  290. children = (
  291. 7AE893EB1C05127900A29F63 /* Info.plist */,
  292. 7AE893E91C05127900A29F63 /* SwifteriOS.h */,
  293. );
  294. path = SwifteriOS;
  295. sourceTree = "<group>";
  296. };
  297. 7AE893FC1C0512C400A29F63 /* SwifterMac */ = {
  298. isa = PBXGroup;
  299. children = (
  300. 7AE893FF1C0512C400A29F63 /* Info.plist */,
  301. 7AE893FD1C0512C400A29F63 /* SwifterMac.h */,
  302. );
  303. path = SwifterMac;
  304. sourceTree = "<group>";
  305. };
  306. 7C3195E01CC2C68F00DF5406 /* Sources */ = {
  307. isa = PBXGroup;
  308. children = (
  309. 7C3195E11CC2C68F00DF5406 /* CSQLite */,
  310. 7C3195E61CC2C68F00DF5406 /* Swifter */,
  311. );
  312. name = Sources;
  313. path = ../Sources;
  314. sourceTree = "<group>";
  315. };
  316. 7C3195E11CC2C68F00DF5406 /* CSQLite */ = {
  317. isa = PBXGroup;
  318. children = (
  319. 7C3195E21CC2C68F00DF5406 /* include */,
  320. 7C3195E41CC2C68F00DF5406 /* module.map */,
  321. 7C3195E51CC2C68F00DF5406 /* sqlite.c */,
  322. );
  323. path = CSQLite;
  324. sourceTree = "<group>";
  325. };
  326. 7C3195E21CC2C68F00DF5406 /* include */ = {
  327. isa = PBXGroup;
  328. children = (
  329. 7C3195E31CC2C68F00DF5406 /* sqlite.h */,
  330. );
  331. path = include;
  332. sourceTree = "<group>";
  333. };
  334. 7C3195E61CC2C68F00DF5406 /* Swifter */ = {
  335. isa = PBXGroup;
  336. children = (
  337. 7C3195E71CC2C68F00DF5406 /* App.swift */,
  338. 7C3195E81CC2C68F00DF5406 /* DemoServer.swift */,
  339. 7C3195E91CC2C68F00DF5406 /* File.swift */,
  340. 7C3195EA1CC2C68F00DF5406 /* Files.swift */,
  341. 7C3945631D256FDA003EEABA /* Scopes.swift */,
  342. 7C3195EB1CC2C68F00DF5406 /* WebSockets.swift */,
  343. 7C3195ED1CC2C68F00DF5406 /* HttpParser.swift */,
  344. 7C3195EE1CC2C68F00DF5406 /* HttpRequest.swift */,
  345. 7C3195EF1CC2C68F00DF5406 /* HttpResponse.swift */,
  346. 7C3195F01CC2C68F00DF5406 /* HttpRouter.swift */,
  347. 7C3195F11CC2C68F00DF5406 /* HttpServer.swift */,
  348. 7C3195F21CC2C68F00DF5406 /* HttpServerIO.swift */,
  349. 7C3195F31CC2C68F00DF5406 /* Process.swift */,
  350. 7C3195F41CC2C68F00DF5406 /* Reflection.swift */,
  351. 7C3195F51CC2C68F00DF5406 /* Socket.swift */,
  352. 7C3195F71CC2C68F00DF5406 /* SQLite.swift */,
  353. 7C3195F81CC2C68F00DF5406 /* String+BASE64.swift */,
  354. 7C3195F91CC2C68F00DF5406 /* String+Misc.swift */,
  355. 7C3195FA1CC2C68F00DF5406 /* String+SHA1.swift */,
  356. );
  357. path = Swifter;
  358. sourceTree = "<group>";
  359. };
  360. 7C839B6519422CFF003A6950 = {
  361. isa = PBXGroup;
  362. children = (
  363. 7C3195E01CC2C68F00DF5406 /* Sources */,
  364. 7CCD1B7E1C8F7E520016D664 /* SwiftertvOS */,
  365. 7AE893E81C05127900A29F63 /* SwifteriOS */,
  366. 7AE893FC1C0512C400A29F63 /* SwifterMac */,
  367. 7CA4815619A2EF2B0030B30D /* Resources */,
  368. 7CCD876C1C660B250068099B /* SwifterTestsCommon */,
  369. 7CCD875D1C66099B0068099B /* SwifteriOSTests */,
  370. 7CCD877A1C660EA30068099B /* SwifterOSXTests */,
  371. 7CDAB80B1BE2A1D400C8A977 /* SwifterSampleiOS */,
  372. 7CA4813C19A2EA8D0030B30D /* SwifterSampleOSX */,
  373. 7CCD1B661C8F7CEC0016D664 /* SwifterSampletvOS */,
  374. 7C839B6F19422CFF003A6950 /* Products */,
  375. 7CCD1BC51C8F84E60016D664 /* SwifteriOS copy-Info.plist */,
  376. );
  377. sourceTree = "<group>";
  378. };
  379. 7C839B6F19422CFF003A6950 /* Products */ = {
  380. isa = PBXGroup;
  381. children = (
  382. 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */,
  383. 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */,
  384. 7AE893E71C05127900A29F63 /* Swifter.framework */,
  385. 7AE893FB1C0512C400A29F63 /* Swifter.framework */,
  386. 7CCD875C1C66099B0068099B /* SwifteriOSTests.xctest */,
  387. 7CCD87791C660EA30068099B /* SwifterOSXTests.xctest */,
  388. 7CCD1B651C8F7CEC0016D664 /* SwifterSampletvOS.app */,
  389. 7CCD1BC41C8F84E60016D664 /* SwiftertvOS.framework */,
  390. );
  391. name = Products;
  392. sourceTree = "<group>";
  393. };
  394. 7CA4813C19A2EA8D0030B30D /* SwifterSampleOSX */ = {
  395. isa = PBXGroup;
  396. children = (
  397. 7CA4813D19A2EA8D0030B30D /* main.swift */,
  398. );
  399. path = SwifterSampleOSX;
  400. sourceTree = "<group>";
  401. };
  402. 7CA4815619A2EF2B0030B30D /* Resources */ = {
  403. isa = PBXGroup;
  404. children = (
  405. 7C7488771C1DA07300CBCD77 /* file.html */,
  406. 98630C061A1C9A9D00478D08 /* login.html */,
  407. 7CB102DF1A17381D00CBA3B4 /* logo.png */,
  408. 7CA4815719A2EF2B0030B30D /* test.json */,
  409. );
  410. path = Resources;
  411. sourceTree = "<group>";
  412. };
  413. 7CCD1B661C8F7CEC0016D664 /* SwifterSampletvOS */ = {
  414. isa = PBXGroup;
  415. children = (
  416. 7CCD1B671C8F7CEC0016D664 /* AppDelegate.swift */,
  417. 7CCD1B691C8F7CEC0016D664 /* ViewController.swift */,
  418. 7CCD1B6B1C8F7CEC0016D664 /* Main.storyboard */,
  419. 7CCD1B6E1C8F7CEC0016D664 /* Assets.xcassets */,
  420. 7CCD1B701C8F7CEC0016D664 /* Info.plist */,
  421. );
  422. path = SwifterSampletvOS;
  423. sourceTree = "<group>";
  424. };
  425. 7CCD1B7E1C8F7E520016D664 /* SwiftertvOS */ = {
  426. isa = PBXGroup;
  427. children = (
  428. 7CCD1B7F1C8F7E520016D664 /* SwiftertvOS.h */,
  429. 7CCD1B811C8F7E520016D664 /* Info.plist */,
  430. );
  431. path = SwiftertvOS;
  432. sourceTree = "<group>";
  433. };
  434. 7CCD875D1C66099B0068099B /* SwifteriOSTests */ = {
  435. isa = PBXGroup;
  436. children = (
  437. 7CCD87601C66099B0068099B /* Info.plist */,
  438. );
  439. path = SwifteriOSTests;
  440. sourceTree = "<group>";
  441. };
  442. 7CCD876C1C660B250068099B /* SwifterTestsCommon */ = {
  443. isa = PBXGroup;
  444. children = (
  445. 7C5915211C92A99300D884BC /* SwifterTestsReflection.swift */,
  446. 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */,
  447. 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */,
  448. 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */,
  449. 7C13B57B1C7B069500556443 /* SwifterTestsSQLite.swift */,
  450. 7C6B57EA1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift */,
  451. );
  452. path = SwifterTestsCommon;
  453. sourceTree = "<group>";
  454. };
  455. 7CCD877A1C660EA30068099B /* SwifterOSXTests */ = {
  456. isa = PBXGroup;
  457. children = (
  458. 7CCD877D1C660EA30068099B /* Info.plist */,
  459. );
  460. path = SwifterOSXTests;
  461. sourceTree = "<group>";
  462. };
  463. 7CDAB80B1BE2A1D400C8A977 /* SwifterSampleiOS */ = {
  464. isa = PBXGroup;
  465. children = (
  466. 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */,
  467. 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */,
  468. 7CDAB8101BE2A1D400C8A977 /* Info.plist */,
  469. 7AE8940C1C05151100A29F63 /* Launch Screen.storyboard */,
  470. 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */,
  471. 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */,
  472. );
  473. path = SwifterSampleiOS;
  474. sourceTree = "<group>";
  475. };
  476. /* End PBXGroup section */
  477. /* Begin PBXHeadersBuildPhase section */
  478. 7AE893E41C05127900A29F63 /* Headers */ = {
  479. isa = PBXHeadersBuildPhase;
  480. buildActionMask = 2147483647;
  481. files = (
  482. 7C3195FB1CC2C68F00DF5406 /* sqlite.h in Headers */,
  483. 7AE893EA1C05127900A29F63 /* SwifteriOS.h in Headers */,
  484. );
  485. runOnlyForDeploymentPostprocessing = 0;
  486. };
  487. 7AE893F81C0512C400A29F63 /* Headers */ = {
  488. isa = PBXHeadersBuildPhase;
  489. buildActionMask = 2147483647;
  490. files = (
  491. 7C3195FC1CC2C68F00DF5406 /* sqlite.h in Headers */,
  492. 7AE893FE1C0512C400A29F63 /* SwifterMac.h in Headers */,
  493. );
  494. runOnlyForDeploymentPostprocessing = 0;
  495. };
  496. 7CCD1BBC1C8F84E60016D664 /* Headers */ = {
  497. isa = PBXHeadersBuildPhase;
  498. buildActionMask = 2147483647;
  499. files = (
  500. 7C3195FD1CC2C68F00DF5406 /* sqlite.h in Headers */,
  501. 7CCD1BBE1C8F84E60016D664 /* SwifteriOS.h in Headers */,
  502. );
  503. runOnlyForDeploymentPostprocessing = 0;
  504. };
  505. /* End PBXHeadersBuildPhase section */
  506. /* Begin PBXNativeTarget section */
  507. 7AE893E61C05127900A29F63 /* SwifteriOS */ = {
  508. isa = PBXNativeTarget;
  509. buildConfigurationList = 7AE893EC1C05127900A29F63 /* Build configuration list for PBXNativeTarget "SwifteriOS" */;
  510. buildPhases = (
  511. 7AE893E21C05127900A29F63 /* Sources */,
  512. 7AE893E31C05127900A29F63 /* Frameworks */,
  513. 7AE893E41C05127900A29F63 /* Headers */,
  514. 7AE893E51C05127900A29F63 /* Resources */,
  515. );
  516. buildRules = (
  517. );
  518. dependencies = (
  519. );
  520. name = SwifteriOS;
  521. productName = SwifteriOS;
  522. productReference = 7AE893E71C05127900A29F63 /* Swifter.framework */;
  523. productType = "com.apple.product-type.framework";
  524. };
  525. 7AE893FA1C0512C400A29F63 /* SwifterMac */ = {
  526. isa = PBXNativeTarget;
  527. buildConfigurationList = 7AE894001C0512C400A29F63 /* Build configuration list for PBXNativeTarget "SwifterMac" */;
  528. buildPhases = (
  529. 7AE893F61C0512C400A29F63 /* Sources */,
  530. 7AE893F71C0512C400A29F63 /* Frameworks */,
  531. 7AE893F81C0512C400A29F63 /* Headers */,
  532. 7AE893F91C0512C400A29F63 /* Resources */,
  533. );
  534. buildRules = (
  535. );
  536. dependencies = (
  537. );
  538. name = SwifterMac;
  539. productName = SwifterMac;
  540. productReference = 7AE893FB1C0512C400A29F63 /* Swifter.framework */;
  541. productType = "com.apple.product-type.framework";
  542. };
  543. 7C839B6D19422CFF003A6950 /* SwifterSampleiOS */ = {
  544. isa = PBXNativeTarget;
  545. buildConfigurationList = 7C839B8A19422D00003A6950 /* Build configuration list for PBXNativeTarget "SwifterSampleiOS" */;
  546. buildPhases = (
  547. 7C839B6A19422CFF003A6950 /* Sources */,
  548. 7C839B6B19422CFF003A6950 /* Frameworks */,
  549. 7C839B6C19422CFF003A6950 /* Resources */,
  550. );
  551. buildRules = (
  552. );
  553. dependencies = (
  554. 7C73C6C01C261AA700AEF6CA /* PBXTargetDependency */,
  555. );
  556. name = SwifterSampleiOS;
  557. productName = Swifter;
  558. productReference = 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */;
  559. productType = "com.apple.product-type.application";
  560. };
  561. 7CA4813A19A2EA8D0030B30D /* SwifterSampleOSX */ = {
  562. isa = PBXNativeTarget;
  563. buildConfigurationList = 7CA4814119A2EA8D0030B30D /* Build configuration list for PBXNativeTarget "SwifterSampleOSX" */;
  564. buildPhases = (
  565. 7CA4813719A2EA8D0030B30D /* Sources */,
  566. 7CA4813819A2EA8D0030B30D /* Frameworks */,
  567. 7CA4813919A2EA8D0030B30D /* CopyFiles */,
  568. );
  569. buildRules = (
  570. );
  571. dependencies = (
  572. 7C0A46BD1CAC6895009124AB /* PBXTargetDependency */,
  573. );
  574. name = SwifterSampleOSX;
  575. productName = SwifterOSX;
  576. productReference = 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */;
  577. productType = "com.apple.product-type.tool";
  578. };
  579. 7CCD1B641C8F7CEC0016D664 /* SwifterSampletvOS */ = {
  580. isa = PBXNativeTarget;
  581. buildConfigurationList = 7CCD1B711C8F7CEC0016D664 /* Build configuration list for PBXNativeTarget "SwifterSampletvOS" */;
  582. buildPhases = (
  583. 7CCD1B611C8F7CEC0016D664 /* Sources */,
  584. 7CCD1B621C8F7CEC0016D664 /* Frameworks */,
  585. 7CCD1B631C8F7CEC0016D664 /* Resources */,
  586. );
  587. buildRules = (
  588. );
  589. dependencies = (
  590. 7CCD1BC71C8F857F0016D664 /* PBXTargetDependency */,
  591. );
  592. name = SwifterSampletvOS;
  593. productName = SwifterSampletvOS;
  594. productReference = 7CCD1B651C8F7CEC0016D664 /* SwifterSampletvOS.app */;
  595. productType = "com.apple.product-type.application";
  596. };
  597. 7CCD1BA81C8F84E60016D664 /* SwiftertvOS */ = {
  598. isa = PBXNativeTarget;
  599. buildConfigurationList = 7CCD1BC11C8F84E60016D664 /* Build configuration list for PBXNativeTarget "SwiftertvOS" */;
  600. buildPhases = (
  601. 7CCD1BA91C8F84E60016D664 /* Sources */,
  602. 7CCD1BBB1C8F84E60016D664 /* Frameworks */,
  603. 7CCD1BBC1C8F84E60016D664 /* Headers */,
  604. 7CCD1BC01C8F84E60016D664 /* Resources */,
  605. );
  606. buildRules = (
  607. );
  608. dependencies = (
  609. );
  610. name = SwiftertvOS;
  611. productName = SwifteriOS;
  612. productReference = 7CCD1BC41C8F84E60016D664 /* SwiftertvOS.framework */;
  613. productType = "com.apple.product-type.framework";
  614. };
  615. 7CCD875B1C66099B0068099B /* SwifteriOSTests */ = {
  616. isa = PBXNativeTarget;
  617. buildConfigurationList = 7CCD87641C66099B0068099B /* Build configuration list for PBXNativeTarget "SwifteriOSTests" */;
  618. buildPhases = (
  619. 7CCD87581C66099B0068099B /* Sources */,
  620. 7CCD87591C66099B0068099B /* Frameworks */,
  621. 7CCD875A1C66099B0068099B /* Resources */,
  622. );
  623. buildRules = (
  624. );
  625. dependencies = (
  626. 7CCD87631C66099B0068099B /* PBXTargetDependency */,
  627. );
  628. name = SwifteriOSTests;
  629. productName = SwifteriOSTests;
  630. productReference = 7CCD875C1C66099B0068099B /* SwifteriOSTests.xctest */;
  631. productType = "com.apple.product-type.bundle.unit-test";
  632. };
  633. 7CCD87781C660EA30068099B /* SwifterOSXTests */ = {
  634. isa = PBXNativeTarget;
  635. buildConfigurationList = 7CCD87811C660EA30068099B /* Build configuration list for PBXNativeTarget "SwifterOSXTests" */;
  636. buildPhases = (
  637. 7CCD87751C660EA30068099B /* Sources */,
  638. 7CCD87761C660EA30068099B /* Frameworks */,
  639. 7CCD87771C660EA30068099B /* Resources */,
  640. );
  641. buildRules = (
  642. );
  643. dependencies = (
  644. 7CCD87801C660EA30068099B /* PBXTargetDependency */,
  645. );
  646. name = SwifterOSXTests;
  647. productName = SwifterOSXTests;
  648. productReference = 7CCD87791C660EA30068099B /* SwifterOSXTests.xctest */;
  649. productType = "com.apple.product-type.bundle.unit-test";
  650. };
  651. /* End PBXNativeTarget section */
  652. /* Begin PBXProject section */
  653. 7C839B6619422CFF003A6950 /* Project object */ = {
  654. isa = PBXProject;
  655. attributes = {
  656. LastSwiftUpdateCheck = 0720;
  657. LastUpgradeCheck = 0800;
  658. ORGANIZATIONNAME = "Damian Kołakowski";
  659. TargetAttributes = {
  660. 7AE893E61C05127900A29F63 = {
  661. CreatedOnToolsVersion = 7.1;
  662. };
  663. 7AE893FA1C0512C400A29F63 = {
  664. CreatedOnToolsVersion = 7.1;
  665. ProvisioningStyle = Manual;
  666. };
  667. 7C839B6D19422CFF003A6950 = {
  668. CreatedOnToolsVersion = 6.0;
  669. };
  670. 7CA4813A19A2EA8D0030B30D = {
  671. CreatedOnToolsVersion = 6.0;
  672. };
  673. 7CCD1B641C8F7CEC0016D664 = {
  674. CreatedOnToolsVersion = 7.2.1;
  675. };
  676. 7CCD875B1C66099B0068099B = {
  677. CreatedOnToolsVersion = 7.2;
  678. };
  679. 7CCD87781C660EA30068099B = {
  680. CreatedOnToolsVersion = 7.2;
  681. };
  682. };
  683. };
  684. buildConfigurationList = 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */;
  685. compatibilityVersion = "Xcode 3.2";
  686. developmentRegion = English;
  687. hasScannedForEncodings = 0;
  688. knownRegions = (
  689. en,
  690. Base,
  691. );
  692. mainGroup = 7C839B6519422CFF003A6950;
  693. productRefGroup = 7C839B6F19422CFF003A6950 /* Products */;
  694. projectDirPath = "";
  695. projectRoot = "";
  696. targets = (
  697. 7C839B6D19422CFF003A6950 /* SwifterSampleiOS */,
  698. 7CCD1B641C8F7CEC0016D664 /* SwifterSampletvOS */,
  699. 7CA4813A19A2EA8D0030B30D /* SwifterSampleOSX */,
  700. 7AE893E61C05127900A29F63 /* SwifteriOS */,
  701. 7AE893FA1C0512C400A29F63 /* SwifterMac */,
  702. 7CCD875B1C66099B0068099B /* SwifteriOSTests */,
  703. 7CCD87781C660EA30068099B /* SwifterOSXTests */,
  704. 7CCD1BA81C8F84E60016D664 /* SwiftertvOS */,
  705. );
  706. };
  707. /* End PBXProject section */
  708. /* Begin PBXResourcesBuildPhase section */
  709. 7AE893E51C05127900A29F63 /* Resources */ = {
  710. isa = PBXResourcesBuildPhase;
  711. buildActionMask = 2147483647;
  712. files = (
  713. );
  714. runOnlyForDeploymentPostprocessing = 0;
  715. };
  716. 7AE893F91C0512C400A29F63 /* Resources */ = {
  717. isa = PBXResourcesBuildPhase;
  718. buildActionMask = 2147483647;
  719. files = (
  720. );
  721. runOnlyForDeploymentPostprocessing = 0;
  722. };
  723. 7C839B6C19422CFF003A6950 /* Resources */ = {
  724. isa = PBXResourcesBuildPhase;
  725. buildActionMask = 2147483647;
  726. files = (
  727. 7C7488781C1DA07300CBCD77 /* file.html in Resources */,
  728. 7AE8940D1C05151100A29F63 /* Launch Screen.storyboard in Resources */,
  729. 7CB102E01A17381D00CBA3B4 /* logo.png in Resources */,
  730. 7CDAB8141BE2A1D400C8A977 /* Images.xcassets in Resources */,
  731. 98630C071A1C9A9D00478D08 /* login.html in Resources */,
  732. 7CA4815819A2EF2B0030B30D /* test.json in Resources */,
  733. 7CDAB8131BE2A1D400C8A977 /* Main.storyboard in Resources */,
  734. );
  735. runOnlyForDeploymentPostprocessing = 0;
  736. };
  737. 7CCD1B631C8F7CEC0016D664 /* Resources */ = {
  738. isa = PBXResourcesBuildPhase;
  739. buildActionMask = 2147483647;
  740. files = (
  741. 7CCD1B9F1C8F82B60016D664 /* file.html in Resources */,
  742. 7CCD1BA01C8F82B60016D664 /* login.html in Resources */,
  743. 7CCD1BA11C8F82B60016D664 /* logo.png in Resources */,
  744. 7CCD1BA21C8F82B60016D664 /* test.json in Resources */,
  745. 7CCD1B6F1C8F7CEC0016D664 /* Assets.xcassets in Resources */,
  746. 7CCD1B6D1C8F7CEC0016D664 /* Main.storyboard in Resources */,
  747. );
  748. runOnlyForDeploymentPostprocessing = 0;
  749. };
  750. 7CCD1BC01C8F84E60016D664 /* Resources */ = {
  751. isa = PBXResourcesBuildPhase;
  752. buildActionMask = 2147483647;
  753. files = (
  754. );
  755. runOnlyForDeploymentPostprocessing = 0;
  756. };
  757. 7CCD875A1C66099B0068099B /* Resources */ = {
  758. isa = PBXResourcesBuildPhase;
  759. buildActionMask = 2147483647;
  760. files = (
  761. );
  762. runOnlyForDeploymentPostprocessing = 0;
  763. };
  764. 7CCD87771C660EA30068099B /* Resources */ = {
  765. isa = PBXResourcesBuildPhase;
  766. buildActionMask = 2147483647;
  767. files = (
  768. );
  769. runOnlyForDeploymentPostprocessing = 0;
  770. };
  771. /* End PBXResourcesBuildPhase section */
  772. /* Begin PBXSourcesBuildPhase section */
  773. 7AE893E21C05127900A29F63 /* Sources */ = {
  774. isa = PBXSourcesBuildPhase;
  775. buildActionMask = 2147483647;
  776. files = (
  777. 7C31962B1CC2C68F00DF5406 /* Socket.swift in Sources */,
  778. 7C3196191CC2C68F00DF5406 /* HttpResponse.swift in Sources */,
  779. 7C3196131CC2C68F00DF5406 /* HttpParser.swift in Sources */,
  780. 7C31963A1CC2C68F00DF5406 /* String+SHA1.swift in Sources */,
  781. 7C31961F1CC2C68F00DF5406 /* HttpServer.swift in Sources */,
  782. 7C31960D1CC2C68F00DF5406 /* WebSockets.swift in Sources */,
  783. 7C3195FE1CC2C68F00DF5406 /* sqlite.c in Sources */,
  784. 7C3196311CC2C68F00DF5406 /* SQLite.swift in Sources */,
  785. 7C3196341CC2C68F00DF5406 /* String+BASE64.swift in Sources */,
  786. 7C31961C1CC2C68F00DF5406 /* HttpRouter.swift in Sources */,
  787. 7C3196071CC2C68F00DF5406 /* File.swift in Sources */,
  788. 7C3196041CC2C68F00DF5406 /* DemoServer.swift in Sources */,
  789. 7C3196281CC2C68F00DF5406 /* Reflection.swift in Sources */,
  790. 7C3945641D256FDA003EEABA /* Scopes.swift in Sources */,
  791. 7C3196161CC2C68F00DF5406 /* HttpRequest.swift in Sources */,
  792. 7C3196221CC2C68F00DF5406 /* HttpServerIO.swift in Sources */,
  793. 7C31960A1CC2C68F00DF5406 /* Files.swift in Sources */,
  794. 7C3196011CC2C68F00DF5406 /* App.swift in Sources */,
  795. 7C3196251CC2C68F00DF5406 /* Process.swift in Sources */,
  796. 7C3196371CC2C68F00DF5406 /* String+Misc.swift in Sources */,
  797. );
  798. runOnlyForDeploymentPostprocessing = 0;
  799. };
  800. 7AE893F61C0512C400A29F63 /* Sources */ = {
  801. isa = PBXSourcesBuildPhase;
  802. buildActionMask = 2147483647;
  803. files = (
  804. 7C31962C1CC2C68F00DF5406 /* Socket.swift in Sources */,
  805. 7C31961A1CC2C68F00DF5406 /* HttpResponse.swift in Sources */,
  806. 7C3196141CC2C68F00DF5406 /* HttpParser.swift in Sources */,
  807. 7C31963B1CC2C68F00DF5406 /* String+SHA1.swift in Sources */,
  808. 7C3196201CC2C68F00DF5406 /* HttpServer.swift in Sources */,
  809. 7C31960E1CC2C68F00DF5406 /* WebSockets.swift in Sources */,
  810. 7C3195FF1CC2C68F00DF5406 /* sqlite.c in Sources */,
  811. 7C3196321CC2C68F00DF5406 /* SQLite.swift in Sources */,
  812. 7C3196351CC2C68F00DF5406 /* String+BASE64.swift in Sources */,
  813. 7C31961D1CC2C68F00DF5406 /* HttpRouter.swift in Sources */,
  814. 7C3196081CC2C68F00DF5406 /* File.swift in Sources */,
  815. 7C3196051CC2C68F00DF5406 /* DemoServer.swift in Sources */,
  816. 7C3196291CC2C68F00DF5406 /* Reflection.swift in Sources */,
  817. 7C3945651D256FDA003EEABA /* Scopes.swift in Sources */,
  818. 7C3196171CC2C68F00DF5406 /* HttpRequest.swift in Sources */,
  819. 7C3196231CC2C68F00DF5406 /* HttpServerIO.swift in Sources */,
  820. 7C31960B1CC2C68F00DF5406 /* Files.swift in Sources */,
  821. 7C3196021CC2C68F00DF5406 /* App.swift in Sources */,
  822. 7C3196261CC2C68F00DF5406 /* Process.swift in Sources */,
  823. 7C3196381CC2C68F00DF5406 /* String+Misc.swift in Sources */,
  824. );
  825. runOnlyForDeploymentPostprocessing = 0;
  826. };
  827. 7C839B6A19422CFF003A6950 /* Sources */ = {
  828. isa = PBXSourcesBuildPhase;
  829. buildActionMask = 2147483647;
  830. files = (
  831. 7C73C6921C26179C00AEF6CA /* AppDelegate.swift in Sources */,
  832. 7CDAB8161BE2A1D400C8A977 /* ViewController.swift in Sources */,
  833. );
  834. runOnlyForDeploymentPostprocessing = 0;
  835. };
  836. 7CA4813719A2EA8D0030B30D /* Sources */ = {
  837. isa = PBXSourcesBuildPhase;
  838. buildActionMask = 2147483647;
  839. files = (
  840. 7CA4813E19A2EA8D0030B30D /* main.swift in Sources */,
  841. );
  842. runOnlyForDeploymentPostprocessing = 0;
  843. };
  844. 7CCD1B611C8F7CEC0016D664 /* Sources */ = {
  845. isa = PBXSourcesBuildPhase;
  846. buildActionMask = 2147483647;
  847. files = (
  848. 7CCD1B6A1C8F7CEC0016D664 /* ViewController.swift in Sources */,
  849. 7CCD1B681C8F7CEC0016D664 /* AppDelegate.swift in Sources */,
  850. );
  851. runOnlyForDeploymentPostprocessing = 0;
  852. };
  853. 7CCD1BA91C8F84E60016D664 /* Sources */ = {
  854. isa = PBXSourcesBuildPhase;
  855. buildActionMask = 2147483647;
  856. files = (
  857. 7C31962D1CC2C68F00DF5406 /* Socket.swift in Sources */,
  858. 7C31961B1CC2C68F00DF5406 /* HttpResponse.swift in Sources */,
  859. 7C3196151CC2C68F00DF5406 /* HttpParser.swift in Sources */,
  860. 7C31963C1CC2C68F00DF5406 /* String+SHA1.swift in Sources */,
  861. 7C83177B1D2C5DF300630662 /* Scopes.swift in Sources */,
  862. 7C3196211CC2C68F00DF5406 /* HttpServer.swift in Sources */,
  863. 7C31960F1CC2C68F00DF5406 /* WebSockets.swift in Sources */,
  864. 7C3196001CC2C68F00DF5406 /* sqlite.c in Sources */,
  865. 7C3196331CC2C68F00DF5406 /* SQLite.swift in Sources */,
  866. 7C3196361CC2C68F00DF5406 /* String+BASE64.swift in Sources */,
  867. 7C31961E1CC2C68F00DF5406 /* HttpRouter.swift in Sources */,
  868. 7C3196091CC2C68F00DF5406 /* File.swift in Sources */,
  869. 7C3196061CC2C68F00DF5406 /* DemoServer.swift in Sources */,
  870. 7C31962A1CC2C68F00DF5406 /* Reflection.swift in Sources */,
  871. 7C3196181CC2C68F00DF5406 /* HttpRequest.swift in Sources */,
  872. 7C3196241CC2C68F00DF5406 /* HttpServerIO.swift in Sources */,
  873. 7C31960C1CC2C68F00DF5406 /* Files.swift in Sources */,
  874. 7C3196031CC2C68F00DF5406 /* App.swift in Sources */,
  875. 7C3196271CC2C68F00DF5406 /* Process.swift in Sources */,
  876. 7C3196391CC2C68F00DF5406 /* String+Misc.swift in Sources */,
  877. );
  878. runOnlyForDeploymentPostprocessing = 0;
  879. };
  880. 7CCD87581C66099B0068099B /* Sources */ = {
  881. isa = PBXSourcesBuildPhase;
  882. buildActionMask = 2147483647;
  883. files = (
  884. 7CCD87701C660B250068099B /* SwifterTestsHttpParser.swift in Sources */,
  885. 7C6B57EB1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift in Sources */,
  886. 7C5915221C92A99300D884BC /* SwifterTestsReflection.swift in Sources */,
  887. 7C13B57C1C7B069500556443 /* SwifterTestsSQLite.swift in Sources */,
  888. 7C4785E91C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */,
  889. 7CCD87721C660B250068099B /* SwifterTestsStringExtensions.swift in Sources */,
  890. );
  891. runOnlyForDeploymentPostprocessing = 0;
  892. };
  893. 7CCD87751C660EA30068099B /* Sources */ = {
  894. isa = PBXSourcesBuildPhase;
  895. buildActionMask = 2147483647;
  896. files = (
  897. 7CCD87841C660ED60068099B /* SwifterTestsHttpParser.swift in Sources */,
  898. 7C6B57EC1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift in Sources */,
  899. 7C5915231C92A99300D884BC /* SwifterTestsReflection.swift in Sources */,
  900. 7C13B57D1C7B069500556443 /* SwifterTestsSQLite.swift in Sources */,
  901. 7C4785EA1C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */,
  902. 7CCD87851C660ED60068099B /* SwifterTestsStringExtensions.swift in Sources */,
  903. );
  904. runOnlyForDeploymentPostprocessing = 0;
  905. };
  906. /* End PBXSourcesBuildPhase section */
  907. /* Begin PBXTargetDependency section */
  908. 7C0A46BD1CAC6895009124AB /* PBXTargetDependency */ = {
  909. isa = PBXTargetDependency;
  910. target = 7AE893FA1C0512C400A29F63 /* SwifterMac */;
  911. targetProxy = 7C0A46BC1CAC6895009124AB /* PBXContainerItemProxy */;
  912. };
  913. 7C73C6C01C261AA700AEF6CA /* PBXTargetDependency */ = {
  914. isa = PBXTargetDependency;
  915. target = 7AE893E61C05127900A29F63 /* SwifteriOS */;
  916. targetProxy = 7C73C6BF1C261AA700AEF6CA /* PBXContainerItemProxy */;
  917. };
  918. 7CCD1BC71C8F857F0016D664 /* PBXTargetDependency */ = {
  919. isa = PBXTargetDependency;
  920. target = 7CCD1BA81C8F84E60016D664 /* SwiftertvOS */;
  921. targetProxy = 7CCD1BC61C8F857F0016D664 /* PBXContainerItemProxy */;
  922. };
  923. 7CCD87631C66099B0068099B /* PBXTargetDependency */ = {
  924. isa = PBXTargetDependency;
  925. target = 7AE893E61C05127900A29F63 /* SwifteriOS */;
  926. targetProxy = 7CCD87621C66099B0068099B /* PBXContainerItemProxy */;
  927. };
  928. 7CCD87801C660EA30068099B /* PBXTargetDependency */ = {
  929. isa = PBXTargetDependency;
  930. target = 7AE893FA1C0512C400A29F63 /* SwifterMac */;
  931. targetProxy = 7CCD877F1C660EA30068099B /* PBXContainerItemProxy */;
  932. };
  933. /* End PBXTargetDependency section */
  934. /* Begin PBXVariantGroup section */
  935. 7CCD1B6B1C8F7CEC0016D664 /* Main.storyboard */ = {
  936. isa = PBXVariantGroup;
  937. children = (
  938. 7CCD1B6C1C8F7CEC0016D664 /* Base */,
  939. );
  940. name = Main.storyboard;
  941. sourceTree = "<group>";
  942. };
  943. 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */ = {
  944. isa = PBXVariantGroup;
  945. children = (
  946. 7CDAB80E1BE2A1D400C8A977 /* Base */,
  947. );
  948. name = Main.storyboard;
  949. path = .;
  950. sourceTree = "<group>";
  951. };
  952. /* End PBXVariantGroup section */
  953. /* Begin XCBuildConfiguration section */
  954. 7AE893ED1C05127900A29F63 /* Debug */ = {
  955. isa = XCBuildConfiguration;
  956. buildSettings = {
  957. CLANG_ENABLE_MODULES = YES;
  958. COMBINE_HIDPI_IMAGES = YES;
  959. CURRENT_PROJECT_VERSION = 1.1.3;
  960. DEBUG_INFORMATION_FORMAT = dwarf;
  961. DEFINES_MODULE = YES;
  962. DYLIB_COMPATIBILITY_VERSION = 1;
  963. DYLIB_CURRENT_VERSION = 1;
  964. DYLIB_INSTALL_NAME_BASE = "@rpath";
  965. GCC_NO_COMMON_BLOCKS = YES;
  966. INFOPLIST_FILE = SwifterSampleiOS/Info.plist;
  967. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  968. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  969. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  970. MTL_ENABLE_DEBUG_INFO = YES;
  971. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOS;
  972. PRODUCT_NAME = Swifter;
  973. SKIP_INSTALL = YES;
  974. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  975. VERSIONING_SYSTEM = "apple-generic";
  976. VERSION_INFO_PREFIX = "";
  977. };
  978. name = Debug;
  979. };
  980. 7AE893EE1C05127900A29F63 /* Release */ = {
  981. isa = XCBuildConfiguration;
  982. buildSettings = {
  983. CLANG_ENABLE_MODULES = YES;
  984. COMBINE_HIDPI_IMAGES = YES;
  985. COPY_PHASE_STRIP = NO;
  986. CURRENT_PROJECT_VERSION = 1.1.3;
  987. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  988. DEFINES_MODULE = YES;
  989. DYLIB_COMPATIBILITY_VERSION = 1;
  990. DYLIB_CURRENT_VERSION = 1;
  991. DYLIB_INSTALL_NAME_BASE = "@rpath";
  992. GCC_NO_COMMON_BLOCKS = YES;
  993. INFOPLIST_FILE = SwifterSampleiOS/Info.plist;
  994. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  995. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  996. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  997. MTL_ENABLE_DEBUG_INFO = NO;
  998. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOS;
  999. PRODUCT_NAME = Swifter;
  1000. SKIP_INSTALL = YES;
  1001. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1002. VERSIONING_SYSTEM = "apple-generic";
  1003. VERSION_INFO_PREFIX = "";
  1004. };
  1005. name = Release;
  1006. };
  1007. 7AE894011C0512C400A29F63 /* Debug */ = {
  1008. isa = XCBuildConfiguration;
  1009. buildSettings = {
  1010. CLANG_ENABLE_MODULES = YES;
  1011. CODE_SIGN_IDENTITY = "Mac Developer";
  1012. COMBINE_HIDPI_IMAGES = YES;
  1013. CURRENT_PROJECT_VERSION = 1.1.3;
  1014. DEBUG_INFORMATION_FORMAT = dwarf;
  1015. DEFINES_MODULE = YES;
  1016. DYLIB_COMPATIBILITY_VERSION = 1;
  1017. DYLIB_CURRENT_VERSION = 1;
  1018. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1019. FRAMEWORK_VERSION = A;
  1020. GCC_NO_COMMON_BLOCKS = YES;
  1021. INFOPLIST_FILE = SwifterMac/Info.plist;
  1022. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1023. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  1024. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1025. MTL_ENABLE_DEBUG_INFO = YES;
  1026. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterMac;
  1027. PRODUCT_NAME = Swifter;
  1028. PROVISIONING_PROFILE_SPECIFIER = JHSX9UH35H/;
  1029. SDKROOT = macosx;
  1030. SKIP_INSTALL = YES;
  1031. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1032. VERSIONING_SYSTEM = "apple-generic";
  1033. VERSION_INFO_PREFIX = "";
  1034. };
  1035. name = Debug;
  1036. };
  1037. 7AE894021C0512C400A29F63 /* Release */ = {
  1038. isa = XCBuildConfiguration;
  1039. buildSettings = {
  1040. CLANG_ENABLE_MODULES = YES;
  1041. CODE_SIGN_IDENTITY = "Mac Developer";
  1042. COMBINE_HIDPI_IMAGES = YES;
  1043. COPY_PHASE_STRIP = NO;
  1044. CURRENT_PROJECT_VERSION = 1.1.3;
  1045. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1046. DEFINES_MODULE = YES;
  1047. DYLIB_COMPATIBILITY_VERSION = 1;
  1048. DYLIB_CURRENT_VERSION = 1;
  1049. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1050. FRAMEWORK_VERSION = A;
  1051. GCC_NO_COMMON_BLOCKS = YES;
  1052. INFOPLIST_FILE = SwifterMac/Info.plist;
  1053. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1054. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  1055. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1056. MTL_ENABLE_DEBUG_INFO = NO;
  1057. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterMac;
  1058. PRODUCT_NAME = Swifter;
  1059. PROVISIONING_PROFILE_SPECIFIER = JHSX9UH35H/;
  1060. SDKROOT = macosx;
  1061. SKIP_INSTALL = YES;
  1062. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1063. VERSIONING_SYSTEM = "apple-generic";
  1064. VERSION_INFO_PREFIX = "";
  1065. };
  1066. name = Release;
  1067. };
  1068. 7C839B8819422D00003A6950 /* Debug */ = {
  1069. isa = XCBuildConfiguration;
  1070. buildSettings = {
  1071. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1072. ALWAYS_SEARCH_USER_PATHS = NO;
  1073. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1074. CLANG_CXX_LIBRARY = "libc++";
  1075. CLANG_ENABLE_MODULES = YES;
  1076. CLANG_ENABLE_OBJC_ARC = YES;
  1077. CLANG_WARN_BOOL_CONVERSION = YES;
  1078. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1079. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1080. CLANG_WARN_EMPTY_BODY = YES;
  1081. CLANG_WARN_ENUM_CONVERSION = YES;
  1082. CLANG_WARN_INT_CONVERSION = YES;
  1083. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1084. CLANG_WARN_UNREACHABLE_CODE = YES;
  1085. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1086. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1087. COPY_PHASE_STRIP = NO;
  1088. CURRENT_PROJECT_VERSION = 1.1.3;
  1089. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1090. ENABLE_TESTABILITY = YES;
  1091. GCC_C_LANGUAGE_STANDARD = gnu99;
  1092. GCC_DYNAMIC_NO_PIC = NO;
  1093. GCC_NO_COMMON_BLOCKS = YES;
  1094. GCC_OPTIMIZATION_LEVEL = 0;
  1095. GCC_PREPROCESSOR_DEFINITIONS = (
  1096. "DEBUG=1",
  1097. "$(inherited)",
  1098. );
  1099. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  1100. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1101. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1102. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1103. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1104. GCC_WARN_UNUSED_FUNCTION = YES;
  1105. GCC_WARN_UNUSED_VARIABLE = YES;
  1106. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1107. MACOSX_DEPLOYMENT_TARGET = 10.10;
  1108. METAL_ENABLE_DEBUG_INFO = YES;
  1109. ONLY_ACTIVE_ARCH = YES;
  1110. OTHER_SWIFT_FLAGS = "";
  1111. SDKROOT = macosx;
  1112. SWIFT_INCLUDE_PATHS = "\"$(SRCROOT)/../Sources/CSQLite/\"";
  1113. SWIFT_OBJC_BRIDGING_HEADER = "";
  1114. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1115. TARGETED_DEVICE_FAMILY = "1,2";
  1116. };
  1117. name = Debug;
  1118. };
  1119. 7C839B8919422D00003A6950 /* Release */ = {
  1120. isa = XCBuildConfiguration;
  1121. buildSettings = {
  1122. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1123. ALWAYS_SEARCH_USER_PATHS = NO;
  1124. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1125. CLANG_CXX_LIBRARY = "libc++";
  1126. CLANG_ENABLE_MODULES = YES;
  1127. CLANG_ENABLE_OBJC_ARC = YES;
  1128. CLANG_WARN_BOOL_CONVERSION = YES;
  1129. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1130. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1131. CLANG_WARN_EMPTY_BODY = YES;
  1132. CLANG_WARN_ENUM_CONVERSION = YES;
  1133. CLANG_WARN_INT_CONVERSION = YES;
  1134. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1135. CLANG_WARN_UNREACHABLE_CODE = YES;
  1136. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1137. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1138. COPY_PHASE_STRIP = YES;
  1139. CURRENT_PROJECT_VERSION = 1.1.3;
  1140. ENABLE_NS_ASSERTIONS = NO;
  1141. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1142. GCC_C_LANGUAGE_STANDARD = gnu99;
  1143. GCC_NO_COMMON_BLOCKS = YES;
  1144. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1145. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1146. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1147. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1148. GCC_WARN_UNUSED_FUNCTION = YES;
  1149. GCC_WARN_UNUSED_VARIABLE = YES;
  1150. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1151. MACOSX_DEPLOYMENT_TARGET = 10.10;
  1152. METAL_ENABLE_DEBUG_INFO = NO;
  1153. ONLY_ACTIVE_ARCH = NO;
  1154. OTHER_SWIFT_FLAGS = "";
  1155. SDKROOT = macosx;
  1156. SWIFT_INCLUDE_PATHS = "\"$(SRCROOT)/../Sources/CSQLite/\"";
  1157. SWIFT_OBJC_BRIDGING_HEADER = "";
  1158. TARGETED_DEVICE_FAMILY = "1,2";
  1159. VALIDATE_PRODUCT = YES;
  1160. };
  1161. name = Release;
  1162. };
  1163. 7C839B8B19422D00003A6950 /* Debug */ = {
  1164. isa = XCBuildConfiguration;
  1165. buildSettings = {
  1166. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  1167. CLANG_ENABLE_MODULES = YES;
  1168. COMBINE_HIDPI_IMAGES = YES;
  1169. INFOPLIST_FILE = "$(SRCROOT)/SwifterSampleiOS/Info.plist";
  1170. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1171. PRODUCT_BUNDLE_IDENTIFIER = "pl.kolakowski.${PRODUCT_NAME:rfc1034identifier}";
  1172. PRODUCT_NAME = "$(TARGET_NAME)";
  1173. SWIFT_OBJC_BRIDGING_HEADER = "";
  1174. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1175. };
  1176. name = Debug;
  1177. };
  1178. 7C839B8C19422D00003A6950 /* Release */ = {
  1179. isa = XCBuildConfiguration;
  1180. buildSettings = {
  1181. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  1182. CLANG_ENABLE_MODULES = YES;
  1183. COMBINE_HIDPI_IMAGES = YES;
  1184. INFOPLIST_FILE = "$(SRCROOT)/SwifterSampleiOS/Info.plist";
  1185. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1186. PRODUCT_BUNDLE_IDENTIFIER = "pl.kolakowski.${PRODUCT_NAME:rfc1034identifier}";
  1187. PRODUCT_NAME = "$(TARGET_NAME)";
  1188. SWIFT_OBJC_BRIDGING_HEADER = "";
  1189. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1190. };
  1191. name = Release;
  1192. };
  1193. 7CA4813F19A2EA8D0030B30D /* Debug */ = {
  1194. isa = XCBuildConfiguration;
  1195. buildSettings = {
  1196. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1197. CLANG_ENABLE_MODULES = YES;
  1198. GCC_PREPROCESSOR_DEFINITIONS = (
  1199. "DEBUG=1",
  1200. "$(inherited)",
  1201. );
  1202. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1203. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1204. MTL_ENABLE_DEBUG_INFO = YES;
  1205. ONLY_ACTIVE_ARCH = YES;
  1206. PRODUCT_NAME = "$(TARGET_NAME)";
  1207. SDKROOT = macosx;
  1208. SWIFT_OBJC_BRIDGING_HEADER = "";
  1209. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1210. };
  1211. name = Debug;
  1212. };
  1213. 7CA4814019A2EA8D0030B30D /* Release */ = {
  1214. isa = XCBuildConfiguration;
  1215. buildSettings = {
  1216. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1217. CLANG_ENABLE_MODULES = YES;
  1218. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1219. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1220. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1221. MTL_ENABLE_DEBUG_INFO = NO;
  1222. PRODUCT_NAME = "$(TARGET_NAME)";
  1223. SDKROOT = macosx;
  1224. SWIFT_OBJC_BRIDGING_HEADER = "";
  1225. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1226. };
  1227. name = Release;
  1228. };
  1229. 7CCD1B721C8F7CEC0016D664 /* Debug */ = {
  1230. isa = XCBuildConfiguration;
  1231. buildSettings = {
  1232. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  1233. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1234. CODE_SIGN_IDENTITY = "iPhone Developer";
  1235. DEBUG_INFORMATION_FORMAT = dwarf;
  1236. GCC_NO_COMMON_BLOCKS = YES;
  1237. INFOPLIST_FILE = SwifterSampletvOS/Info.plist;
  1238. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1239. MTL_ENABLE_DEBUG_INFO = YES;
  1240. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterSampletvOS;
  1241. PRODUCT_NAME = "$(TARGET_NAME)";
  1242. SDKROOT = appletvos;
  1243. TARGETED_DEVICE_FAMILY = 3;
  1244. TVOS_DEPLOYMENT_TARGET = 9.1;
  1245. };
  1246. name = Debug;
  1247. };
  1248. 7CCD1B731C8F7CEC0016D664 /* Release */ = {
  1249. isa = XCBuildConfiguration;
  1250. buildSettings = {
  1251. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  1252. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1253. CODE_SIGN_IDENTITY = "iPhone Developer";
  1254. COPY_PHASE_STRIP = NO;
  1255. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1256. GCC_NO_COMMON_BLOCKS = YES;
  1257. INFOPLIST_FILE = SwifterSampletvOS/Info.plist;
  1258. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1259. MTL_ENABLE_DEBUG_INFO = NO;
  1260. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterSampletvOS;
  1261. PRODUCT_NAME = "$(TARGET_NAME)";
  1262. SDKROOT = appletvos;
  1263. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1264. TARGETED_DEVICE_FAMILY = 3;
  1265. TVOS_DEPLOYMENT_TARGET = 9.1;
  1266. };
  1267. name = Release;
  1268. };
  1269. 7CCD1BC21C8F84E60016D664 /* Debug */ = {
  1270. isa = XCBuildConfiguration;
  1271. buildSettings = {
  1272. CLANG_ENABLE_MODULES = YES;
  1273. COMBINE_HIDPI_IMAGES = YES;
  1274. CURRENT_PROJECT_VERSION = 1.1.3;
  1275. DEBUG_INFORMATION_FORMAT = dwarf;
  1276. DEFINES_MODULE = YES;
  1277. DYLIB_COMPATIBILITY_VERSION = 1;
  1278. DYLIB_CURRENT_VERSION = 1;
  1279. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1280. GCC_NO_COMMON_BLOCKS = YES;
  1281. INFOPLIST_FILE = "$(SRCROOT)/SwiftertvOS/Info.plist";
  1282. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1283. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1284. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1285. MTL_ENABLE_DEBUG_INFO = YES;
  1286. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwiftertvOS;
  1287. PRODUCT_NAME = "$(TARGET_NAME)";
  1288. SKIP_INSTALL = YES;
  1289. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1290. VERSIONING_SYSTEM = "apple-generic";
  1291. VERSION_INFO_PREFIX = "";
  1292. };
  1293. name = Debug;
  1294. };
  1295. 7CCD1BC31C8F84E60016D664 /* Release */ = {
  1296. isa = XCBuildConfiguration;
  1297. buildSettings = {
  1298. CLANG_ENABLE_MODULES = YES;
  1299. COMBINE_HIDPI_IMAGES = YES;
  1300. COPY_PHASE_STRIP = NO;
  1301. CURRENT_PROJECT_VERSION = 1.1.3;
  1302. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1303. DEFINES_MODULE = YES;
  1304. DYLIB_COMPATIBILITY_VERSION = 1;
  1305. DYLIB_CURRENT_VERSION = 1;
  1306. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1307. GCC_NO_COMMON_BLOCKS = YES;
  1308. INFOPLIST_FILE = "$(SRCROOT)/SwiftertvOS/Info.plist";
  1309. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1310. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1311. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1312. MTL_ENABLE_DEBUG_INFO = NO;
  1313. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwiftertvOS;
  1314. PRODUCT_NAME = "$(TARGET_NAME)";
  1315. SKIP_INSTALL = YES;
  1316. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1317. VERSIONING_SYSTEM = "apple-generic";
  1318. VERSION_INFO_PREFIX = "";
  1319. };
  1320. name = Release;
  1321. };
  1322. 7CCD87651C66099B0068099B /* Debug */ = {
  1323. isa = XCBuildConfiguration;
  1324. buildSettings = {
  1325. COMBINE_HIDPI_IMAGES = YES;
  1326. DEBUG_INFORMATION_FORMAT = dwarf;
  1327. GCC_NO_COMMON_BLOCKS = YES;
  1328. INFOPLIST_FILE = SwifteriOSTests/Info.plist;
  1329. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  1330. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1331. MTL_ENABLE_DEBUG_INFO = YES;
  1332. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOSTests;
  1333. PRODUCT_NAME = "$(TARGET_NAME)";
  1334. };
  1335. name = Debug;
  1336. };
  1337. 7CCD87661C66099B0068099B /* Release */ = {
  1338. isa = XCBuildConfiguration;
  1339. buildSettings = {
  1340. COMBINE_HIDPI_IMAGES = YES;
  1341. COPY_PHASE_STRIP = NO;
  1342. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1343. GCC_NO_COMMON_BLOCKS = YES;
  1344. INFOPLIST_FILE = SwifteriOSTests/Info.plist;
  1345. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  1346. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1347. MTL_ENABLE_DEBUG_INFO = NO;
  1348. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOSTests;
  1349. PRODUCT_NAME = "$(TARGET_NAME)";
  1350. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1351. };
  1352. name = Release;
  1353. };
  1354. 7CCD87821C660EA30068099B /* Debug */ = {
  1355. isa = XCBuildConfiguration;
  1356. buildSettings = {
  1357. CODE_SIGN_IDENTITY = "-";
  1358. COMBINE_HIDPI_IMAGES = YES;
  1359. DEBUG_INFORMATION_FORMAT = dwarf;
  1360. GCC_NO_COMMON_BLOCKS = YES;
  1361. INFOPLIST_FILE = SwifterOSXTests/Info.plist;
  1362. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1363. MACOSX_DEPLOYMENT_TARGET = 10.11;
  1364. MTL_ENABLE_DEBUG_INFO = YES;
  1365. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterOSXTests;
  1366. PRODUCT_NAME = "$(TARGET_NAME)";
  1367. SDKROOT = macosx;
  1368. };
  1369. name = Debug;
  1370. };
  1371. 7CCD87831C660EA30068099B /* Release */ = {
  1372. isa = XCBuildConfiguration;
  1373. buildSettings = {
  1374. CODE_SIGN_IDENTITY = "-";
  1375. COMBINE_HIDPI_IMAGES = YES;
  1376. COPY_PHASE_STRIP = NO;
  1377. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1378. GCC_NO_COMMON_BLOCKS = YES;
  1379. INFOPLIST_FILE = SwifterOSXTests/Info.plist;
  1380. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1381. MACOSX_DEPLOYMENT_TARGET = 10.11;
  1382. MTL_ENABLE_DEBUG_INFO = NO;
  1383. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterOSXTests;
  1384. PRODUCT_NAME = "$(TARGET_NAME)";
  1385. SDKROOT = macosx;
  1386. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1387. };
  1388. name = Release;
  1389. };
  1390. /* End XCBuildConfiguration section */
  1391. /* Begin XCConfigurationList section */
  1392. 7AE893EC1C05127900A29F63 /* Build configuration list for PBXNativeTarget "SwifteriOS" */ = {
  1393. isa = XCConfigurationList;
  1394. buildConfigurations = (
  1395. 7AE893ED1C05127900A29F63 /* Debug */,
  1396. 7AE893EE1C05127900A29F63 /* Release */,
  1397. );
  1398. defaultConfigurationIsVisible = 0;
  1399. defaultConfigurationName = Release;
  1400. };
  1401. 7AE894001C0512C400A29F63 /* Build configuration list for PBXNativeTarget "SwifterMac" */ = {
  1402. isa = XCConfigurationList;
  1403. buildConfigurations = (
  1404. 7AE894011C0512C400A29F63 /* Debug */,
  1405. 7AE894021C0512C400A29F63 /* Release */,
  1406. );
  1407. defaultConfigurationIsVisible = 0;
  1408. defaultConfigurationName = Release;
  1409. };
  1410. 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */ = {
  1411. isa = XCConfigurationList;
  1412. buildConfigurations = (
  1413. 7C839B8819422D00003A6950 /* Debug */,
  1414. 7C839B8919422D00003A6950 /* Release */,
  1415. );
  1416. defaultConfigurationIsVisible = 0;
  1417. defaultConfigurationName = Release;
  1418. };
  1419. 7C839B8A19422D00003A6950 /* Build configuration list for PBXNativeTarget "SwifterSampleiOS" */ = {
  1420. isa = XCConfigurationList;
  1421. buildConfigurations = (
  1422. 7C839B8B19422D00003A6950 /* Debug */,
  1423. 7C839B8C19422D00003A6950 /* Release */,
  1424. );
  1425. defaultConfigurationIsVisible = 0;
  1426. defaultConfigurationName = Release;
  1427. };
  1428. 7CA4814119A2EA8D0030B30D /* Build configuration list for PBXNativeTarget "SwifterSampleOSX" */ = {
  1429. isa = XCConfigurationList;
  1430. buildConfigurations = (
  1431. 7CA4813F19A2EA8D0030B30D /* Debug */,
  1432. 7CA4814019A2EA8D0030B30D /* Release */,
  1433. );
  1434. defaultConfigurationIsVisible = 0;
  1435. defaultConfigurationName = Release;
  1436. };
  1437. 7CCD1B711C8F7CEC0016D664 /* Build configuration list for PBXNativeTarget "SwifterSampletvOS" */ = {
  1438. isa = XCConfigurationList;
  1439. buildConfigurations = (
  1440. 7CCD1B721C8F7CEC0016D664 /* Debug */,
  1441. 7CCD1B731C8F7CEC0016D664 /* Release */,
  1442. );
  1443. defaultConfigurationIsVisible = 0;
  1444. defaultConfigurationName = Release;
  1445. };
  1446. 7CCD1BC11C8F84E60016D664 /* Build configuration list for PBXNativeTarget "SwiftertvOS" */ = {
  1447. isa = XCConfigurationList;
  1448. buildConfigurations = (
  1449. 7CCD1BC21C8F84E60016D664 /* Debug */,
  1450. 7CCD1BC31C8F84E60016D664 /* Release */,
  1451. );
  1452. defaultConfigurationIsVisible = 0;
  1453. defaultConfigurationName = Release;
  1454. };
  1455. 7CCD87641C66099B0068099B /* Build configuration list for PBXNativeTarget "SwifteriOSTests" */ = {
  1456. isa = XCConfigurationList;
  1457. buildConfigurations = (
  1458. 7CCD87651C66099B0068099B /* Debug */,
  1459. 7CCD87661C66099B0068099B /* Release */,
  1460. );
  1461. defaultConfigurationIsVisible = 0;
  1462. defaultConfigurationName = Release;
  1463. };
  1464. 7CCD87811C660EA30068099B /* Build configuration list for PBXNativeTarget "SwifterOSXTests" */ = {
  1465. isa = XCConfigurationList;
  1466. buildConfigurations = (
  1467. 7CCD87821C660EA30068099B /* Debug */,
  1468. 7CCD87831C660EA30068099B /* Release */,
  1469. );
  1470. defaultConfigurationIsVisible = 0;
  1471. defaultConfigurationName = Release;
  1472. };
  1473. /* End XCConfigurationList section */
  1474. };
  1475. rootObject = 7C839B6619422CFF003A6950 /* Project object */;
  1476. }