project.pbxproj 59 KB

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