project.pbxproj 35 KB

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