project.pbxproj 73 KB

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