project.pbxproj 68 KB

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