project.pbxproj 44 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0A110C4CD931995B8E8BF7C5 /* Pods_RainbowPlanet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D469F6C3768252BCB7001EDD /* Pods_RainbowPlanet.framework */; };
  10. 3E58CC90A9E5EF3B7AF4AE42 /* Pods_RainbowPlanetTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7E03A30F40582782EC5DA89 /* Pods_RainbowPlanetTests.framework */; };
  11. 867818C053169E7AE52C09C6 /* Pods_RainbowPlanetUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 88DF1EFD2E202DA7C627E8A7 /* Pods_RainbowPlanetUITests.framework */; };
  12. A77F2C612231FB49001BD3F6 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2C602231FB49001BD3F6 /* AppDelegate.swift */; };
  13. A77F2C682231FB4A001BD3F6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A77F2C672231FB4A001BD3F6 /* Assets.xcassets */; };
  14. A77F2C762231FB4A001BD3F6 /* RainbowPlanetTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2C752231FB4A001BD3F6 /* RainbowPlanetTests.swift */; };
  15. A77F2C812231FB4A001BD3F6 /* RainbowPlanetUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2C802231FB4A001BD3F6 /* RainbowPlanetUITests.swift */; };
  16. A77F2C982231FD25001BD3F6 /* BaseNavigationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2C972231FD25001BD3F6 /* BaseNavigationViewController.swift */; };
  17. A77F2C9C2231FDCF001BD3F6 /* BaseView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2C9B2231FDCF001BD3F6 /* BaseView.swift */; };
  18. A77F2C9E2231FDDC001BD3F6 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2C9D2231FDDC001BD3F6 /* BaseViewController.swift */; };
  19. A77F2CA02231FE45001BD3F6 /* BaseWebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2C9F2231FE45001BD3F6 /* BaseWebViewController.swift */; };
  20. A77F2CB42232010F001BD3F6 /* ShoppingViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A77F2CA62232010F001BD3F6 /* ShoppingViewController.xib */; };
  21. A77F2CB52232010F001BD3F6 /* ShoppingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2CA72232010F001BD3F6 /* ShoppingViewController.swift */; };
  22. A77F2CB62232010F001BD3F6 /* MineViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A77F2CAC2232010F001BD3F6 /* MineViewController.xib */; };
  23. A77F2CB72232010F001BD3F6 /* MineViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2CAD2232010F001BD3F6 /* MineViewController.swift */; };
  24. A77F2CB82232010F001BD3F6 /* ShoppingCartViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A77F2CB22232010F001BD3F6 /* ShoppingCartViewController.xib */; };
  25. A77F2CB92232010F001BD3F6 /* ShoppingCartViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2CB32232010F001BD3F6 /* ShoppingCartViewController.swift */; };
  26. A77F2CC3223203BA001BD3F6 /* AppDelegate+Window.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2CC2223203BA001BD3F6 /* AppDelegate+Window.swift */; };
  27. A77F2CC722320627001BD3F6 /* WRNavigationBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2CC522320627001BD3F6 /* WRNavigationBar.swift */; };
  28. A77F2CC822320627001BD3F6 /* WRCustomNavigationBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2CC622320627001BD3F6 /* WRCustomNavigationBar.swift */; };
  29. A77F2CCA223209F2001BD3F6 /* BaseTabbarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2CC9223209F2001BD3F6 /* BaseTabbarViewController.swift */; };
  30. /* End PBXBuildFile section */
  31. /* Begin PBXContainerItemProxy section */
  32. A77F2C722231FB4A001BD3F6 /* PBXContainerItemProxy */ = {
  33. isa = PBXContainerItemProxy;
  34. containerPortal = A77F2C552231FB49001BD3F6 /* Project object */;
  35. proxyType = 1;
  36. remoteGlobalIDString = A77F2C5C2231FB49001BD3F6;
  37. remoteInfo = RainbowPlanet;
  38. };
  39. A77F2C7D2231FB4A001BD3F6 /* PBXContainerItemProxy */ = {
  40. isa = PBXContainerItemProxy;
  41. containerPortal = A77F2C552231FB49001BD3F6 /* Project object */;
  42. proxyType = 1;
  43. remoteGlobalIDString = A77F2C5C2231FB49001BD3F6;
  44. remoteInfo = RainbowPlanet;
  45. };
  46. /* End PBXContainerItemProxy section */
  47. /* Begin PBXFileReference section */
  48. 57C497E128081597F165C771 /* Pods-RainbowPlanet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RainbowPlanet.release.xcconfig"; path = "Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet.release.xcconfig"; sourceTree = "<group>"; };
  49. 88DF1EFD2E202DA7C627E8A7 /* Pods_RainbowPlanetUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RainbowPlanetUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  50. 9D60C551769808F63D7376A8 /* Pods-RainbowPlanetTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RainbowPlanetTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RainbowPlanetTests/Pods-RainbowPlanetTests.debug.xcconfig"; sourceTree = "<group>"; };
  51. A77F2C5D2231FB49001BD3F6 /* RainbowPlanet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RainbowPlanet.app; sourceTree = BUILT_PRODUCTS_DIR; };
  52. A77F2C602231FB49001BD3F6 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  53. A77F2C672231FB4A001BD3F6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  54. A77F2C6C2231FB4A001BD3F6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  55. A77F2C712231FB4A001BD3F6 /* RainbowPlanetTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RainbowPlanetTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  56. A77F2C752231FB4A001BD3F6 /* RainbowPlanetTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RainbowPlanetTests.swift; sourceTree = "<group>"; };
  57. A77F2C772231FB4A001BD3F6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  58. A77F2C7C2231FB4A001BD3F6 /* RainbowPlanetUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RainbowPlanetUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  59. A77F2C802231FB4A001BD3F6 /* RainbowPlanetUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RainbowPlanetUITests.swift; sourceTree = "<group>"; };
  60. A77F2C822231FB4A001BD3F6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  61. A77F2C972231FD25001BD3F6 /* BaseNavigationViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseNavigationViewController.swift; sourceTree = "<group>"; };
  62. A77F2C9B2231FDCF001BD3F6 /* BaseView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseView.swift; sourceTree = "<group>"; };
  63. A77F2C9D2231FDDC001BD3F6 /* BaseViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseViewController.swift; sourceTree = "<group>"; };
  64. A77F2C9F2231FE45001BD3F6 /* BaseWebViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseWebViewController.swift; sourceTree = "<group>"; };
  65. A77F2CA62232010F001BD3F6 /* ShoppingViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ShoppingViewController.xib; sourceTree = "<group>"; };
  66. A77F2CA72232010F001BD3F6 /* ShoppingViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingViewController.swift; sourceTree = "<group>"; };
  67. A77F2CAC2232010F001BD3F6 /* MineViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MineViewController.xib; sourceTree = "<group>"; };
  68. A77F2CAD2232010F001BD3F6 /* MineViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MineViewController.swift; sourceTree = "<group>"; };
  69. A77F2CB22232010F001BD3F6 /* ShoppingCartViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ShoppingCartViewController.xib; sourceTree = "<group>"; };
  70. A77F2CB32232010F001BD3F6 /* ShoppingCartViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingCartViewController.swift; sourceTree = "<group>"; };
  71. A77F2CC2223203BA001BD3F6 /* AppDelegate+Window.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "AppDelegate+Window.swift"; sourceTree = "<group>"; };
  72. A77F2CC522320627001BD3F6 /* WRNavigationBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WRNavigationBar.swift; sourceTree = "<group>"; };
  73. A77F2CC622320627001BD3F6 /* WRCustomNavigationBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WRCustomNavigationBar.swift; sourceTree = "<group>"; };
  74. A77F2CC9223209F2001BD3F6 /* BaseTabbarViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseTabbarViewController.swift; sourceTree = "<group>"; };
  75. A7E03A30F40582782EC5DA89 /* Pods_RainbowPlanetTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RainbowPlanetTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  76. B1B8205A06E3602D2CF199C8 /* Pods-RainbowPlanetTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RainbowPlanetTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-RainbowPlanetTests/Pods-RainbowPlanetTests.release.xcconfig"; sourceTree = "<group>"; };
  77. BD9052C044FD3AE4E62D3929 /* Pods-RainbowPlanet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RainbowPlanet.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet.debug.xcconfig"; sourceTree = "<group>"; };
  78. CC787426207DCFB69B1A7CFE /* Pods-RainbowPlanetUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RainbowPlanetUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-RainbowPlanetUITests/Pods-RainbowPlanetUITests.release.xcconfig"; sourceTree = "<group>"; };
  79. D469F6C3768252BCB7001EDD /* Pods_RainbowPlanet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RainbowPlanet.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  80. FD5011AB6141BA86DC737616 /* Pods-RainbowPlanetUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RainbowPlanetUITests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RainbowPlanetUITests/Pods-RainbowPlanetUITests.debug.xcconfig"; sourceTree = "<group>"; };
  81. /* End PBXFileReference section */
  82. /* Begin PBXFrameworksBuildPhase section */
  83. A77F2C5A2231FB49001BD3F6 /* Frameworks */ = {
  84. isa = PBXFrameworksBuildPhase;
  85. buildActionMask = 2147483647;
  86. files = (
  87. 0A110C4CD931995B8E8BF7C5 /* Pods_RainbowPlanet.framework in Frameworks */,
  88. );
  89. runOnlyForDeploymentPostprocessing = 0;
  90. };
  91. A77F2C6E2231FB4A001BD3F6 /* Frameworks */ = {
  92. isa = PBXFrameworksBuildPhase;
  93. buildActionMask = 2147483647;
  94. files = (
  95. 3E58CC90A9E5EF3B7AF4AE42 /* Pods_RainbowPlanetTests.framework in Frameworks */,
  96. );
  97. runOnlyForDeploymentPostprocessing = 0;
  98. };
  99. A77F2C792231FB4A001BD3F6 /* Frameworks */ = {
  100. isa = PBXFrameworksBuildPhase;
  101. buildActionMask = 2147483647;
  102. files = (
  103. 867818C053169E7AE52C09C6 /* Pods_RainbowPlanetUITests.framework in Frameworks */,
  104. );
  105. runOnlyForDeploymentPostprocessing = 0;
  106. };
  107. /* End PBXFrameworksBuildPhase section */
  108. /* Begin PBXGroup section */
  109. 618631008656829220117ED1 /* Pods */ = {
  110. isa = PBXGroup;
  111. children = (
  112. BD9052C044FD3AE4E62D3929 /* Pods-RainbowPlanet.debug.xcconfig */,
  113. 57C497E128081597F165C771 /* Pods-RainbowPlanet.release.xcconfig */,
  114. 9D60C551769808F63D7376A8 /* Pods-RainbowPlanetTests.debug.xcconfig */,
  115. B1B8205A06E3602D2CF199C8 /* Pods-RainbowPlanetTests.release.xcconfig */,
  116. FD5011AB6141BA86DC737616 /* Pods-RainbowPlanetUITests.debug.xcconfig */,
  117. CC787426207DCFB69B1A7CFE /* Pods-RainbowPlanetUITests.release.xcconfig */,
  118. );
  119. name = Pods;
  120. sourceTree = "<group>";
  121. };
  122. A72A7252223219BD00B21995 /* Service */ = {
  123. isa = PBXGroup;
  124. children = (
  125. );
  126. path = Service;
  127. sourceTree = "<group>";
  128. };
  129. A72A725322321A6900B21995 /* Lib */ = {
  130. isa = PBXGroup;
  131. children = (
  132. );
  133. path = Lib;
  134. sourceTree = "<group>";
  135. };
  136. A77F2C542231FB49001BD3F6 = {
  137. isa = PBXGroup;
  138. children = (
  139. A77F2C5F2231FB49001BD3F6 /* RainbowPlanet */,
  140. A77F2C742231FB4A001BD3F6 /* RainbowPlanetTests */,
  141. A77F2C7F2231FB4A001BD3F6 /* RainbowPlanetUITests */,
  142. A77F2C5E2231FB49001BD3F6 /* Products */,
  143. 618631008656829220117ED1 /* Pods */,
  144. FA8AAFBADE8BD144A5C36FDB /* Frameworks */,
  145. );
  146. sourceTree = "<group>";
  147. };
  148. A77F2C5E2231FB49001BD3F6 /* Products */ = {
  149. isa = PBXGroup;
  150. children = (
  151. A77F2C5D2231FB49001BD3F6 /* RainbowPlanet.app */,
  152. A77F2C712231FB4A001BD3F6 /* RainbowPlanetTests.xctest */,
  153. A77F2C7C2231FB4A001BD3F6 /* RainbowPlanetUITests.xctest */,
  154. );
  155. name = Products;
  156. sourceTree = "<group>";
  157. };
  158. A77F2C5F2231FB49001BD3F6 /* RainbowPlanet */ = {
  159. isa = PBXGroup;
  160. children = (
  161. A77F2C8E2231FC5C001BD3F6 /* AppDelegate */,
  162. A77F2C8F2231FC65001BD3F6 /* Base */,
  163. A77F2CA22232010F001BD3F6 /* Modules */,
  164. A72A725322321A6900B21995 /* Lib */,
  165. A77F2CBC2232022A001BD3F6 /* Tools */,
  166. A77F2CBD22320236001BD3F6 /* Define */,
  167. A72A7252223219BD00B21995 /* Service */,
  168. A77F2CBB223201DC001BD3F6 /* Supporting Files */,
  169. );
  170. path = RainbowPlanet;
  171. sourceTree = "<group>";
  172. };
  173. A77F2C742231FB4A001BD3F6 /* RainbowPlanetTests */ = {
  174. isa = PBXGroup;
  175. children = (
  176. A77F2C752231FB4A001BD3F6 /* RainbowPlanetTests.swift */,
  177. A77F2C772231FB4A001BD3F6 /* Info.plist */,
  178. );
  179. path = RainbowPlanetTests;
  180. sourceTree = "<group>";
  181. };
  182. A77F2C7F2231FB4A001BD3F6 /* RainbowPlanetUITests */ = {
  183. isa = PBXGroup;
  184. children = (
  185. A77F2C802231FB4A001BD3F6 /* RainbowPlanetUITests.swift */,
  186. A77F2C822231FB4A001BD3F6 /* Info.plist */,
  187. );
  188. path = RainbowPlanetUITests;
  189. sourceTree = "<group>";
  190. };
  191. A77F2C8E2231FC5C001BD3F6 /* AppDelegate */ = {
  192. isa = PBXGroup;
  193. children = (
  194. A77F2C602231FB49001BD3F6 /* AppDelegate.swift */,
  195. A77F2CC2223203BA001BD3F6 /* AppDelegate+Window.swift */,
  196. );
  197. path = AppDelegate;
  198. sourceTree = "<group>";
  199. };
  200. A77F2C8F2231FC65001BD3F6 /* Base */ = {
  201. isa = PBXGroup;
  202. children = (
  203. A77F2C902231FC75001BD3F6 /* BaseTabbarViewController */,
  204. A77F2C912231FC85001BD3F6 /* BaseNavigationController */,
  205. A77F2C942231FCD2001BD3F6 /* BaseWebViewController */,
  206. A77F2C922231FCA2001BD3F6 /* BaseViewController */,
  207. A77F2C932231FCC5001BD3F6 /* BaseView */,
  208. );
  209. path = Base;
  210. sourceTree = "<group>";
  211. };
  212. A77F2C902231FC75001BD3F6 /* BaseTabbarViewController */ = {
  213. isa = PBXGroup;
  214. children = (
  215. A77F2CC9223209F2001BD3F6 /* BaseTabbarViewController.swift */,
  216. );
  217. path = BaseTabbarViewController;
  218. sourceTree = "<group>";
  219. };
  220. A77F2C912231FC85001BD3F6 /* BaseNavigationController */ = {
  221. isa = PBXGroup;
  222. children = (
  223. A77F2C972231FD25001BD3F6 /* BaseNavigationViewController.swift */,
  224. );
  225. path = BaseNavigationController;
  226. sourceTree = "<group>";
  227. };
  228. A77F2C922231FCA2001BD3F6 /* BaseViewController */ = {
  229. isa = PBXGroup;
  230. children = (
  231. A77F2C9D2231FDDC001BD3F6 /* BaseViewController.swift */,
  232. );
  233. path = BaseViewController;
  234. sourceTree = "<group>";
  235. };
  236. A77F2C932231FCC5001BD3F6 /* BaseView */ = {
  237. isa = PBXGroup;
  238. children = (
  239. A77F2C9B2231FDCF001BD3F6 /* BaseView.swift */,
  240. );
  241. path = BaseView;
  242. sourceTree = "<group>";
  243. };
  244. A77F2C942231FCD2001BD3F6 /* BaseWebViewController */ = {
  245. isa = PBXGroup;
  246. children = (
  247. A77F2C9F2231FE45001BD3F6 /* BaseWebViewController.swift */,
  248. );
  249. path = BaseWebViewController;
  250. sourceTree = "<group>";
  251. };
  252. A77F2CA22232010F001BD3F6 /* Modules */ = {
  253. isa = PBXGroup;
  254. children = (
  255. A77F2CA32232010F001BD3F6 /* ShoppingMallModule */,
  256. A77F2CA82232010F001BD3F6 /* CommonModule */,
  257. A77F2CA92232010F001BD3F6 /* MineModule */,
  258. A77F2CAE2232010F001BD3F6 /* RegisterLoginModule */,
  259. A77F2CAF2232010F001BD3F6 /* ShoppingCartModule */,
  260. );
  261. path = Modules;
  262. sourceTree = "<group>";
  263. };
  264. A77F2CA32232010F001BD3F6 /* ShoppingMallModule */ = {
  265. isa = PBXGroup;
  266. children = (
  267. A77F2CA42232010F001BD3F6 /* ShoppingMall */,
  268. );
  269. path = ShoppingMallModule;
  270. sourceTree = "<group>";
  271. };
  272. A77F2CA42232010F001BD3F6 /* ShoppingMall */ = {
  273. isa = PBXGroup;
  274. children = (
  275. A77F2CA52232010F001BD3F6 /* ViewController */,
  276. );
  277. path = ShoppingMall;
  278. sourceTree = "<group>";
  279. };
  280. A77F2CA52232010F001BD3F6 /* ViewController */ = {
  281. isa = PBXGroup;
  282. children = (
  283. A77F2CA72232010F001BD3F6 /* ShoppingViewController.swift */,
  284. A77F2CA62232010F001BD3F6 /* ShoppingViewController.xib */,
  285. );
  286. path = ViewController;
  287. sourceTree = "<group>";
  288. };
  289. A77F2CA82232010F001BD3F6 /* CommonModule */ = {
  290. isa = PBXGroup;
  291. children = (
  292. );
  293. path = CommonModule;
  294. sourceTree = "<group>";
  295. };
  296. A77F2CA92232010F001BD3F6 /* MineModule */ = {
  297. isa = PBXGroup;
  298. children = (
  299. A77F2CAA2232010F001BD3F6 /* Mine */,
  300. );
  301. path = MineModule;
  302. sourceTree = "<group>";
  303. };
  304. A77F2CAA2232010F001BD3F6 /* Mine */ = {
  305. isa = PBXGroup;
  306. children = (
  307. A77F2CAB2232010F001BD3F6 /* ViewController */,
  308. );
  309. path = Mine;
  310. sourceTree = "<group>";
  311. };
  312. A77F2CAB2232010F001BD3F6 /* ViewController */ = {
  313. isa = PBXGroup;
  314. children = (
  315. A77F2CAC2232010F001BD3F6 /* MineViewController.xib */,
  316. A77F2CAD2232010F001BD3F6 /* MineViewController.swift */,
  317. );
  318. path = ViewController;
  319. sourceTree = "<group>";
  320. };
  321. A77F2CAE2232010F001BD3F6 /* RegisterLoginModule */ = {
  322. isa = PBXGroup;
  323. children = (
  324. );
  325. path = RegisterLoginModule;
  326. sourceTree = "<group>";
  327. };
  328. A77F2CAF2232010F001BD3F6 /* ShoppingCartModule */ = {
  329. isa = PBXGroup;
  330. children = (
  331. A77F2CB02232010F001BD3F6 /* ShoppingCart */,
  332. );
  333. path = ShoppingCartModule;
  334. sourceTree = "<group>";
  335. };
  336. A77F2CB02232010F001BD3F6 /* ShoppingCart */ = {
  337. isa = PBXGroup;
  338. children = (
  339. A77F2CB12232010F001BD3F6 /* ViewController */,
  340. );
  341. path = ShoppingCart;
  342. sourceTree = "<group>";
  343. };
  344. A77F2CB12232010F001BD3F6 /* ViewController */ = {
  345. isa = PBXGroup;
  346. children = (
  347. A77F2CB22232010F001BD3F6 /* ShoppingCartViewController.xib */,
  348. A77F2CB32232010F001BD3F6 /* ShoppingCartViewController.swift */,
  349. );
  350. path = ViewController;
  351. sourceTree = "<group>";
  352. };
  353. A77F2CBB223201DC001BD3F6 /* Supporting Files */ = {
  354. isa = PBXGroup;
  355. children = (
  356. A77F2C672231FB4A001BD3F6 /* Assets.xcassets */,
  357. A77F2C6C2231FB4A001BD3F6 /* Info.plist */,
  358. );
  359. path = "Supporting Files";
  360. sourceTree = "<group>";
  361. };
  362. A77F2CBC2232022A001BD3F6 /* Tools */ = {
  363. isa = PBXGroup;
  364. children = (
  365. A77F2CC422320627001BD3F6 /* WRNavigationBar */,
  366. );
  367. path = Tools;
  368. sourceTree = "<group>";
  369. };
  370. A77F2CBD22320236001BD3F6 /* Define */ = {
  371. isa = PBXGroup;
  372. children = (
  373. );
  374. path = Define;
  375. sourceTree = "<group>";
  376. };
  377. A77F2CC422320627001BD3F6 /* WRNavigationBar */ = {
  378. isa = PBXGroup;
  379. children = (
  380. A77F2CC522320627001BD3F6 /* WRNavigationBar.swift */,
  381. A77F2CC622320627001BD3F6 /* WRCustomNavigationBar.swift */,
  382. );
  383. path = WRNavigationBar;
  384. sourceTree = "<group>";
  385. };
  386. FA8AAFBADE8BD144A5C36FDB /* Frameworks */ = {
  387. isa = PBXGroup;
  388. children = (
  389. D469F6C3768252BCB7001EDD /* Pods_RainbowPlanet.framework */,
  390. A7E03A30F40582782EC5DA89 /* Pods_RainbowPlanetTests.framework */,
  391. 88DF1EFD2E202DA7C627E8A7 /* Pods_RainbowPlanetUITests.framework */,
  392. );
  393. name = Frameworks;
  394. sourceTree = "<group>";
  395. };
  396. /* End PBXGroup section */
  397. /* Begin PBXNativeTarget section */
  398. A77F2C5C2231FB49001BD3F6 /* RainbowPlanet */ = {
  399. isa = PBXNativeTarget;
  400. buildConfigurationList = A77F2C852231FB4A001BD3F6 /* Build configuration list for PBXNativeTarget "RainbowPlanet" */;
  401. buildPhases = (
  402. D3A9893FB9EA18608E79E053 /* [CP] Check Pods Manifest.lock */,
  403. A77F2C592231FB49001BD3F6 /* Sources */,
  404. A77F2C5A2231FB49001BD3F6 /* Frameworks */,
  405. A77F2C5B2231FB49001BD3F6 /* Resources */,
  406. 696EB1DDE9DE019617B4DAD7 /* [CP] Embed Pods Frameworks */,
  407. 59501F6F4334279DFBD164A0 /* [CP] Copy Pods Resources */,
  408. );
  409. buildRules = (
  410. );
  411. dependencies = (
  412. );
  413. name = RainbowPlanet;
  414. productName = RainbowPlanet;
  415. productReference = A77F2C5D2231FB49001BD3F6 /* RainbowPlanet.app */;
  416. productType = "com.apple.product-type.application";
  417. };
  418. A77F2C702231FB4A001BD3F6 /* RainbowPlanetTests */ = {
  419. isa = PBXNativeTarget;
  420. buildConfigurationList = A77F2C882231FB4A001BD3F6 /* Build configuration list for PBXNativeTarget "RainbowPlanetTests" */;
  421. buildPhases = (
  422. 8BCC01A4F8AF5F6F3A658797 /* [CP] Check Pods Manifest.lock */,
  423. A77F2C6D2231FB4A001BD3F6 /* Sources */,
  424. A77F2C6E2231FB4A001BD3F6 /* Frameworks */,
  425. A77F2C6F2231FB4A001BD3F6 /* Resources */,
  426. );
  427. buildRules = (
  428. );
  429. dependencies = (
  430. A77F2C732231FB4A001BD3F6 /* PBXTargetDependency */,
  431. );
  432. name = RainbowPlanetTests;
  433. productName = RainbowPlanetTests;
  434. productReference = A77F2C712231FB4A001BD3F6 /* RainbowPlanetTests.xctest */;
  435. productType = "com.apple.product-type.bundle.unit-test";
  436. };
  437. A77F2C7B2231FB4A001BD3F6 /* RainbowPlanetUITests */ = {
  438. isa = PBXNativeTarget;
  439. buildConfigurationList = A77F2C8B2231FB4A001BD3F6 /* Build configuration list for PBXNativeTarget "RainbowPlanetUITests" */;
  440. buildPhases = (
  441. 606DDDCE02918D3494BB0F6D /* [CP] Check Pods Manifest.lock */,
  442. A77F2C782231FB4A001BD3F6 /* Sources */,
  443. A77F2C792231FB4A001BD3F6 /* Frameworks */,
  444. A77F2C7A2231FB4A001BD3F6 /* Resources */,
  445. );
  446. buildRules = (
  447. );
  448. dependencies = (
  449. A77F2C7E2231FB4A001BD3F6 /* PBXTargetDependency */,
  450. );
  451. name = RainbowPlanetUITests;
  452. productName = RainbowPlanetUITests;
  453. productReference = A77F2C7C2231FB4A001BD3F6 /* RainbowPlanetUITests.xctest */;
  454. productType = "com.apple.product-type.bundle.ui-testing";
  455. };
  456. /* End PBXNativeTarget section */
  457. /* Begin PBXProject section */
  458. A77F2C552231FB49001BD3F6 /* Project object */ = {
  459. isa = PBXProject;
  460. attributes = {
  461. LastSwiftUpdateCheck = 1010;
  462. LastUpgradeCheck = 1010;
  463. ORGANIZATIONNAME = "南鑫林";
  464. TargetAttributes = {
  465. A77F2C5C2231FB49001BD3F6 = {
  466. CreatedOnToolsVersion = 10.1;
  467. };
  468. A77F2C702231FB4A001BD3F6 = {
  469. CreatedOnToolsVersion = 10.1;
  470. TestTargetID = A77F2C5C2231FB49001BD3F6;
  471. };
  472. A77F2C7B2231FB4A001BD3F6 = {
  473. CreatedOnToolsVersion = 10.1;
  474. TestTargetID = A77F2C5C2231FB49001BD3F6;
  475. };
  476. };
  477. };
  478. buildConfigurationList = A77F2C582231FB49001BD3F6 /* Build configuration list for PBXProject "RainbowPlanet" */;
  479. compatibilityVersion = "Xcode 9.3";
  480. developmentRegion = en;
  481. hasScannedForEncodings = 0;
  482. knownRegions = (
  483. en,
  484. Base,
  485. );
  486. mainGroup = A77F2C542231FB49001BD3F6;
  487. productRefGroup = A77F2C5E2231FB49001BD3F6 /* Products */;
  488. projectDirPath = "";
  489. projectRoot = "";
  490. targets = (
  491. A77F2C5C2231FB49001BD3F6 /* RainbowPlanet */,
  492. A77F2C702231FB4A001BD3F6 /* RainbowPlanetTests */,
  493. A77F2C7B2231FB4A001BD3F6 /* RainbowPlanetUITests */,
  494. );
  495. };
  496. /* End PBXProject section */
  497. /* Begin PBXResourcesBuildPhase section */
  498. A77F2C5B2231FB49001BD3F6 /* Resources */ = {
  499. isa = PBXResourcesBuildPhase;
  500. buildActionMask = 2147483647;
  501. files = (
  502. A77F2CB82232010F001BD3F6 /* ShoppingCartViewController.xib in Resources */,
  503. A77F2CB62232010F001BD3F6 /* MineViewController.xib in Resources */,
  504. A77F2C682231FB4A001BD3F6 /* Assets.xcassets in Resources */,
  505. A77F2CB42232010F001BD3F6 /* ShoppingViewController.xib in Resources */,
  506. );
  507. runOnlyForDeploymentPostprocessing = 0;
  508. };
  509. A77F2C6F2231FB4A001BD3F6 /* Resources */ = {
  510. isa = PBXResourcesBuildPhase;
  511. buildActionMask = 2147483647;
  512. files = (
  513. );
  514. runOnlyForDeploymentPostprocessing = 0;
  515. };
  516. A77F2C7A2231FB4A001BD3F6 /* Resources */ = {
  517. isa = PBXResourcesBuildPhase;
  518. buildActionMask = 2147483647;
  519. files = (
  520. );
  521. runOnlyForDeploymentPostprocessing = 0;
  522. };
  523. /* End PBXResourcesBuildPhase section */
  524. /* Begin PBXShellScriptBuildPhase section */
  525. 59501F6F4334279DFBD164A0 /* [CP] Copy Pods Resources */ = {
  526. isa = PBXShellScriptBuildPhase;
  527. buildActionMask = 2147483647;
  528. files = (
  529. );
  530. inputFileListPaths = (
  531. );
  532. inputPaths = (
  533. "${SRCROOT}/Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet-resources.sh",
  534. "${PODS_ROOT}/UMCCommonLog/UMCommonLog/UMCommonLog.bundle",
  535. "${PODS_ROOT}/UMCShare/UMShare/UMSocialUI/UMSocialSDKResources.bundle",
  536. );
  537. name = "[CP] Copy Pods Resources";
  538. outputFileListPaths = (
  539. );
  540. outputPaths = (
  541. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/UMCommonLog.bundle",
  542. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/UMSocialSDKResources.bundle",
  543. );
  544. runOnlyForDeploymentPostprocessing = 0;
  545. shellPath = /bin/sh;
  546. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet-resources.sh\"\n";
  547. showEnvVarsInLog = 0;
  548. };
  549. 606DDDCE02918D3494BB0F6D /* [CP] Check Pods Manifest.lock */ = {
  550. isa = PBXShellScriptBuildPhase;
  551. buildActionMask = 2147483647;
  552. files = (
  553. );
  554. inputFileListPaths = (
  555. );
  556. inputPaths = (
  557. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  558. "${PODS_ROOT}/Manifest.lock",
  559. );
  560. name = "[CP] Check Pods Manifest.lock";
  561. outputFileListPaths = (
  562. );
  563. outputPaths = (
  564. "$(DERIVED_FILE_DIR)/Pods-RainbowPlanetUITests-checkManifestLockResult.txt",
  565. );
  566. runOnlyForDeploymentPostprocessing = 0;
  567. shellPath = /bin/sh;
  568. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  569. showEnvVarsInLog = 0;
  570. };
  571. 696EB1DDE9DE019617B4DAD7 /* [CP] Embed Pods Frameworks */ = {
  572. isa = PBXShellScriptBuildPhase;
  573. buildActionMask = 2147483647;
  574. files = (
  575. );
  576. inputFileListPaths = (
  577. );
  578. inputPaths = (
  579. "${SRCROOT}/Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet-frameworks.sh",
  580. "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
  581. "${BUILT_PRODUCTS_DIR}/CryptoSwift/CryptoSwift.framework",
  582. "${BUILT_PRODUCTS_DIR}/DeviceKit/DeviceKit.framework",
  583. "${BUILT_PRODUCTS_DIR}/FBRetainCycleDetector/FBRetainCycleDetector.framework",
  584. "${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework",
  585. "${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework",
  586. "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework",
  587. "${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework",
  588. "${BUILT_PRODUCTS_DIR}/MLeaksFinder/MLeaksFinder.framework",
  589. "${BUILT_PRODUCTS_DIR}/Moya/Moya.framework",
  590. "${BUILT_PRODUCTS_DIR}/ObjectMapper/ObjectMapper.framework",
  591. "${BUILT_PRODUCTS_DIR}/Result/Result.framework",
  592. "${BUILT_PRODUCTS_DIR}/RxAtomic/RxAtomic.framework",
  593. "${BUILT_PRODUCTS_DIR}/RxCocoa/RxCocoa.framework",
  594. "${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework",
  595. "${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework",
  596. "${BUILT_PRODUCTS_DIR}/SwiftyJSON/SwiftyJSON.framework",
  597. );
  598. name = "[CP] Embed Pods Frameworks";
  599. outputFileListPaths = (
  600. );
  601. outputPaths = (
  602. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
  603. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CryptoSwift.framework",
  604. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DeviceKit.framework",
  605. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBRetainCycleDetector.framework",
  606. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework",
  607. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework",
  608. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework",
  609. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework",
  610. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MLeaksFinder.framework",
  611. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Moya.framework",
  612. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectMapper.framework",
  613. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Result.framework",
  614. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxAtomic.framework",
  615. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxCocoa.framework",
  616. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework",
  617. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework",
  618. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyJSON.framework",
  619. );
  620. runOnlyForDeploymentPostprocessing = 0;
  621. shellPath = /bin/sh;
  622. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet-frameworks.sh\"\n";
  623. showEnvVarsInLog = 0;
  624. };
  625. 8BCC01A4F8AF5F6F3A658797 /* [CP] Check Pods Manifest.lock */ = {
  626. isa = PBXShellScriptBuildPhase;
  627. buildActionMask = 2147483647;
  628. files = (
  629. );
  630. inputFileListPaths = (
  631. );
  632. inputPaths = (
  633. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  634. "${PODS_ROOT}/Manifest.lock",
  635. );
  636. name = "[CP] Check Pods Manifest.lock";
  637. outputFileListPaths = (
  638. );
  639. outputPaths = (
  640. "$(DERIVED_FILE_DIR)/Pods-RainbowPlanetTests-checkManifestLockResult.txt",
  641. );
  642. runOnlyForDeploymentPostprocessing = 0;
  643. shellPath = /bin/sh;
  644. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  645. showEnvVarsInLog = 0;
  646. };
  647. D3A9893FB9EA18608E79E053 /* [CP] Check Pods Manifest.lock */ = {
  648. isa = PBXShellScriptBuildPhase;
  649. buildActionMask = 2147483647;
  650. files = (
  651. );
  652. inputFileListPaths = (
  653. );
  654. inputPaths = (
  655. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  656. "${PODS_ROOT}/Manifest.lock",
  657. );
  658. name = "[CP] Check Pods Manifest.lock";
  659. outputFileListPaths = (
  660. );
  661. outputPaths = (
  662. "$(DERIVED_FILE_DIR)/Pods-RainbowPlanet-checkManifestLockResult.txt",
  663. );
  664. runOnlyForDeploymentPostprocessing = 0;
  665. shellPath = /bin/sh;
  666. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  667. showEnvVarsInLog = 0;
  668. };
  669. /* End PBXShellScriptBuildPhase section */
  670. /* Begin PBXSourcesBuildPhase section */
  671. A77F2C592231FB49001BD3F6 /* Sources */ = {
  672. isa = PBXSourcesBuildPhase;
  673. buildActionMask = 2147483647;
  674. files = (
  675. A77F2CA02231FE45001BD3F6 /* BaseWebViewController.swift in Sources */,
  676. A77F2C9E2231FDDC001BD3F6 /* BaseViewController.swift in Sources */,
  677. A77F2CC722320627001BD3F6 /* WRNavigationBar.swift in Sources */,
  678. A77F2CCA223209F2001BD3F6 /* BaseTabbarViewController.swift in Sources */,
  679. A77F2CB92232010F001BD3F6 /* ShoppingCartViewController.swift in Sources */,
  680. A77F2CB52232010F001BD3F6 /* ShoppingViewController.swift in Sources */,
  681. A77F2CC3223203BA001BD3F6 /* AppDelegate+Window.swift in Sources */,
  682. A77F2CB72232010F001BD3F6 /* MineViewController.swift in Sources */,
  683. A77F2CC822320627001BD3F6 /* WRCustomNavigationBar.swift in Sources */,
  684. A77F2C982231FD25001BD3F6 /* BaseNavigationViewController.swift in Sources */,
  685. A77F2C612231FB49001BD3F6 /* AppDelegate.swift in Sources */,
  686. A77F2C9C2231FDCF001BD3F6 /* BaseView.swift in Sources */,
  687. );
  688. runOnlyForDeploymentPostprocessing = 0;
  689. };
  690. A77F2C6D2231FB4A001BD3F6 /* Sources */ = {
  691. isa = PBXSourcesBuildPhase;
  692. buildActionMask = 2147483647;
  693. files = (
  694. A77F2C762231FB4A001BD3F6 /* RainbowPlanetTests.swift in Sources */,
  695. );
  696. runOnlyForDeploymentPostprocessing = 0;
  697. };
  698. A77F2C782231FB4A001BD3F6 /* Sources */ = {
  699. isa = PBXSourcesBuildPhase;
  700. buildActionMask = 2147483647;
  701. files = (
  702. A77F2C812231FB4A001BD3F6 /* RainbowPlanetUITests.swift in Sources */,
  703. );
  704. runOnlyForDeploymentPostprocessing = 0;
  705. };
  706. /* End PBXSourcesBuildPhase section */
  707. /* Begin PBXTargetDependency section */
  708. A77F2C732231FB4A001BD3F6 /* PBXTargetDependency */ = {
  709. isa = PBXTargetDependency;
  710. target = A77F2C5C2231FB49001BD3F6 /* RainbowPlanet */;
  711. targetProxy = A77F2C722231FB4A001BD3F6 /* PBXContainerItemProxy */;
  712. };
  713. A77F2C7E2231FB4A001BD3F6 /* PBXTargetDependency */ = {
  714. isa = PBXTargetDependency;
  715. target = A77F2C5C2231FB49001BD3F6 /* RainbowPlanet */;
  716. targetProxy = A77F2C7D2231FB4A001BD3F6 /* PBXContainerItemProxy */;
  717. };
  718. /* End PBXTargetDependency section */
  719. /* Begin XCBuildConfiguration section */
  720. A77F2C832231FB4A001BD3F6 /* Debug */ = {
  721. isa = XCBuildConfiguration;
  722. buildSettings = {
  723. ALWAYS_SEARCH_USER_PATHS = NO;
  724. CLANG_ANALYZER_NONNULL = YES;
  725. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  726. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  727. CLANG_CXX_LIBRARY = "libc++";
  728. CLANG_ENABLE_MODULES = YES;
  729. CLANG_ENABLE_OBJC_ARC = YES;
  730. CLANG_ENABLE_OBJC_WEAK = YES;
  731. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  732. CLANG_WARN_BOOL_CONVERSION = YES;
  733. CLANG_WARN_COMMA = YES;
  734. CLANG_WARN_CONSTANT_CONVERSION = YES;
  735. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  736. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  737. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  738. CLANG_WARN_EMPTY_BODY = YES;
  739. CLANG_WARN_ENUM_CONVERSION = YES;
  740. CLANG_WARN_INFINITE_RECURSION = YES;
  741. CLANG_WARN_INT_CONVERSION = YES;
  742. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  743. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  744. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  745. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  746. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  747. CLANG_WARN_STRICT_PROTOTYPES = YES;
  748. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  749. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  750. CLANG_WARN_UNREACHABLE_CODE = YES;
  751. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  752. CODE_SIGN_IDENTITY = "iPhone Developer";
  753. COPY_PHASE_STRIP = NO;
  754. DEBUG_INFORMATION_FORMAT = dwarf;
  755. ENABLE_STRICT_OBJC_MSGSEND = YES;
  756. ENABLE_TESTABILITY = YES;
  757. GCC_C_LANGUAGE_STANDARD = gnu11;
  758. GCC_DYNAMIC_NO_PIC = NO;
  759. GCC_NO_COMMON_BLOCKS = YES;
  760. GCC_OPTIMIZATION_LEVEL = 0;
  761. GCC_PREPROCESSOR_DEFINITIONS = (
  762. "DEBUG=1",
  763. "$(inherited)",
  764. );
  765. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  766. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  767. GCC_WARN_UNDECLARED_SELECTOR = YES;
  768. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  769. GCC_WARN_UNUSED_FUNCTION = YES;
  770. GCC_WARN_UNUSED_VARIABLE = YES;
  771. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  772. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  773. MTL_FAST_MATH = YES;
  774. ONLY_ACTIVE_ARCH = YES;
  775. SDKROOT = iphoneos;
  776. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  777. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  778. };
  779. name = Debug;
  780. };
  781. A77F2C842231FB4A001BD3F6 /* Release */ = {
  782. isa = XCBuildConfiguration;
  783. buildSettings = {
  784. ALWAYS_SEARCH_USER_PATHS = NO;
  785. CLANG_ANALYZER_NONNULL = YES;
  786. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  787. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  788. CLANG_CXX_LIBRARY = "libc++";
  789. CLANG_ENABLE_MODULES = YES;
  790. CLANG_ENABLE_OBJC_ARC = YES;
  791. CLANG_ENABLE_OBJC_WEAK = YES;
  792. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  793. CLANG_WARN_BOOL_CONVERSION = YES;
  794. CLANG_WARN_COMMA = YES;
  795. CLANG_WARN_CONSTANT_CONVERSION = YES;
  796. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  797. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  798. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  799. CLANG_WARN_EMPTY_BODY = YES;
  800. CLANG_WARN_ENUM_CONVERSION = YES;
  801. CLANG_WARN_INFINITE_RECURSION = YES;
  802. CLANG_WARN_INT_CONVERSION = YES;
  803. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  804. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  805. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  806. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  807. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  808. CLANG_WARN_STRICT_PROTOTYPES = YES;
  809. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  810. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  811. CLANG_WARN_UNREACHABLE_CODE = YES;
  812. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  813. CODE_SIGN_IDENTITY = "iPhone Developer";
  814. COPY_PHASE_STRIP = NO;
  815. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  816. ENABLE_NS_ASSERTIONS = NO;
  817. ENABLE_STRICT_OBJC_MSGSEND = YES;
  818. GCC_C_LANGUAGE_STANDARD = gnu11;
  819. GCC_NO_COMMON_BLOCKS = YES;
  820. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  821. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  822. GCC_WARN_UNDECLARED_SELECTOR = YES;
  823. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  824. GCC_WARN_UNUSED_FUNCTION = YES;
  825. GCC_WARN_UNUSED_VARIABLE = YES;
  826. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  827. MTL_ENABLE_DEBUG_INFO = NO;
  828. MTL_FAST_MATH = YES;
  829. SDKROOT = iphoneos;
  830. SWIFT_COMPILATION_MODE = wholemodule;
  831. SWIFT_OPTIMIZATION_LEVEL = "-O";
  832. VALIDATE_PRODUCT = YES;
  833. };
  834. name = Release;
  835. };
  836. A77F2C862231FB4A001BD3F6 /* Debug */ = {
  837. isa = XCBuildConfiguration;
  838. baseConfigurationReference = BD9052C044FD3AE4E62D3929 /* Pods-RainbowPlanet.debug.xcconfig */;
  839. buildSettings = {
  840. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  841. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  842. CODE_SIGN_STYLE = Automatic;
  843. DEVELOPMENT_TEAM = 3DG4J39B63;
  844. INFOPLIST_FILE = "$(SRCROOT)/RainbowPlanet/Supporting Files/Info.plist";
  845. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  846. LD_RUNPATH_SEARCH_PATHS = (
  847. "$(inherited)",
  848. "@executable_path/Frameworks",
  849. );
  850. PRODUCT_BUNDLE_IDENTIFIER = com.chxq.RainbowPlanet;
  851. PRODUCT_NAME = "$(TARGET_NAME)";
  852. SWIFT_VERSION = 4.2;
  853. TARGETED_DEVICE_FAMILY = "1,2";
  854. };
  855. name = Debug;
  856. };
  857. A77F2C872231FB4A001BD3F6 /* Release */ = {
  858. isa = XCBuildConfiguration;
  859. baseConfigurationReference = 57C497E128081597F165C771 /* Pods-RainbowPlanet.release.xcconfig */;
  860. buildSettings = {
  861. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  862. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  863. CODE_SIGN_STYLE = Automatic;
  864. DEVELOPMENT_TEAM = 3DG4J39B63;
  865. INFOPLIST_FILE = "$(SRCROOT)/RainbowPlanet/Supporting Files/Info.plist";
  866. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  867. LD_RUNPATH_SEARCH_PATHS = (
  868. "$(inherited)",
  869. "@executable_path/Frameworks",
  870. );
  871. PRODUCT_BUNDLE_IDENTIFIER = com.chxq.RainbowPlanet;
  872. PRODUCT_NAME = "$(TARGET_NAME)";
  873. SWIFT_VERSION = 4.2;
  874. TARGETED_DEVICE_FAMILY = "1,2";
  875. };
  876. name = Release;
  877. };
  878. A77F2C892231FB4A001BD3F6 /* Debug */ = {
  879. isa = XCBuildConfiguration;
  880. baseConfigurationReference = 9D60C551769808F63D7376A8 /* Pods-RainbowPlanetTests.debug.xcconfig */;
  881. buildSettings = {
  882. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  883. BUNDLE_LOADER = "$(TEST_HOST)";
  884. CODE_SIGN_STYLE = Automatic;
  885. INFOPLIST_FILE = RainbowPlanetTests/Info.plist;
  886. LD_RUNPATH_SEARCH_PATHS = (
  887. "$(inherited)",
  888. "@executable_path/Frameworks",
  889. "@loader_path/Frameworks",
  890. );
  891. PRODUCT_BUNDLE_IDENTIFIER = com.chxq.RainbowPlanetTests;
  892. PRODUCT_NAME = "$(TARGET_NAME)";
  893. SWIFT_VERSION = 4.2;
  894. TARGETED_DEVICE_FAMILY = "1,2";
  895. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RainbowPlanet.app/RainbowPlanet";
  896. };
  897. name = Debug;
  898. };
  899. A77F2C8A2231FB4A001BD3F6 /* Release */ = {
  900. isa = XCBuildConfiguration;
  901. baseConfigurationReference = B1B8205A06E3602D2CF199C8 /* Pods-RainbowPlanetTests.release.xcconfig */;
  902. buildSettings = {
  903. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  904. BUNDLE_LOADER = "$(TEST_HOST)";
  905. CODE_SIGN_STYLE = Automatic;
  906. INFOPLIST_FILE = RainbowPlanetTests/Info.plist;
  907. LD_RUNPATH_SEARCH_PATHS = (
  908. "$(inherited)",
  909. "@executable_path/Frameworks",
  910. "@loader_path/Frameworks",
  911. );
  912. PRODUCT_BUNDLE_IDENTIFIER = com.chxq.RainbowPlanetTests;
  913. PRODUCT_NAME = "$(TARGET_NAME)";
  914. SWIFT_VERSION = 4.2;
  915. TARGETED_DEVICE_FAMILY = "1,2";
  916. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RainbowPlanet.app/RainbowPlanet";
  917. };
  918. name = Release;
  919. };
  920. A77F2C8C2231FB4A001BD3F6 /* Debug */ = {
  921. isa = XCBuildConfiguration;
  922. baseConfigurationReference = FD5011AB6141BA86DC737616 /* Pods-RainbowPlanetUITests.debug.xcconfig */;
  923. buildSettings = {
  924. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  925. CODE_SIGN_STYLE = Automatic;
  926. INFOPLIST_FILE = RainbowPlanetUITests/Info.plist;
  927. LD_RUNPATH_SEARCH_PATHS = (
  928. "$(inherited)",
  929. "@executable_path/Frameworks",
  930. "@loader_path/Frameworks",
  931. );
  932. PRODUCT_BUNDLE_IDENTIFIER = com.chxq.RainbowPlanetUITests;
  933. PRODUCT_NAME = "$(TARGET_NAME)";
  934. SWIFT_VERSION = 4.2;
  935. TARGETED_DEVICE_FAMILY = "1,2";
  936. TEST_TARGET_NAME = RainbowPlanet;
  937. };
  938. name = Debug;
  939. };
  940. A77F2C8D2231FB4A001BD3F6 /* Release */ = {
  941. isa = XCBuildConfiguration;
  942. baseConfigurationReference = CC787426207DCFB69B1A7CFE /* Pods-RainbowPlanetUITests.release.xcconfig */;
  943. buildSettings = {
  944. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  945. CODE_SIGN_STYLE = Automatic;
  946. INFOPLIST_FILE = RainbowPlanetUITests/Info.plist;
  947. LD_RUNPATH_SEARCH_PATHS = (
  948. "$(inherited)",
  949. "@executable_path/Frameworks",
  950. "@loader_path/Frameworks",
  951. );
  952. PRODUCT_BUNDLE_IDENTIFIER = com.chxq.RainbowPlanetUITests;
  953. PRODUCT_NAME = "$(TARGET_NAME)";
  954. SWIFT_VERSION = 4.2;
  955. TARGETED_DEVICE_FAMILY = "1,2";
  956. TEST_TARGET_NAME = RainbowPlanet;
  957. };
  958. name = Release;
  959. };
  960. /* End XCBuildConfiguration section */
  961. /* Begin XCConfigurationList section */
  962. A77F2C582231FB49001BD3F6 /* Build configuration list for PBXProject "RainbowPlanet" */ = {
  963. isa = XCConfigurationList;
  964. buildConfigurations = (
  965. A77F2C832231FB4A001BD3F6 /* Debug */,
  966. A77F2C842231FB4A001BD3F6 /* Release */,
  967. );
  968. defaultConfigurationIsVisible = 0;
  969. defaultConfigurationName = Release;
  970. };
  971. A77F2C852231FB4A001BD3F6 /* Build configuration list for PBXNativeTarget "RainbowPlanet" */ = {
  972. isa = XCConfigurationList;
  973. buildConfigurations = (
  974. A77F2C862231FB4A001BD3F6 /* Debug */,
  975. A77F2C872231FB4A001BD3F6 /* Release */,
  976. );
  977. defaultConfigurationIsVisible = 0;
  978. defaultConfigurationName = Release;
  979. };
  980. A77F2C882231FB4A001BD3F6 /* Build configuration list for PBXNativeTarget "RainbowPlanetTests" */ = {
  981. isa = XCConfigurationList;
  982. buildConfigurations = (
  983. A77F2C892231FB4A001BD3F6 /* Debug */,
  984. A77F2C8A2231FB4A001BD3F6 /* Release */,
  985. );
  986. defaultConfigurationIsVisible = 0;
  987. defaultConfigurationName = Release;
  988. };
  989. A77F2C8B2231FB4A001BD3F6 /* Build configuration list for PBXNativeTarget "RainbowPlanetUITests" */ = {
  990. isa = XCConfigurationList;
  991. buildConfigurations = (
  992. A77F2C8C2231FB4A001BD3F6 /* Debug */,
  993. A77F2C8D2231FB4A001BD3F6 /* Release */,
  994. );
  995. defaultConfigurationIsVisible = 0;
  996. defaultConfigurationName = Release;
  997. };
  998. /* End XCConfigurationList section */
  999. };
  1000. rootObject = A77F2C552231FB49001BD3F6 /* Project object */;
  1001. }