project.pbxproj 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 7AE893EA1C05127900A29F63 /* SwifteriOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE893E91C05127900A29F63 /* SwifteriOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
  10. 7AE893FE1C0512C400A29F63 /* SwifterMac.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE893FD1C0512C400A29F63 /* SwifterMac.h */; settings = {ATTRIBUTES = (Public, ); }; };
  11. 7AE8940D1C05151100A29F63 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7AE8940C1C05151100A29F63 /* Launch Screen.storyboard */; };
  12. 7C71C5B01A1D52F800682BF0 /* login.html in CopyFiles */ = {isa = PBXBuildFile; fileRef = 98630C061A1C9A9D00478D08 /* login.html */; };
  13. 7C71C5B11A1EC49B00682BF0 /* logo.png in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7CB102DF1A17381D00CBA3B4 /* logo.png */; };
  14. 7C73C6911C2615FE00AEF6CA /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18E610A51BD6397D00B7D17A /* SwiftyJSON.swift */; };
  15. 7C73C6921C26179C00AEF6CA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */; };
  16. 7C73C6AA1C261A2100AEF6CA /* DemoServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6941C2619E100AEF6CA /* DemoServer.swift */; };
  17. 7C73C6AB1C261A2100AEF6CA /* HttpHandlers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6951C2619E100AEF6CA /* HttpHandlers.swift */; };
  18. 7C73C6AC1C261A2100AEF6CA /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6961C2619E100AEF6CA /* HttpParser.swift */; };
  19. 7C73C6AD1C261A2100AEF6CA /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6971C2619E100AEF6CA /* HttpRequest.swift */; };
  20. 7C73C6AE1C261A2100AEF6CA /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6981C2619E100AEF6CA /* HttpResponse.swift */; };
  21. 7C73C6AF1C261A2100AEF6CA /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6991C2619E100AEF6CA /* HttpRouter.swift */; };
  22. 7C73C6B01C261A2100AEF6CA /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69A1C2619E100AEF6CA /* HttpServer.swift */; };
  23. 7C73C6B11C261A2100AEF6CA /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69B1C2619E100AEF6CA /* HttpServerIO.swift */; };
  24. 7C73C6B21C261A2100AEF6CA /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69C1C2619E100AEF6CA /* Socket.swift */; };
  25. 7C73C6B31C261A2100AEF6CA /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69D1C2619E100AEF6CA /* String+Misc.swift */; };
  26. 7C73C6B51C261A2600AEF6CA /* DemoServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6941C2619E100AEF6CA /* DemoServer.swift */; };
  27. 7C73C6B61C261A2600AEF6CA /* HttpHandlers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6951C2619E100AEF6CA /* HttpHandlers.swift */; };
  28. 7C73C6B71C261A2600AEF6CA /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6961C2619E100AEF6CA /* HttpParser.swift */; };
  29. 7C73C6B81C261A2600AEF6CA /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6971C2619E100AEF6CA /* HttpRequest.swift */; };
  30. 7C73C6B91C261A2600AEF6CA /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6981C2619E100AEF6CA /* HttpResponse.swift */; };
  31. 7C73C6BA1C261A2600AEF6CA /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6991C2619E100AEF6CA /* HttpRouter.swift */; };
  32. 7C73C6BB1C261A2600AEF6CA /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69A1C2619E100AEF6CA /* HttpServer.swift */; };
  33. 7C73C6BC1C261A2600AEF6CA /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69B1C2619E100AEF6CA /* HttpServerIO.swift */; };
  34. 7C73C6BD1C261A2600AEF6CA /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69C1C2619E100AEF6CA /* Socket.swift */; };
  35. 7C73C6BE1C261A2600AEF6CA /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69D1C2619E100AEF6CA /* String+Misc.swift */; };
  36. 7C7488781C1DA07300CBCD77 /* file.html in Resources */ = {isa = PBXBuildFile; fileRef = 7C7488771C1DA07300CBCD77 /* file.html */; };
  37. 7C74887B1C1DA08200CBCD77 /* file.html in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7C7488771C1DA07300CBCD77 /* file.html */; };
  38. 7CA4813E19A2EA8D0030B30D /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CA4813D19A2EA8D0030B30D /* main.swift */; };
  39. 7CA4815819A2EF2B0030B30D /* test.json in Resources */ = {isa = PBXBuildFile; fileRef = 7CA4815719A2EF2B0030B30D /* test.json */; };
  40. 7CA4815919A2EF560030B30D /* test.json in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7CA4815719A2EF2B0030B30D /* test.json */; };
  41. 7CB102E01A17381D00CBA3B4 /* logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 7CB102DF1A17381D00CBA3B4 /* logo.png */; };
  42. 7CDAB8131BE2A1D400C8A977 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */; };
  43. 7CDAB8141BE2A1D400C8A977 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */; };
  44. 7CDAB8161BE2A1D400C8A977 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */; };
  45. 98630C071A1C9A9D00478D08 /* login.html in Resources */ = {isa = PBXBuildFile; fileRef = 98630C061A1C9A9D00478D08 /* login.html */; };
  46. /* End PBXBuildFile section */
  47. /* Begin PBXContainerItemProxy section */
  48. 7AE8940E1C0515A200A29F63 /* PBXContainerItemProxy */ = {
  49. isa = PBXContainerItemProxy;
  50. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  51. proxyType = 1;
  52. remoteGlobalIDString = 7AE893FA1C0512C400A29F63;
  53. remoteInfo = SwifterMac;
  54. };
  55. 7C73C6BF1C261AA700AEF6CA /* PBXContainerItemProxy */ = {
  56. isa = PBXContainerItemProxy;
  57. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  58. proxyType = 1;
  59. remoteGlobalIDString = 7AE893E61C05127900A29F63;
  60. remoteInfo = SwifteriOS;
  61. };
  62. /* End PBXContainerItemProxy section */
  63. /* Begin PBXCopyFilesBuildPhase section */
  64. 7CA4813919A2EA8D0030B30D /* CopyFiles */ = {
  65. isa = PBXCopyFilesBuildPhase;
  66. buildActionMask = 12;
  67. dstPath = "";
  68. dstSubfolderSpec = 7;
  69. files = (
  70. 7C74887B1C1DA08200CBCD77 /* file.html in CopyFiles */,
  71. 7C71C5B11A1EC49B00682BF0 /* logo.png in CopyFiles */,
  72. 7C71C5B01A1D52F800682BF0 /* login.html in CopyFiles */,
  73. 7CA4815919A2EF560030B30D /* test.json in CopyFiles */,
  74. );
  75. runOnlyForDeploymentPostprocessing = 0;
  76. };
  77. /* End PBXCopyFilesBuildPhase section */
  78. /* Begin PBXFileReference section */
  79. 18E610A51BD6397D00B7D17A /* SwiftyJSON.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftyJSON.swift; sourceTree = "<group>"; };
  80. 7AE893E71C05127900A29F63 /* Swifter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Swifter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  81. 7AE893E91C05127900A29F63 /* SwifteriOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwifteriOS.h; sourceTree = "<group>"; };
  82. 7AE893EB1C05127900A29F63 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  83. 7AE893FB1C0512C400A29F63 /* Swifter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Swifter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  84. 7AE893FD1C0512C400A29F63 /* SwifterMac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwifterMac.h; sourceTree = "<group>"; };
  85. 7AE893FF1C0512C400A29F63 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  86. 7AE8940C1C05151100A29F63 /* Launch Screen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; };
  87. 7C73C6941C2619E100AEF6CA /* DemoServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DemoServer.swift; sourceTree = "<group>"; };
  88. 7C73C6951C2619E100AEF6CA /* HttpHandlers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpHandlers.swift; sourceTree = "<group>"; };
  89. 7C73C6961C2619E100AEF6CA /* HttpParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpParser.swift; sourceTree = "<group>"; };
  90. 7C73C6971C2619E100AEF6CA /* HttpRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpRequest.swift; sourceTree = "<group>"; };
  91. 7C73C6981C2619E100AEF6CA /* HttpResponse.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpResponse.swift; sourceTree = "<group>"; };
  92. 7C73C6991C2619E100AEF6CA /* HttpRouter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpRouter.swift; sourceTree = "<group>"; };
  93. 7C73C69A1C2619E100AEF6CA /* HttpServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpServer.swift; sourceTree = "<group>"; };
  94. 7C73C69B1C2619E100AEF6CA /* HttpServerIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpServerIO.swift; sourceTree = "<group>"; };
  95. 7C73C69C1C2619E100AEF6CA /* Socket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Socket.swift; sourceTree = "<group>"; };
  96. 7C73C69D1C2619E100AEF6CA /* String+Misc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Misc.swift"; sourceTree = "<group>"; };
  97. 7C7488771C1DA07300CBCD77 /* file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = file.html; sourceTree = "<group>"; };
  98. 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwifterSampleiOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
  99. 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SwifterSampleOSX; sourceTree = BUILT_PRODUCTS_DIR; };
  100. 7CA4813D19A2EA8D0030B30D /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
  101. 7CA4815719A2EF2B0030B30D /* test.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = test.json; sourceTree = "<group>"; };
  102. 7CB102DF1A17381D00CBA3B4 /* logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logo.png; sourceTree = "<group>"; };
  103. 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  104. 7CDAB80E1BE2A1D400C8A977 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  105. 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  106. 7CDAB8101BE2A1D400C8A977 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  107. 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  108. 7CEAF86F1C14B2B5003252DE /* Package.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
  109. 98630C061A1C9A9D00478D08 /* login.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = login.html; sourceTree = "<group>"; };
  110. /* End PBXFileReference section */
  111. /* Begin PBXFrameworksBuildPhase section */
  112. 7AE893E31C05127900A29F63 /* Frameworks */ = {
  113. isa = PBXFrameworksBuildPhase;
  114. buildActionMask = 2147483647;
  115. files = (
  116. );
  117. runOnlyForDeploymentPostprocessing = 0;
  118. };
  119. 7AE893F71C0512C400A29F63 /* Frameworks */ = {
  120. isa = PBXFrameworksBuildPhase;
  121. buildActionMask = 2147483647;
  122. files = (
  123. );
  124. runOnlyForDeploymentPostprocessing = 0;
  125. };
  126. 7C839B6B19422CFF003A6950 /* Frameworks */ = {
  127. isa = PBXFrameworksBuildPhase;
  128. buildActionMask = 2147483647;
  129. files = (
  130. );
  131. runOnlyForDeploymentPostprocessing = 0;
  132. };
  133. 7CA4813819A2EA8D0030B30D /* Frameworks */ = {
  134. isa = PBXFrameworksBuildPhase;
  135. buildActionMask = 2147483647;
  136. files = (
  137. );
  138. runOnlyForDeploymentPostprocessing = 0;
  139. };
  140. /* End PBXFrameworksBuildPhase section */
  141. /* Begin PBXGroup section */
  142. 7AE893E81C05127900A29F63 /* SwifteriOS */ = {
  143. isa = PBXGroup;
  144. children = (
  145. 7AE893EB1C05127900A29F63 /* Info.plist */,
  146. 7AE893E91C05127900A29F63 /* SwifteriOS.h */,
  147. );
  148. path = SwifteriOS;
  149. sourceTree = "<group>";
  150. };
  151. 7AE893FC1C0512C400A29F63 /* SwifterMac */ = {
  152. isa = PBXGroup;
  153. children = (
  154. 7AE893FF1C0512C400A29F63 /* Info.plist */,
  155. 7AE893FD1C0512C400A29F63 /* SwifterMac.h */,
  156. );
  157. path = SwifterMac;
  158. sourceTree = "<group>";
  159. };
  160. 7C839B6519422CFF003A6950 = {
  161. isa = PBXGroup;
  162. children = (
  163. 7CEAF86F1C14B2B5003252DE /* Package.swift */,
  164. 7CEAF84A1C14B29B003252DE /* Sources */,
  165. 7C839B6F19422CFF003A6950 /* Products */,
  166. 7CA4815619A2EF2B0030B30D /* Resources */,
  167. 7AE893FC1C0512C400A29F63 /* SwifterMac */,
  168. 7CA4813C19A2EA8D0030B30D /* SwifterSampleOSX */,
  169. 7CDAB80B1BE2A1D400C8A977 /* SwifterSampleiOS */,
  170. 7AE893E81C05127900A29F63 /* SwifteriOS */,
  171. );
  172. sourceTree = "<group>";
  173. };
  174. 7C839B6F19422CFF003A6950 /* Products */ = {
  175. isa = PBXGroup;
  176. children = (
  177. 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */,
  178. 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */,
  179. 7AE893E71C05127900A29F63 /* Swifter.framework */,
  180. 7AE893FB1C0512C400A29F63 /* Swifter.framework */,
  181. );
  182. name = Products;
  183. sourceTree = "<group>";
  184. };
  185. 7CA4813C19A2EA8D0030B30D /* SwifterSampleOSX */ = {
  186. isa = PBXGroup;
  187. children = (
  188. 18E610A51BD6397D00B7D17A /* SwiftyJSON.swift */,
  189. 7CA4813D19A2EA8D0030B30D /* main.swift */,
  190. );
  191. path = SwifterSampleOSX;
  192. sourceTree = "<group>";
  193. };
  194. 7CA4815619A2EF2B0030B30D /* Resources */ = {
  195. isa = PBXGroup;
  196. children = (
  197. 7C7488771C1DA07300CBCD77 /* file.html */,
  198. 98630C061A1C9A9D00478D08 /* login.html */,
  199. 7CB102DF1A17381D00CBA3B4 /* logo.png */,
  200. 7CA4815719A2EF2B0030B30D /* test.json */,
  201. );
  202. path = Resources;
  203. sourceTree = "<group>";
  204. };
  205. 7CDAB80B1BE2A1D400C8A977 /* SwifterSampleiOS */ = {
  206. isa = PBXGroup;
  207. children = (
  208. 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */,
  209. 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */,
  210. 7CDAB8101BE2A1D400C8A977 /* Info.plist */,
  211. 7AE8940C1C05151100A29F63 /* Launch Screen.storyboard */,
  212. 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */,
  213. 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */,
  214. );
  215. path = SwifterSampleiOS;
  216. sourceTree = "<group>";
  217. };
  218. 7CEAF84A1C14B29B003252DE /* Sources */ = {
  219. isa = PBXGroup;
  220. children = (
  221. 7C73C6941C2619E100AEF6CA /* DemoServer.swift */,
  222. 7C73C6951C2619E100AEF6CA /* HttpHandlers.swift */,
  223. 7C73C6961C2619E100AEF6CA /* HttpParser.swift */,
  224. 7C73C6971C2619E100AEF6CA /* HttpRequest.swift */,
  225. 7C73C6981C2619E100AEF6CA /* HttpResponse.swift */,
  226. 7C73C6991C2619E100AEF6CA /* HttpRouter.swift */,
  227. 7C73C69A1C2619E100AEF6CA /* HttpServer.swift */,
  228. 7C73C69B1C2619E100AEF6CA /* HttpServerIO.swift */,
  229. 7C73C69C1C2619E100AEF6CA /* Socket.swift */,
  230. 7C73C69D1C2619E100AEF6CA /* String+Misc.swift */,
  231. );
  232. path = Sources;
  233. sourceTree = "<group>";
  234. };
  235. /* End PBXGroup section */
  236. /* Begin PBXHeadersBuildPhase section */
  237. 7AE893E41C05127900A29F63 /* Headers */ = {
  238. isa = PBXHeadersBuildPhase;
  239. buildActionMask = 2147483647;
  240. files = (
  241. 7AE893EA1C05127900A29F63 /* SwifteriOS.h in Headers */,
  242. );
  243. runOnlyForDeploymentPostprocessing = 0;
  244. };
  245. 7AE893F81C0512C400A29F63 /* Headers */ = {
  246. isa = PBXHeadersBuildPhase;
  247. buildActionMask = 2147483647;
  248. files = (
  249. 7AE893FE1C0512C400A29F63 /* SwifterMac.h in Headers */,
  250. );
  251. runOnlyForDeploymentPostprocessing = 0;
  252. };
  253. /* End PBXHeadersBuildPhase section */
  254. /* Begin PBXNativeTarget section */
  255. 7AE893E61C05127900A29F63 /* SwifteriOS */ = {
  256. isa = PBXNativeTarget;
  257. buildConfigurationList = 7AE893EC1C05127900A29F63 /* Build configuration list for PBXNativeTarget "SwifteriOS" */;
  258. buildPhases = (
  259. 7AE893E21C05127900A29F63 /* Sources */,
  260. 7AE893E31C05127900A29F63 /* Frameworks */,
  261. 7AE893E41C05127900A29F63 /* Headers */,
  262. 7AE893E51C05127900A29F63 /* Resources */,
  263. );
  264. buildRules = (
  265. );
  266. dependencies = (
  267. );
  268. name = SwifteriOS;
  269. productName = SwifteriOS;
  270. productReference = 7AE893E71C05127900A29F63 /* Swifter.framework */;
  271. productType = "com.apple.product-type.framework";
  272. };
  273. 7AE893FA1C0512C400A29F63 /* SwifterMac */ = {
  274. isa = PBXNativeTarget;
  275. buildConfigurationList = 7AE894001C0512C400A29F63 /* Build configuration list for PBXNativeTarget "SwifterMac" */;
  276. buildPhases = (
  277. 7AE893F61C0512C400A29F63 /* Sources */,
  278. 7AE893F71C0512C400A29F63 /* Frameworks */,
  279. 7AE893F81C0512C400A29F63 /* Headers */,
  280. 7AE893F91C0512C400A29F63 /* Resources */,
  281. );
  282. buildRules = (
  283. );
  284. dependencies = (
  285. );
  286. name = SwifterMac;
  287. productName = SwifterMac;
  288. productReference = 7AE893FB1C0512C400A29F63 /* Swifter.framework */;
  289. productType = "com.apple.product-type.framework";
  290. };
  291. 7C839B6D19422CFF003A6950 /* SwifterSampleiOS */ = {
  292. isa = PBXNativeTarget;
  293. buildConfigurationList = 7C839B8A19422D00003A6950 /* Build configuration list for PBXNativeTarget "SwifterSampleiOS" */;
  294. buildPhases = (
  295. 7C839B6A19422CFF003A6950 /* Sources */,
  296. 7C839B6B19422CFF003A6950 /* Frameworks */,
  297. 7C839B6C19422CFF003A6950 /* Resources */,
  298. );
  299. buildRules = (
  300. );
  301. dependencies = (
  302. 7C73C6C01C261AA700AEF6CA /* PBXTargetDependency */,
  303. );
  304. name = SwifterSampleiOS;
  305. productName = Swifter;
  306. productReference = 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */;
  307. productType = "com.apple.product-type.application";
  308. };
  309. 7CA4813A19A2EA8D0030B30D /* SwifterSampleOSX */ = {
  310. isa = PBXNativeTarget;
  311. buildConfigurationList = 7CA4814119A2EA8D0030B30D /* Build configuration list for PBXNativeTarget "SwifterSampleOSX" */;
  312. buildPhases = (
  313. 7CA4813719A2EA8D0030B30D /* Sources */,
  314. 7CA4813819A2EA8D0030B30D /* Frameworks */,
  315. 7CA4813919A2EA8D0030B30D /* CopyFiles */,
  316. );
  317. buildRules = (
  318. );
  319. dependencies = (
  320. 7AE8940F1C0515A200A29F63 /* PBXTargetDependency */,
  321. );
  322. name = SwifterSampleOSX;
  323. productName = SwifterOSX;
  324. productReference = 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */;
  325. productType = "com.apple.product-type.tool";
  326. };
  327. /* End PBXNativeTarget section */
  328. /* Begin PBXProject section */
  329. 7C839B6619422CFF003A6950 /* Project object */ = {
  330. isa = PBXProject;
  331. attributes = {
  332. LastSwiftUpdateCheck = 0700;
  333. LastUpgradeCheck = 0700;
  334. ORGANIZATIONNAME = "Damian Kołakowski";
  335. TargetAttributes = {
  336. 7AE893E61C05127900A29F63 = {
  337. CreatedOnToolsVersion = 7.1;
  338. };
  339. 7AE893FA1C0512C400A29F63 = {
  340. CreatedOnToolsVersion = 7.1;
  341. };
  342. 7C839B6D19422CFF003A6950 = {
  343. CreatedOnToolsVersion = 6.0;
  344. };
  345. 7CA4813A19A2EA8D0030B30D = {
  346. CreatedOnToolsVersion = 6.0;
  347. };
  348. };
  349. };
  350. buildConfigurationList = 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */;
  351. compatibilityVersion = "Xcode 3.2";
  352. developmentRegion = English;
  353. hasScannedForEncodings = 0;
  354. knownRegions = (
  355. en,
  356. Base,
  357. );
  358. mainGroup = 7C839B6519422CFF003A6950;
  359. productRefGroup = 7C839B6F19422CFF003A6950 /* Products */;
  360. projectDirPath = "";
  361. projectRoot = "";
  362. targets = (
  363. 7C839B6D19422CFF003A6950 /* SwifterSampleiOS */,
  364. 7CA4813A19A2EA8D0030B30D /* SwifterSampleOSX */,
  365. 7AE893E61C05127900A29F63 /* SwifteriOS */,
  366. 7AE893FA1C0512C400A29F63 /* SwifterMac */,
  367. );
  368. };
  369. /* End PBXProject section */
  370. /* Begin PBXResourcesBuildPhase section */
  371. 7AE893E51C05127900A29F63 /* Resources */ = {
  372. isa = PBXResourcesBuildPhase;
  373. buildActionMask = 2147483647;
  374. files = (
  375. );
  376. runOnlyForDeploymentPostprocessing = 0;
  377. };
  378. 7AE893F91C0512C400A29F63 /* Resources */ = {
  379. isa = PBXResourcesBuildPhase;
  380. buildActionMask = 2147483647;
  381. files = (
  382. );
  383. runOnlyForDeploymentPostprocessing = 0;
  384. };
  385. 7C839B6C19422CFF003A6950 /* Resources */ = {
  386. isa = PBXResourcesBuildPhase;
  387. buildActionMask = 2147483647;
  388. files = (
  389. 7C7488781C1DA07300CBCD77 /* file.html in Resources */,
  390. 7AE8940D1C05151100A29F63 /* Launch Screen.storyboard in Resources */,
  391. 7CB102E01A17381D00CBA3B4 /* logo.png in Resources */,
  392. 7CDAB8141BE2A1D400C8A977 /* Images.xcassets in Resources */,
  393. 98630C071A1C9A9D00478D08 /* login.html in Resources */,
  394. 7CA4815819A2EF2B0030B30D /* test.json in Resources */,
  395. 7CDAB8131BE2A1D400C8A977 /* Main.storyboard in Resources */,
  396. );
  397. runOnlyForDeploymentPostprocessing = 0;
  398. };
  399. /* End PBXResourcesBuildPhase section */
  400. /* Begin PBXSourcesBuildPhase section */
  401. 7AE893E21C05127900A29F63 /* Sources */ = {
  402. isa = PBXSourcesBuildPhase;
  403. buildActionMask = 2147483647;
  404. files = (
  405. 7C73C6AA1C261A2100AEF6CA /* DemoServer.swift in Sources */,
  406. 7C73C6AB1C261A2100AEF6CA /* HttpHandlers.swift in Sources */,
  407. 7C73C6AC1C261A2100AEF6CA /* HttpParser.swift in Sources */,
  408. 7C73C6AD1C261A2100AEF6CA /* HttpRequest.swift in Sources */,
  409. 7C73C6AE1C261A2100AEF6CA /* HttpResponse.swift in Sources */,
  410. 7C73C6AF1C261A2100AEF6CA /* HttpRouter.swift in Sources */,
  411. 7C73C6B01C261A2100AEF6CA /* HttpServer.swift in Sources */,
  412. 7C73C6B11C261A2100AEF6CA /* HttpServerIO.swift in Sources */,
  413. 7C73C6B21C261A2100AEF6CA /* Socket.swift in Sources */,
  414. 7C73C6B31C261A2100AEF6CA /* String+Misc.swift in Sources */,
  415. );
  416. runOnlyForDeploymentPostprocessing = 0;
  417. };
  418. 7AE893F61C0512C400A29F63 /* Sources */ = {
  419. isa = PBXSourcesBuildPhase;
  420. buildActionMask = 2147483647;
  421. files = (
  422. 7C73C6B51C261A2600AEF6CA /* DemoServer.swift in Sources */,
  423. 7C73C6B61C261A2600AEF6CA /* HttpHandlers.swift in Sources */,
  424. 7C73C6B71C261A2600AEF6CA /* HttpParser.swift in Sources */,
  425. 7C73C6B81C261A2600AEF6CA /* HttpRequest.swift in Sources */,
  426. 7C73C6B91C261A2600AEF6CA /* HttpResponse.swift in Sources */,
  427. 7C73C6BA1C261A2600AEF6CA /* HttpRouter.swift in Sources */,
  428. 7C73C6BB1C261A2600AEF6CA /* HttpServer.swift in Sources */,
  429. 7C73C6BC1C261A2600AEF6CA /* HttpServerIO.swift in Sources */,
  430. 7C73C6BD1C261A2600AEF6CA /* Socket.swift in Sources */,
  431. 7C73C6BE1C261A2600AEF6CA /* String+Misc.swift in Sources */,
  432. );
  433. runOnlyForDeploymentPostprocessing = 0;
  434. };
  435. 7C839B6A19422CFF003A6950 /* Sources */ = {
  436. isa = PBXSourcesBuildPhase;
  437. buildActionMask = 2147483647;
  438. files = (
  439. 7C73C6921C26179C00AEF6CA /* AppDelegate.swift in Sources */,
  440. 7CDAB8161BE2A1D400C8A977 /* ViewController.swift in Sources */,
  441. );
  442. runOnlyForDeploymentPostprocessing = 0;
  443. };
  444. 7CA4813719A2EA8D0030B30D /* Sources */ = {
  445. isa = PBXSourcesBuildPhase;
  446. buildActionMask = 2147483647;
  447. files = (
  448. 7C73C6911C2615FE00AEF6CA /* SwiftyJSON.swift in Sources */,
  449. 7CA4813E19A2EA8D0030B30D /* main.swift in Sources */,
  450. );
  451. runOnlyForDeploymentPostprocessing = 0;
  452. };
  453. /* End PBXSourcesBuildPhase section */
  454. /* Begin PBXTargetDependency section */
  455. 7AE8940F1C0515A200A29F63 /* PBXTargetDependency */ = {
  456. isa = PBXTargetDependency;
  457. target = 7AE893FA1C0512C400A29F63 /* SwifterMac */;
  458. targetProxy = 7AE8940E1C0515A200A29F63 /* PBXContainerItemProxy */;
  459. };
  460. 7C73C6C01C261AA700AEF6CA /* PBXTargetDependency */ = {
  461. isa = PBXTargetDependency;
  462. target = 7AE893E61C05127900A29F63 /* SwifteriOS */;
  463. targetProxy = 7C73C6BF1C261AA700AEF6CA /* PBXContainerItemProxy */;
  464. };
  465. /* End PBXTargetDependency section */
  466. /* Begin PBXVariantGroup section */
  467. 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */ = {
  468. isa = PBXVariantGroup;
  469. children = (
  470. 7CDAB80E1BE2A1D400C8A977 /* Base */,
  471. );
  472. name = Main.storyboard;
  473. path = .;
  474. sourceTree = "<group>";
  475. };
  476. /* End PBXVariantGroup section */
  477. /* Begin XCBuildConfiguration section */
  478. 7AE893ED1C05127900A29F63 /* Debug */ = {
  479. isa = XCBuildConfiguration;
  480. buildSettings = {
  481. CURRENT_PROJECT_VERSION = 1.0.7;
  482. DEBUG_INFORMATION_FORMAT = dwarf;
  483. DEFINES_MODULE = YES;
  484. DYLIB_COMPATIBILITY_VERSION = 1;
  485. DYLIB_CURRENT_VERSION = 1;
  486. DYLIB_INSTALL_NAME_BASE = "@rpath";
  487. GCC_NO_COMMON_BLOCKS = YES;
  488. INFOPLIST_FILE = SwifterSampleiOS/Info.plist;
  489. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  490. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  491. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  492. MTL_ENABLE_DEBUG_INFO = YES;
  493. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOS;
  494. PRODUCT_NAME = Swifter;
  495. SKIP_INSTALL = YES;
  496. VERSIONING_SYSTEM = "apple-generic";
  497. VERSION_INFO_PREFIX = "";
  498. };
  499. name = Debug;
  500. };
  501. 7AE893EE1C05127900A29F63 /* Release */ = {
  502. isa = XCBuildConfiguration;
  503. buildSettings = {
  504. COPY_PHASE_STRIP = NO;
  505. CURRENT_PROJECT_VERSION = 1.0.7;
  506. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  507. DEFINES_MODULE = YES;
  508. DYLIB_COMPATIBILITY_VERSION = 1;
  509. DYLIB_CURRENT_VERSION = 1;
  510. DYLIB_INSTALL_NAME_BASE = "@rpath";
  511. GCC_NO_COMMON_BLOCKS = YES;
  512. INFOPLIST_FILE = SwifterSampleiOS/Info.plist;
  513. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  514. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  515. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  516. MTL_ENABLE_DEBUG_INFO = NO;
  517. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOS;
  518. PRODUCT_NAME = Swifter;
  519. SKIP_INSTALL = YES;
  520. VERSIONING_SYSTEM = "apple-generic";
  521. VERSION_INFO_PREFIX = "";
  522. };
  523. name = Release;
  524. };
  525. 7AE894011C0512C400A29F63 /* Debug */ = {
  526. isa = XCBuildConfiguration;
  527. buildSettings = {
  528. CODE_SIGN_IDENTITY = "Mac Developer";
  529. COMBINE_HIDPI_IMAGES = YES;
  530. CURRENT_PROJECT_VERSION = 1.0.7;
  531. DEBUG_INFORMATION_FORMAT = dwarf;
  532. DEFINES_MODULE = YES;
  533. DYLIB_COMPATIBILITY_VERSION = 1;
  534. DYLIB_CURRENT_VERSION = 1;
  535. DYLIB_INSTALL_NAME_BASE = "@rpath";
  536. FRAMEWORK_VERSION = A;
  537. GCC_NO_COMMON_BLOCKS = YES;
  538. INFOPLIST_FILE = SwifterMac/Info.plist;
  539. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  540. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  541. MACOSX_DEPLOYMENT_TARGET = 10.9;
  542. MTL_ENABLE_DEBUG_INFO = YES;
  543. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterMac;
  544. PRODUCT_NAME = Swifter;
  545. SDKROOT = macosx;
  546. SKIP_INSTALL = YES;
  547. VERSIONING_SYSTEM = "apple-generic";
  548. VERSION_INFO_PREFIX = "";
  549. };
  550. name = Debug;
  551. };
  552. 7AE894021C0512C400A29F63 /* Release */ = {
  553. isa = XCBuildConfiguration;
  554. buildSettings = {
  555. CODE_SIGN_IDENTITY = "Mac Developer";
  556. COMBINE_HIDPI_IMAGES = YES;
  557. COPY_PHASE_STRIP = NO;
  558. CURRENT_PROJECT_VERSION = 1.0.7;
  559. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  560. DEFINES_MODULE = YES;
  561. DYLIB_COMPATIBILITY_VERSION = 1;
  562. DYLIB_CURRENT_VERSION = 1;
  563. DYLIB_INSTALL_NAME_BASE = "@rpath";
  564. FRAMEWORK_VERSION = A;
  565. GCC_NO_COMMON_BLOCKS = YES;
  566. INFOPLIST_FILE = SwifterMac/Info.plist;
  567. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  568. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  569. MACOSX_DEPLOYMENT_TARGET = 10.9;
  570. MTL_ENABLE_DEBUG_INFO = NO;
  571. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterMac;
  572. PRODUCT_NAME = Swifter;
  573. SDKROOT = macosx;
  574. SKIP_INSTALL = YES;
  575. VERSIONING_SYSTEM = "apple-generic";
  576. VERSION_INFO_PREFIX = "";
  577. };
  578. name = Release;
  579. };
  580. 7C839B8819422D00003A6950 /* Debug */ = {
  581. isa = XCBuildConfiguration;
  582. buildSettings = {
  583. ALWAYS_SEARCH_USER_PATHS = NO;
  584. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  585. CLANG_CXX_LIBRARY = "libc++";
  586. CLANG_ENABLE_MODULES = YES;
  587. CLANG_ENABLE_OBJC_ARC = YES;
  588. CLANG_WARN_BOOL_CONVERSION = YES;
  589. CLANG_WARN_CONSTANT_CONVERSION = YES;
  590. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  591. CLANG_WARN_EMPTY_BODY = YES;
  592. CLANG_WARN_ENUM_CONVERSION = YES;
  593. CLANG_WARN_INT_CONVERSION = YES;
  594. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  595. CLANG_WARN_UNREACHABLE_CODE = YES;
  596. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  597. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  598. COPY_PHASE_STRIP = NO;
  599. CURRENT_PROJECT_VERSION = 1.0.7;
  600. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  601. ENABLE_STRICT_OBJC_MSGSEND = YES;
  602. ENABLE_TESTABILITY = YES;
  603. GCC_C_LANGUAGE_STANDARD = gnu99;
  604. GCC_DYNAMIC_NO_PIC = NO;
  605. GCC_OPTIMIZATION_LEVEL = 0;
  606. GCC_PREPROCESSOR_DEFINITIONS = (
  607. "DEBUG=1",
  608. "$(inherited)",
  609. );
  610. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  611. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  612. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  613. GCC_WARN_UNDECLARED_SELECTOR = YES;
  614. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  615. GCC_WARN_UNUSED_FUNCTION = YES;
  616. GCC_WARN_UNUSED_VARIABLE = YES;
  617. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  618. MACOSX_DEPLOYMENT_TARGET = 10.9;
  619. METAL_ENABLE_DEBUG_INFO = YES;
  620. ONLY_ACTIVE_ARCH = YES;
  621. SDKROOT = iphoneos;
  622. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  623. TARGETED_DEVICE_FAMILY = "1,2";
  624. };
  625. name = Debug;
  626. };
  627. 7C839B8919422D00003A6950 /* Release */ = {
  628. isa = XCBuildConfiguration;
  629. buildSettings = {
  630. ALWAYS_SEARCH_USER_PATHS = NO;
  631. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  632. CLANG_CXX_LIBRARY = "libc++";
  633. CLANG_ENABLE_MODULES = YES;
  634. CLANG_ENABLE_OBJC_ARC = YES;
  635. CLANG_WARN_BOOL_CONVERSION = YES;
  636. CLANG_WARN_CONSTANT_CONVERSION = YES;
  637. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  638. CLANG_WARN_EMPTY_BODY = YES;
  639. CLANG_WARN_ENUM_CONVERSION = YES;
  640. CLANG_WARN_INT_CONVERSION = YES;
  641. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  642. CLANG_WARN_UNREACHABLE_CODE = YES;
  643. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  644. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  645. COPY_PHASE_STRIP = YES;
  646. CURRENT_PROJECT_VERSION = 1.0.7;
  647. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  648. ENABLE_NS_ASSERTIONS = NO;
  649. ENABLE_STRICT_OBJC_MSGSEND = YES;
  650. GCC_C_LANGUAGE_STANDARD = gnu99;
  651. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  652. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  653. GCC_WARN_UNDECLARED_SELECTOR = YES;
  654. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  655. GCC_WARN_UNUSED_FUNCTION = YES;
  656. GCC_WARN_UNUSED_VARIABLE = YES;
  657. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  658. MACOSX_DEPLOYMENT_TARGET = 10.9;
  659. METAL_ENABLE_DEBUG_INFO = NO;
  660. ONLY_ACTIVE_ARCH = NO;
  661. SDKROOT = iphoneos;
  662. TARGETED_DEVICE_FAMILY = "1,2";
  663. VALIDATE_PRODUCT = YES;
  664. };
  665. name = Release;
  666. };
  667. 7C839B8B19422D00003A6950 /* Debug */ = {
  668. isa = XCBuildConfiguration;
  669. buildSettings = {
  670. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  671. CLANG_ENABLE_MODULES = YES;
  672. INFOPLIST_FILE = "$(SRCROOT)/SwifterSampleiOS/Info.plist";
  673. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  674. PRODUCT_BUNDLE_IDENTIFIER = "pl.kolakowski.${PRODUCT_NAME:rfc1034identifier}";
  675. PRODUCT_NAME = "$(TARGET_NAME)";
  676. SWIFT_OBJC_BRIDGING_HEADER = "";
  677. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  678. };
  679. name = Debug;
  680. };
  681. 7C839B8C19422D00003A6950 /* Release */ = {
  682. isa = XCBuildConfiguration;
  683. buildSettings = {
  684. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  685. CLANG_ENABLE_MODULES = YES;
  686. INFOPLIST_FILE = "$(SRCROOT)/SwifterSampleiOS/Info.plist";
  687. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  688. PRODUCT_BUNDLE_IDENTIFIER = "pl.kolakowski.${PRODUCT_NAME:rfc1034identifier}";
  689. PRODUCT_NAME = "$(TARGET_NAME)";
  690. SWIFT_OBJC_BRIDGING_HEADER = "";
  691. };
  692. name = Release;
  693. };
  694. 7CA4813F19A2EA8D0030B30D /* Debug */ = {
  695. isa = XCBuildConfiguration;
  696. buildSettings = {
  697. CLANG_ENABLE_MODULES = YES;
  698. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  699. GCC_PREPROCESSOR_DEFINITIONS = (
  700. "DEBUG=1",
  701. "$(inherited)",
  702. );
  703. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  704. MACOSX_DEPLOYMENT_TARGET = 10.9;
  705. MTL_ENABLE_DEBUG_INFO = YES;
  706. ONLY_ACTIVE_ARCH = YES;
  707. PRODUCT_NAME = "$(TARGET_NAME)";
  708. SDKROOT = macosx;
  709. SWIFT_OBJC_BRIDGING_HEADER = "";
  710. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  711. };
  712. name = Debug;
  713. };
  714. 7CA4814019A2EA8D0030B30D /* Release */ = {
  715. isa = XCBuildConfiguration;
  716. buildSettings = {
  717. CLANG_ENABLE_MODULES = YES;
  718. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  719. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  720. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  721. MACOSX_DEPLOYMENT_TARGET = 10.9;
  722. MTL_ENABLE_DEBUG_INFO = NO;
  723. PRODUCT_NAME = "$(TARGET_NAME)";
  724. SDKROOT = macosx;
  725. SWIFT_OBJC_BRIDGING_HEADER = "";
  726. };
  727. name = Release;
  728. };
  729. /* End XCBuildConfiguration section */
  730. /* Begin XCConfigurationList section */
  731. 7AE893EC1C05127900A29F63 /* Build configuration list for PBXNativeTarget "SwifteriOS" */ = {
  732. isa = XCConfigurationList;
  733. buildConfigurations = (
  734. 7AE893ED1C05127900A29F63 /* Debug */,
  735. 7AE893EE1C05127900A29F63 /* Release */,
  736. );
  737. defaultConfigurationIsVisible = 0;
  738. defaultConfigurationName = Release;
  739. };
  740. 7AE894001C0512C400A29F63 /* Build configuration list for PBXNativeTarget "SwifterMac" */ = {
  741. isa = XCConfigurationList;
  742. buildConfigurations = (
  743. 7AE894011C0512C400A29F63 /* Debug */,
  744. 7AE894021C0512C400A29F63 /* Release */,
  745. );
  746. defaultConfigurationIsVisible = 0;
  747. defaultConfigurationName = Release;
  748. };
  749. 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */ = {
  750. isa = XCConfigurationList;
  751. buildConfigurations = (
  752. 7C839B8819422D00003A6950 /* Debug */,
  753. 7C839B8919422D00003A6950 /* Release */,
  754. );
  755. defaultConfigurationIsVisible = 0;
  756. defaultConfigurationName = Release;
  757. };
  758. 7C839B8A19422D00003A6950 /* Build configuration list for PBXNativeTarget "SwifterSampleiOS" */ = {
  759. isa = XCConfigurationList;
  760. buildConfigurations = (
  761. 7C839B8B19422D00003A6950 /* Debug */,
  762. 7C839B8C19422D00003A6950 /* Release */,
  763. );
  764. defaultConfigurationIsVisible = 0;
  765. defaultConfigurationName = Release;
  766. };
  767. 7CA4814119A2EA8D0030B30D /* Build configuration list for PBXNativeTarget "SwifterSampleOSX" */ = {
  768. isa = XCConfigurationList;
  769. buildConfigurations = (
  770. 7CA4813F19A2EA8D0030B30D /* Debug */,
  771. 7CA4814019A2EA8D0030B30D /* Release */,
  772. );
  773. defaultConfigurationIsVisible = 0;
  774. defaultConfigurationName = Release;
  775. };
  776. /* End XCConfigurationList section */
  777. };
  778. rootObject = 7C839B6619422CFF003A6950 /* Project object */;
  779. }