project.pbxproj 75 KB

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