project.pbxproj 57 KB

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