project.pbxproj 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 80FB2D3361E2CF97A0ED8090 /* Pods_RainbowPlanet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 75AF51003C98E1AF94B14775 /* Pods_RainbowPlanet.framework */; };
  10. A7807D3F222F70C5009D98BB /* AlipaySDK.bundle in Resources */ = {isa = PBXBuildFile; fileRef = A7807D3D222F70C5009D98BB /* AlipaySDK.bundle */; };
  11. A7807D40222F70C5009D98BB /* AlipaySDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7807D3E222F70C5009D98BB /* AlipaySDK.framework */; };
  12. A7807D43222F71EC009D98BB /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A7807D42222F71EC009D98BB /* libc++.tbd */; };
  13. A7807D45222F71F7009D98BB /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A7807D44222F71F6009D98BB /* libz.tbd */; };
  14. A7807D49222F7237009D98BB /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7807D48222F7237009D98BB /* CoreMotion.framework */; };
  15. A7807D4B222F7248009D98BB /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7807D4A222F7248009D98BB /* CFNetwork.framework */; };
  16. A7807D4D222F725A009D98BB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7807D4C222F725A009D98BB /* Foundation.framework */; };
  17. A7807D4F222F7264009D98BB /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7807D4E222F7264009D98BB /* UIKit.framework */; };
  18. A7807D51222F726C009D98BB /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7807D50222F726B009D98BB /* CoreGraphics.framework */; };
  19. A7807D53222F7274009D98BB /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7807D52222F7274009D98BB /* CoreText.framework */; };
  20. A7807D55222F7283009D98BB /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7807D54222F7283009D98BB /* QuartzCore.framework */; };
  21. A7807D57222F7290009D98BB /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7807D56222F7290009D98BB /* CoreTelephony.framework */; };
  22. A7807D58222F7296009D98BB /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7807D46222F7210009D98BB /* SystemConfiguration.framework */; };
  23. A7AE0120222E760500F521EA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE011F222E760500F521EA /* AppDelegate.swift */; };
  24. A7AE0122222E760500F521EA /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE0121222E760500F521EA /* ViewController.swift */; };
  25. A7AE0125222E760500F521EA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A7AE0123222E760500F521EA /* Main.storyboard */; };
  26. A7AE0127222E760500F521EA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A7AE0126222E760500F521EA /* Assets.xcassets */; };
  27. A7AE012A222E760500F521EA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A7AE0128222E760500F521EA /* LaunchScreen.storyboard */; };
  28. A7AE0135222E760500F521EA /* RainbowPlanetTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE0134222E760500F521EA /* RainbowPlanetTests.swift */; };
  29. A7AE0140222E760500F521EA /* RainbowPlanetUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE013F222E760500F521EA /* RainbowPlanetUITests.swift */; };
  30. A7AE0151222E76EB00F521EA /* RootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE0150222E76EB00F521EA /* RootViewController.swift */; };
  31. A7AE0154222E774C00F521EA /* RootWebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE0153222E774C00F521EA /* RootWebViewController.swift */; };
  32. A7AE0157222E77A700F521EA /* RootNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE0156222E77A700F521EA /* RootNavigationController.swift */; };
  33. A7AE015A222E7B4800F521EA /* RootTabbarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE0159222E7B4800F521EA /* RootTabbarController.swift */; };
  34. A7AE015D222E7BC000F521EA /* RootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE015C222E7BC000F521EA /* RootView.swift */; };
  35. A7AE0169222E7D2800F521EA /* ShoppingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE0167222E7D2800F521EA /* ShoppingViewController.swift */; };
  36. A7AE0170222E7D5400F521EA /* ShoppingCartViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE016E222E7D5400F521EA /* ShoppingCartViewController.swift */; };
  37. A7AE0174222E7D6000F521EA /* MineViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AE0172222E7D6000F521EA /* MineViewController.swift */; };
  38. /* End PBXBuildFile section */
  39. /* Begin PBXContainerItemProxy section */
  40. A7AE0131222E760500F521EA /* PBXContainerItemProxy */ = {
  41. isa = PBXContainerItemProxy;
  42. containerPortal = A7AE0114222E760400F521EA /* Project object */;
  43. proxyType = 1;
  44. remoteGlobalIDString = A7AE011B222E760500F521EA;
  45. remoteInfo = RainbowPlanet;
  46. };
  47. A7AE013C222E760500F521EA /* PBXContainerItemProxy */ = {
  48. isa = PBXContainerItemProxy;
  49. containerPortal = A7AE0114222E760400F521EA /* Project object */;
  50. proxyType = 1;
  51. remoteGlobalIDString = A7AE011B222E760500F521EA;
  52. remoteInfo = RainbowPlanet;
  53. };
  54. /* End PBXContainerItemProxy section */
  55. /* Begin PBXFileReference section */
  56. 1DD1CA03D797EC66156C1CB4 /* 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>"; };
  57. 75AF51003C98E1AF94B14775 /* Pods_RainbowPlanet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RainbowPlanet.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  58. 8640BD6BD0F44B0788BBD034 /* 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>"; };
  59. A7807D3D222F70C5009D98BB /* AlipaySDK.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = AlipaySDK.bundle; sourceTree = "<group>"; };
  60. A7807D3E222F70C5009D98BB /* AlipaySDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AlipaySDK.framework; sourceTree = "<group>"; };
  61. A7807D42222F71EC009D98BB /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; };
  62. A7807D44222F71F6009D98BB /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
  63. A7807D46222F7210009D98BB /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
  64. A7807D48222F7237009D98BB /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
  65. A7807D4A222F7248009D98BB /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
  66. A7807D4C222F725A009D98BB /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  67. A7807D4E222F7264009D98BB /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  68. A7807D50222F726B009D98BB /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  69. A7807D52222F7274009D98BB /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
  70. A7807D54222F7283009D98BB /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  71. A7807D56222F7290009D98BB /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = System/Library/Frameworks/CoreTelephony.framework; sourceTree = SDKROOT; };
  72. A7AE011C222E760500F521EA /* RainbowPlanet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RainbowPlanet.app; sourceTree = BUILT_PRODUCTS_DIR; };
  73. A7AE011F222E760500F521EA /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  74. A7AE0121222E760500F521EA /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  75. A7AE0124222E760500F521EA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  76. A7AE0126222E760500F521EA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  77. A7AE0129222E760500F521EA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  78. A7AE012B222E760500F521EA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  79. A7AE0130222E760500F521EA /* RainbowPlanetTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RainbowPlanetTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  80. A7AE0134222E760500F521EA /* RainbowPlanetTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RainbowPlanetTests.swift; sourceTree = "<group>"; };
  81. A7AE0136222E760500F521EA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  82. A7AE013B222E760500F521EA /* RainbowPlanetUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RainbowPlanetUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  83. A7AE013F222E760500F521EA /* RainbowPlanetUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RainbowPlanetUITests.swift; sourceTree = "<group>"; };
  84. A7AE0141222E760500F521EA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  85. A7AE0150222E76EB00F521EA /* RootViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootViewController.swift; sourceTree = "<group>"; };
  86. A7AE0153222E774C00F521EA /* RootWebViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootWebViewController.swift; sourceTree = "<group>"; };
  87. A7AE0156222E77A700F521EA /* RootNavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootNavigationController.swift; sourceTree = "<group>"; };
  88. A7AE0159222E7B4800F521EA /* RootTabbarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootTabbarController.swift; sourceTree = "<group>"; };
  89. A7AE015C222E7BC000F521EA /* RootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootView.swift; sourceTree = "<group>"; };
  90. A7AE0167222E7D2800F521EA /* ShoppingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingViewController.swift; sourceTree = "<group>"; };
  91. A7AE016E222E7D5400F521EA /* ShoppingCartViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartViewController.swift; sourceTree = "<group>"; };
  92. A7AE0172222E7D6000F521EA /* MineViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MineViewController.swift; sourceTree = "<group>"; };
  93. /* End PBXFileReference section */
  94. /* Begin PBXFrameworksBuildPhase section */
  95. A7AE0119222E760500F521EA /* Frameworks */ = {
  96. isa = PBXFrameworksBuildPhase;
  97. buildActionMask = 2147483647;
  98. files = (
  99. A7807D43222F71EC009D98BB /* libc++.tbd in Frameworks */,
  100. A7807D45222F71F7009D98BB /* libz.tbd in Frameworks */,
  101. A7807D58222F7296009D98BB /* SystemConfiguration.framework in Frameworks */,
  102. A7807D57222F7290009D98BB /* CoreTelephony.framework in Frameworks */,
  103. A7807D55222F7283009D98BB /* QuartzCore.framework in Frameworks */,
  104. A7807D53222F7274009D98BB /* CoreText.framework in Frameworks */,
  105. A7807D51222F726C009D98BB /* CoreGraphics.framework in Frameworks */,
  106. A7807D4F222F7264009D98BB /* UIKit.framework in Frameworks */,
  107. A7807D4D222F725A009D98BB /* Foundation.framework in Frameworks */,
  108. A7807D4B222F7248009D98BB /* CFNetwork.framework in Frameworks */,
  109. A7807D49222F7237009D98BB /* CoreMotion.framework in Frameworks */,
  110. A7807D40222F70C5009D98BB /* AlipaySDK.framework in Frameworks */,
  111. 80FB2D3361E2CF97A0ED8090 /* Pods_RainbowPlanet.framework in Frameworks */,
  112. );
  113. runOnlyForDeploymentPostprocessing = 0;
  114. };
  115. A7AE012D222E760500F521EA /* Frameworks */ = {
  116. isa = PBXFrameworksBuildPhase;
  117. buildActionMask = 2147483647;
  118. files = (
  119. );
  120. runOnlyForDeploymentPostprocessing = 0;
  121. };
  122. A7AE0138222E760500F521EA /* Frameworks */ = {
  123. isa = PBXFrameworksBuildPhase;
  124. buildActionMask = 2147483647;
  125. files = (
  126. );
  127. runOnlyForDeploymentPostprocessing = 0;
  128. };
  129. /* End PBXFrameworksBuildPhase section */
  130. /* Begin PBXGroup section */
  131. 5D12B634780AFE570E29BF0F /* Frameworks */ = {
  132. isa = PBXGroup;
  133. children = (
  134. A7807D56222F7290009D98BB /* CoreTelephony.framework */,
  135. A7807D54222F7283009D98BB /* QuartzCore.framework */,
  136. A7807D52222F7274009D98BB /* CoreText.framework */,
  137. A7807D50222F726B009D98BB /* CoreGraphics.framework */,
  138. A7807D4E222F7264009D98BB /* UIKit.framework */,
  139. A7807D4C222F725A009D98BB /* Foundation.framework */,
  140. A7807D4A222F7248009D98BB /* CFNetwork.framework */,
  141. A7807D48222F7237009D98BB /* CoreMotion.framework */,
  142. A7807D46222F7210009D98BB /* SystemConfiguration.framework */,
  143. A7807D44222F71F6009D98BB /* libz.tbd */,
  144. A7807D42222F71EC009D98BB /* libc++.tbd */,
  145. 75AF51003C98E1AF94B14775 /* Pods_RainbowPlanet.framework */,
  146. );
  147. name = Frameworks;
  148. sourceTree = "<group>";
  149. };
  150. 7D599B292E3928B151ECFF01 /* Pods */ = {
  151. isa = PBXGroup;
  152. children = (
  153. 1DD1CA03D797EC66156C1CB4 /* Pods-RainbowPlanet.debug.xcconfig */,
  154. 8640BD6BD0F44B0788BBD034 /* Pods-RainbowPlanet.release.xcconfig */,
  155. );
  156. name = Pods;
  157. sourceTree = "<group>";
  158. };
  159. A7807D3B222F70A0009D98BB /* Lib */ = {
  160. isa = PBXGroup;
  161. children = (
  162. A7807D3C222F70C5009D98BB /* AlipaySDK */,
  163. );
  164. path = Lib;
  165. sourceTree = "<group>";
  166. };
  167. A7807D3C222F70C5009D98BB /* AlipaySDK */ = {
  168. isa = PBXGroup;
  169. children = (
  170. A7807D3D222F70C5009D98BB /* AlipaySDK.bundle */,
  171. A7807D3E222F70C5009D98BB /* AlipaySDK.framework */,
  172. );
  173. path = AlipaySDK;
  174. sourceTree = "<group>";
  175. };
  176. A7AE0113222E760400F521EA = {
  177. isa = PBXGroup;
  178. children = (
  179. A7AE011E222E760500F521EA /* RainbowPlanet */,
  180. A7AE0133222E760500F521EA /* RainbowPlanetTests */,
  181. A7AE013E222E760500F521EA /* RainbowPlanetUITests */,
  182. A7AE011D222E760500F521EA /* Products */,
  183. 7D599B292E3928B151ECFF01 /* Pods */,
  184. 5D12B634780AFE570E29BF0F /* Frameworks */,
  185. );
  186. sourceTree = "<group>";
  187. };
  188. A7AE011D222E760500F521EA /* Products */ = {
  189. isa = PBXGroup;
  190. children = (
  191. A7AE011C222E760500F521EA /* RainbowPlanet.app */,
  192. A7AE0130222E760500F521EA /* RainbowPlanetTests.xctest */,
  193. A7AE013B222E760500F521EA /* RainbowPlanetUITests.xctest */,
  194. );
  195. name = Products;
  196. sourceTree = "<group>";
  197. };
  198. A7AE011E222E760500F521EA /* RainbowPlanet */ = {
  199. isa = PBXGroup;
  200. children = (
  201. A7AE014D222E76A100F521EA /* AppDelegate */,
  202. A7AE014E222E76AC00F521EA /* Base */,
  203. A7AE015E222E7BDD00F521EA /* Modules */,
  204. A7807D3B222F70A0009D98BB /* Lib */,
  205. A7AE0121222E760500F521EA /* ViewController.swift */,
  206. A7AE0123222E760500F521EA /* Main.storyboard */,
  207. A7AE0126222E760500F521EA /* Assets.xcassets */,
  208. A7AE0128222E760500F521EA /* LaunchScreen.storyboard */,
  209. A7AE012B222E760500F521EA /* Info.plist */,
  210. );
  211. path = RainbowPlanet;
  212. sourceTree = "<group>";
  213. };
  214. A7AE0133222E760500F521EA /* RainbowPlanetTests */ = {
  215. isa = PBXGroup;
  216. children = (
  217. A7AE0134222E760500F521EA /* RainbowPlanetTests.swift */,
  218. A7AE0136222E760500F521EA /* Info.plist */,
  219. );
  220. path = RainbowPlanetTests;
  221. sourceTree = "<group>";
  222. };
  223. A7AE013E222E760500F521EA /* RainbowPlanetUITests */ = {
  224. isa = PBXGroup;
  225. children = (
  226. A7AE013F222E760500F521EA /* RainbowPlanetUITests.swift */,
  227. A7AE0141222E760500F521EA /* Info.plist */,
  228. );
  229. path = RainbowPlanetUITests;
  230. sourceTree = "<group>";
  231. };
  232. A7AE014D222E76A100F521EA /* AppDelegate */ = {
  233. isa = PBXGroup;
  234. children = (
  235. A7AE011F222E760500F521EA /* AppDelegate.swift */,
  236. );
  237. path = AppDelegate;
  238. sourceTree = "<group>";
  239. };
  240. A7AE014E222E76AC00F521EA /* Base */ = {
  241. isa = PBXGroup;
  242. children = (
  243. A7AE0158222E77AA00F521EA /* RootTabbarController */,
  244. A7AE0155222E777300F521EA /* RootNavigationController */,
  245. A7AE0152222E76F400F521EA /* RootWebViewController */,
  246. A7AE014F222E76C700F521EA /* RootViewController */,
  247. A7AE015B222E7BA400F521EA /* RootView */,
  248. );
  249. path = Base;
  250. sourceTree = "<group>";
  251. };
  252. A7AE014F222E76C700F521EA /* RootViewController */ = {
  253. isa = PBXGroup;
  254. children = (
  255. A7AE0150222E76EB00F521EA /* RootViewController.swift */,
  256. );
  257. path = RootViewController;
  258. sourceTree = "<group>";
  259. };
  260. A7AE0152222E76F400F521EA /* RootWebViewController */ = {
  261. isa = PBXGroup;
  262. children = (
  263. A7AE0153222E774C00F521EA /* RootWebViewController.swift */,
  264. );
  265. path = RootWebViewController;
  266. sourceTree = "<group>";
  267. };
  268. A7AE0155222E777300F521EA /* RootNavigationController */ = {
  269. isa = PBXGroup;
  270. children = (
  271. A7AE0156222E77A700F521EA /* RootNavigationController.swift */,
  272. );
  273. path = RootNavigationController;
  274. sourceTree = "<group>";
  275. };
  276. A7AE0158222E77AA00F521EA /* RootTabbarController */ = {
  277. isa = PBXGroup;
  278. children = (
  279. A7AE0159222E7B4800F521EA /* RootTabbarController.swift */,
  280. );
  281. path = RootTabbarController;
  282. sourceTree = "<group>";
  283. };
  284. A7AE015B222E7BA400F521EA /* RootView */ = {
  285. isa = PBXGroup;
  286. children = (
  287. A7AE015C222E7BC000F521EA /* RootView.swift */,
  288. );
  289. path = RootView;
  290. sourceTree = "<group>";
  291. };
  292. A7AE015E222E7BDD00F521EA /* Modules */ = {
  293. isa = PBXGroup;
  294. children = (
  295. A7AE0162222E7C4D00F521EA /* RegisterLoginModule */,
  296. A7AE0163222E7C7C00F521EA /* CommonModule */,
  297. A7AE0161222E7C1A00F521EA /* ShoppingMallModule */,
  298. A7AE0160222E7BFE00F521EA /* ShoppingCartModule */,
  299. A7AE015F222E7BFA00F521EA /* MineModule */,
  300. );
  301. path = Modules;
  302. sourceTree = "<group>";
  303. };
  304. A7AE015F222E7BFA00F521EA /* MineModule */ = {
  305. isa = PBXGroup;
  306. children = (
  307. A7AE0164222E7CBC00F521EA /* Mine */,
  308. );
  309. path = MineModule;
  310. sourceTree = "<group>";
  311. };
  312. A7AE0160222E7BFE00F521EA /* ShoppingCartModule */ = {
  313. isa = PBXGroup;
  314. children = (
  315. A7AE0165222E7CD600F521EA /* ShoppingCart */,
  316. );
  317. path = ShoppingCartModule;
  318. sourceTree = "<group>";
  319. };
  320. A7AE0161222E7C1A00F521EA /* ShoppingMallModule */ = {
  321. isa = PBXGroup;
  322. children = (
  323. A7AE0166222E7CE000F521EA /* ShoppingMall */,
  324. );
  325. path = ShoppingMallModule;
  326. sourceTree = "<group>";
  327. };
  328. A7AE0162222E7C4D00F521EA /* RegisterLoginModule */ = {
  329. isa = PBXGroup;
  330. children = (
  331. );
  332. path = RegisterLoginModule;
  333. sourceTree = "<group>";
  334. };
  335. A7AE0163222E7C7C00F521EA /* CommonModule */ = {
  336. isa = PBXGroup;
  337. children = (
  338. );
  339. path = CommonModule;
  340. sourceTree = "<group>";
  341. };
  342. A7AE0164222E7CBC00F521EA /* Mine */ = {
  343. isa = PBXGroup;
  344. children = (
  345. A7AE016D222E7D4600F521EA /* ViewController */,
  346. );
  347. path = Mine;
  348. sourceTree = "<group>";
  349. };
  350. A7AE0165222E7CD600F521EA /* ShoppingCart */ = {
  351. isa = PBXGroup;
  352. children = (
  353. A7AE016C222E7D3B00F521EA /* ViewController */,
  354. );
  355. path = ShoppingCart;
  356. sourceTree = "<group>";
  357. };
  358. A7AE0166222E7CE000F521EA /* ShoppingMall */ = {
  359. isa = PBXGroup;
  360. children = (
  361. A7AE016B222E7D2B00F521EA /* ViewController */,
  362. );
  363. path = ShoppingMall;
  364. sourceTree = "<group>";
  365. };
  366. A7AE016B222E7D2B00F521EA /* ViewController */ = {
  367. isa = PBXGroup;
  368. children = (
  369. A7AE0167222E7D2800F521EA /* ShoppingViewController.swift */,
  370. );
  371. path = ViewController;
  372. sourceTree = "<group>";
  373. };
  374. A7AE016C222E7D3B00F521EA /* ViewController */ = {
  375. isa = PBXGroup;
  376. children = (
  377. A7AE016E222E7D5400F521EA /* ShoppingCartViewController.swift */,
  378. );
  379. path = ViewController;
  380. sourceTree = "<group>";
  381. };
  382. A7AE016D222E7D4600F521EA /* ViewController */ = {
  383. isa = PBXGroup;
  384. children = (
  385. A7AE0172222E7D6000F521EA /* MineViewController.swift */,
  386. );
  387. path = ViewController;
  388. sourceTree = "<group>";
  389. };
  390. /* End PBXGroup section */
  391. /* Begin PBXNativeTarget section */
  392. A7AE011B222E760500F521EA /* RainbowPlanet */ = {
  393. isa = PBXNativeTarget;
  394. buildConfigurationList = A7AE0144222E760500F521EA /* Build configuration list for PBXNativeTarget "RainbowPlanet" */;
  395. buildPhases = (
  396. 8127BCB7B14A2FEE0C53A4B1 /* [CP] Check Pods Manifest.lock */,
  397. A7AE0118222E760500F521EA /* Sources */,
  398. A7AE0119222E760500F521EA /* Frameworks */,
  399. A7AE011A222E760500F521EA /* Resources */,
  400. B325D4054C9A78844470B0EE /* [CP] Embed Pods Frameworks */,
  401. 1CC9154061F9A8006EE90A73 /* [CP] Copy Pods Resources */,
  402. );
  403. buildRules = (
  404. );
  405. dependencies = (
  406. );
  407. name = RainbowPlanet;
  408. productName = RainbowPlanet;
  409. productReference = A7AE011C222E760500F521EA /* RainbowPlanet.app */;
  410. productType = "com.apple.product-type.application";
  411. };
  412. A7AE012F222E760500F521EA /* RainbowPlanetTests */ = {
  413. isa = PBXNativeTarget;
  414. buildConfigurationList = A7AE0147222E760500F521EA /* Build configuration list for PBXNativeTarget "RainbowPlanetTests" */;
  415. buildPhases = (
  416. A7AE012C222E760500F521EA /* Sources */,
  417. A7AE012D222E760500F521EA /* Frameworks */,
  418. A7AE012E222E760500F521EA /* Resources */,
  419. );
  420. buildRules = (
  421. );
  422. dependencies = (
  423. A7AE0132222E760500F521EA /* PBXTargetDependency */,
  424. );
  425. name = RainbowPlanetTests;
  426. productName = RainbowPlanetTests;
  427. productReference = A7AE0130222E760500F521EA /* RainbowPlanetTests.xctest */;
  428. productType = "com.apple.product-type.bundle.unit-test";
  429. };
  430. A7AE013A222E760500F521EA /* RainbowPlanetUITests */ = {
  431. isa = PBXNativeTarget;
  432. buildConfigurationList = A7AE014A222E760500F521EA /* Build configuration list for PBXNativeTarget "RainbowPlanetUITests" */;
  433. buildPhases = (
  434. A7AE0137222E760500F521EA /* Sources */,
  435. A7AE0138222E760500F521EA /* Frameworks */,
  436. A7AE0139222E760500F521EA /* Resources */,
  437. );
  438. buildRules = (
  439. );
  440. dependencies = (
  441. A7AE013D222E760500F521EA /* PBXTargetDependency */,
  442. );
  443. name = RainbowPlanetUITests;
  444. productName = RainbowPlanetUITests;
  445. productReference = A7AE013B222E760500F521EA /* RainbowPlanetUITests.xctest */;
  446. productType = "com.apple.product-type.bundle.ui-testing";
  447. };
  448. /* End PBXNativeTarget section */
  449. /* Begin PBXProject section */
  450. A7AE0114222E760400F521EA /* Project object */ = {
  451. isa = PBXProject;
  452. attributes = {
  453. LastSwiftUpdateCheck = 1010;
  454. LastUpgradeCheck = 1010;
  455. ORGANIZATIONNAME = "南鑫林";
  456. TargetAttributes = {
  457. A7AE011B222E760500F521EA = {
  458. CreatedOnToolsVersion = 10.1;
  459. };
  460. A7AE012F222E760500F521EA = {
  461. CreatedOnToolsVersion = 10.1;
  462. TestTargetID = A7AE011B222E760500F521EA;
  463. };
  464. A7AE013A222E760500F521EA = {
  465. CreatedOnToolsVersion = 10.1;
  466. TestTargetID = A7AE011B222E760500F521EA;
  467. };
  468. };
  469. };
  470. buildConfigurationList = A7AE0117222E760400F521EA /* Build configuration list for PBXProject "RainbowPlanet" */;
  471. compatibilityVersion = "Xcode 9.3";
  472. developmentRegion = en;
  473. hasScannedForEncodings = 0;
  474. knownRegions = (
  475. en,
  476. Base,
  477. );
  478. mainGroup = A7AE0113222E760400F521EA;
  479. productRefGroup = A7AE011D222E760500F521EA /* Products */;
  480. projectDirPath = "";
  481. projectRoot = "";
  482. targets = (
  483. A7AE011B222E760500F521EA /* RainbowPlanet */,
  484. A7AE012F222E760500F521EA /* RainbowPlanetTests */,
  485. A7AE013A222E760500F521EA /* RainbowPlanetUITests */,
  486. );
  487. };
  488. /* End PBXProject section */
  489. /* Begin PBXResourcesBuildPhase section */
  490. A7AE011A222E760500F521EA /* Resources */ = {
  491. isa = PBXResourcesBuildPhase;
  492. buildActionMask = 2147483647;
  493. files = (
  494. A7AE012A222E760500F521EA /* LaunchScreen.storyboard in Resources */,
  495. A7AE0127222E760500F521EA /* Assets.xcassets in Resources */,
  496. A7807D3F222F70C5009D98BB /* AlipaySDK.bundle in Resources */,
  497. A7AE0125222E760500F521EA /* Main.storyboard in Resources */,
  498. );
  499. runOnlyForDeploymentPostprocessing = 0;
  500. };
  501. A7AE012E222E760500F521EA /* Resources */ = {
  502. isa = PBXResourcesBuildPhase;
  503. buildActionMask = 2147483647;
  504. files = (
  505. );
  506. runOnlyForDeploymentPostprocessing = 0;
  507. };
  508. A7AE0139222E760500F521EA /* Resources */ = {
  509. isa = PBXResourcesBuildPhase;
  510. buildActionMask = 2147483647;
  511. files = (
  512. );
  513. runOnlyForDeploymentPostprocessing = 0;
  514. };
  515. /* End PBXResourcesBuildPhase section */
  516. /* Begin PBXShellScriptBuildPhase section */
  517. 1CC9154061F9A8006EE90A73 /* [CP] Copy Pods Resources */ = {
  518. isa = PBXShellScriptBuildPhase;
  519. buildActionMask = 2147483647;
  520. files = (
  521. );
  522. inputFileListPaths = (
  523. );
  524. inputPaths = (
  525. "${SRCROOT}/Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet-resources.sh",
  526. "${PODS_ROOT}/UMCCommonLog/UMCommonLog/UMCommonLog.bundle",
  527. "${PODS_ROOT}/UMCShare/UMShare/UMSocialUI/UMSocialSDKResources.bundle",
  528. );
  529. name = "[CP] Copy Pods Resources";
  530. outputFileListPaths = (
  531. );
  532. outputPaths = (
  533. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/UMCommonLog.bundle",
  534. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/UMSocialSDKResources.bundle",
  535. );
  536. runOnlyForDeploymentPostprocessing = 0;
  537. shellPath = /bin/sh;
  538. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet-resources.sh\"\n";
  539. showEnvVarsInLog = 0;
  540. };
  541. 8127BCB7B14A2FEE0C53A4B1 /* [CP] Check Pods Manifest.lock */ = {
  542. isa = PBXShellScriptBuildPhase;
  543. buildActionMask = 2147483647;
  544. files = (
  545. );
  546. inputFileListPaths = (
  547. );
  548. inputPaths = (
  549. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  550. "${PODS_ROOT}/Manifest.lock",
  551. );
  552. name = "[CP] Check Pods Manifest.lock";
  553. outputFileListPaths = (
  554. );
  555. outputPaths = (
  556. "$(DERIVED_FILE_DIR)/Pods-RainbowPlanet-checkManifestLockResult.txt",
  557. );
  558. runOnlyForDeploymentPostprocessing = 0;
  559. shellPath = /bin/sh;
  560. 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";
  561. showEnvVarsInLog = 0;
  562. };
  563. B325D4054C9A78844470B0EE /* [CP] Embed Pods Frameworks */ = {
  564. isa = PBXShellScriptBuildPhase;
  565. buildActionMask = 2147483647;
  566. files = (
  567. );
  568. inputFileListPaths = (
  569. );
  570. inputPaths = (
  571. "${SRCROOT}/Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet-frameworks.sh",
  572. "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
  573. "${BUILT_PRODUCTS_DIR}/CryptoSwift/CryptoSwift.framework",
  574. "${BUILT_PRODUCTS_DIR}/DeviceKit/DeviceKit.framework",
  575. "${BUILT_PRODUCTS_DIR}/ESTabBarController-swift/ESTabBarController_swift.framework",
  576. "${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework",
  577. "${BUILT_PRODUCTS_DIR}/FWPopupView/FWPopupView.framework",
  578. "${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework",
  579. "${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework",
  580. "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework",
  581. "${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework",
  582. "${BUILT_PRODUCTS_DIR}/Moya/Moya.framework",
  583. "${BUILT_PRODUCTS_DIR}/ObjectMapper/ObjectMapper.framework",
  584. "${BUILT_PRODUCTS_DIR}/PPBadgeViewSwift/PPBadgeViewSwift.framework",
  585. "${BUILT_PRODUCTS_DIR}/Result/Result.framework",
  586. "${BUILT_PRODUCTS_DIR}/RxAtomic/RxAtomic.framework",
  587. "${BUILT_PRODUCTS_DIR}/RxCocoa/RxCocoa.framework",
  588. "${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework",
  589. "${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework",
  590. "${BUILT_PRODUCTS_DIR}/SwiftDate/SwiftDate.framework",
  591. "${BUILT_PRODUCTS_DIR}/SwiftyJSON/SwiftyJSON.framework",
  592. "${BUILT_PRODUCTS_DIR}/SwiftyStarRatingView/SwiftyStarRatingView.framework",
  593. "${BUILT_PRODUCTS_DIR}/XLPagerTabStrip/XLPagerTabStrip.framework",
  594. );
  595. name = "[CP] Embed Pods Frameworks";
  596. outputFileListPaths = (
  597. );
  598. outputPaths = (
  599. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
  600. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CryptoSwift.framework",
  601. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DeviceKit.framework",
  602. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ESTabBarController_swift.framework",
  603. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FSPagerView.framework",
  604. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FWPopupView.framework",
  605. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework",
  606. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework",
  607. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework",
  608. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework",
  609. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Moya.framework",
  610. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectMapper.framework",
  611. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PPBadgeViewSwift.framework",
  612. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Result.framework",
  613. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxAtomic.framework",
  614. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxCocoa.framework",
  615. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework",
  616. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework",
  617. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftDate.framework",
  618. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyJSON.framework",
  619. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyStarRatingView.framework",
  620. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/XLPagerTabStrip.framework",
  621. );
  622. runOnlyForDeploymentPostprocessing = 0;
  623. shellPath = /bin/sh;
  624. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet-frameworks.sh\"\n";
  625. showEnvVarsInLog = 0;
  626. };
  627. /* End PBXShellScriptBuildPhase section */
  628. /* Begin PBXSourcesBuildPhase section */
  629. A7AE0118222E760500F521EA /* Sources */ = {
  630. isa = PBXSourcesBuildPhase;
  631. buildActionMask = 2147483647;
  632. files = (
  633. A7AE0122222E760500F521EA /* ViewController.swift in Sources */,
  634. A7AE015A222E7B4800F521EA /* RootTabbarController.swift in Sources */,
  635. A7AE0170222E7D5400F521EA /* ShoppingCartViewController.swift in Sources */,
  636. A7AE0120222E760500F521EA /* AppDelegate.swift in Sources */,
  637. A7AE0151222E76EB00F521EA /* RootViewController.swift in Sources */,
  638. A7AE015D222E7BC000F521EA /* RootView.swift in Sources */,
  639. A7AE0157222E77A700F521EA /* RootNavigationController.swift in Sources */,
  640. A7AE0169222E7D2800F521EA /* ShoppingViewController.swift in Sources */,
  641. A7AE0154222E774C00F521EA /* RootWebViewController.swift in Sources */,
  642. A7AE0174222E7D6000F521EA /* MineViewController.swift in Sources */,
  643. );
  644. runOnlyForDeploymentPostprocessing = 0;
  645. };
  646. A7AE012C222E760500F521EA /* Sources */ = {
  647. isa = PBXSourcesBuildPhase;
  648. buildActionMask = 2147483647;
  649. files = (
  650. A7AE0135222E760500F521EA /* RainbowPlanetTests.swift in Sources */,
  651. );
  652. runOnlyForDeploymentPostprocessing = 0;
  653. };
  654. A7AE0137222E760500F521EA /* Sources */ = {
  655. isa = PBXSourcesBuildPhase;
  656. buildActionMask = 2147483647;
  657. files = (
  658. A7AE0140222E760500F521EA /* RainbowPlanetUITests.swift in Sources */,
  659. );
  660. runOnlyForDeploymentPostprocessing = 0;
  661. };
  662. /* End PBXSourcesBuildPhase section */
  663. /* Begin PBXTargetDependency section */
  664. A7AE0132222E760500F521EA /* PBXTargetDependency */ = {
  665. isa = PBXTargetDependency;
  666. target = A7AE011B222E760500F521EA /* RainbowPlanet */;
  667. targetProxy = A7AE0131222E760500F521EA /* PBXContainerItemProxy */;
  668. };
  669. A7AE013D222E760500F521EA /* PBXTargetDependency */ = {
  670. isa = PBXTargetDependency;
  671. target = A7AE011B222E760500F521EA /* RainbowPlanet */;
  672. targetProxy = A7AE013C222E760500F521EA /* PBXContainerItemProxy */;
  673. };
  674. /* End PBXTargetDependency section */
  675. /* Begin PBXVariantGroup section */
  676. A7AE0123222E760500F521EA /* Main.storyboard */ = {
  677. isa = PBXVariantGroup;
  678. children = (
  679. A7AE0124222E760500F521EA /* Base */,
  680. );
  681. name = Main.storyboard;
  682. sourceTree = "<group>";
  683. };
  684. A7AE0128222E760500F521EA /* LaunchScreen.storyboard */ = {
  685. isa = PBXVariantGroup;
  686. children = (
  687. A7AE0129222E760500F521EA /* Base */,
  688. );
  689. name = LaunchScreen.storyboard;
  690. sourceTree = "<group>";
  691. };
  692. /* End PBXVariantGroup section */
  693. /* Begin XCBuildConfiguration section */
  694. A7AE0142222E760500F521EA /* Debug */ = {
  695. isa = XCBuildConfiguration;
  696. buildSettings = {
  697. ALWAYS_SEARCH_USER_PATHS = NO;
  698. CLANG_ANALYZER_NONNULL = YES;
  699. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  700. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  701. CLANG_CXX_LIBRARY = "libc++";
  702. CLANG_ENABLE_MODULES = YES;
  703. CLANG_ENABLE_OBJC_ARC = YES;
  704. CLANG_ENABLE_OBJC_WEAK = YES;
  705. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  706. CLANG_WARN_BOOL_CONVERSION = YES;
  707. CLANG_WARN_COMMA = YES;
  708. CLANG_WARN_CONSTANT_CONVERSION = YES;
  709. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  710. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  711. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  712. CLANG_WARN_EMPTY_BODY = YES;
  713. CLANG_WARN_ENUM_CONVERSION = YES;
  714. CLANG_WARN_INFINITE_RECURSION = YES;
  715. CLANG_WARN_INT_CONVERSION = YES;
  716. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  717. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  718. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  719. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  720. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  721. CLANG_WARN_STRICT_PROTOTYPES = YES;
  722. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  723. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  724. CLANG_WARN_UNREACHABLE_CODE = YES;
  725. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  726. CODE_SIGN_IDENTITY = "iPhone Developer";
  727. COPY_PHASE_STRIP = NO;
  728. DEBUG_INFORMATION_FORMAT = dwarf;
  729. ENABLE_STRICT_OBJC_MSGSEND = YES;
  730. ENABLE_TESTABILITY = YES;
  731. GCC_C_LANGUAGE_STANDARD = gnu11;
  732. GCC_DYNAMIC_NO_PIC = NO;
  733. GCC_NO_COMMON_BLOCKS = YES;
  734. GCC_OPTIMIZATION_LEVEL = 0;
  735. GCC_PREPROCESSOR_DEFINITIONS = (
  736. "DEBUG=1",
  737. "$(inherited)",
  738. );
  739. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  740. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  741. GCC_WARN_UNDECLARED_SELECTOR = YES;
  742. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  743. GCC_WARN_UNUSED_FUNCTION = YES;
  744. GCC_WARN_UNUSED_VARIABLE = YES;
  745. IPHONEOS_DEPLOYMENT_TARGET = 12.1;
  746. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  747. MTL_FAST_MATH = YES;
  748. ONLY_ACTIVE_ARCH = YES;
  749. SDKROOT = iphoneos;
  750. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  751. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  752. };
  753. name = Debug;
  754. };
  755. A7AE0143222E760500F521EA /* Release */ = {
  756. isa = XCBuildConfiguration;
  757. buildSettings = {
  758. ALWAYS_SEARCH_USER_PATHS = NO;
  759. CLANG_ANALYZER_NONNULL = YES;
  760. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  761. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  762. CLANG_CXX_LIBRARY = "libc++";
  763. CLANG_ENABLE_MODULES = YES;
  764. CLANG_ENABLE_OBJC_ARC = YES;
  765. CLANG_ENABLE_OBJC_WEAK = YES;
  766. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  767. CLANG_WARN_BOOL_CONVERSION = YES;
  768. CLANG_WARN_COMMA = YES;
  769. CLANG_WARN_CONSTANT_CONVERSION = YES;
  770. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  771. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  772. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  773. CLANG_WARN_EMPTY_BODY = YES;
  774. CLANG_WARN_ENUM_CONVERSION = YES;
  775. CLANG_WARN_INFINITE_RECURSION = YES;
  776. CLANG_WARN_INT_CONVERSION = YES;
  777. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  778. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  779. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  780. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  781. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  782. CLANG_WARN_STRICT_PROTOTYPES = YES;
  783. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  784. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  785. CLANG_WARN_UNREACHABLE_CODE = YES;
  786. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  787. CODE_SIGN_IDENTITY = "iPhone Developer";
  788. COPY_PHASE_STRIP = NO;
  789. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  790. ENABLE_NS_ASSERTIONS = NO;
  791. ENABLE_STRICT_OBJC_MSGSEND = YES;
  792. GCC_C_LANGUAGE_STANDARD = gnu11;
  793. GCC_NO_COMMON_BLOCKS = YES;
  794. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  795. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  796. GCC_WARN_UNDECLARED_SELECTOR = YES;
  797. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  798. GCC_WARN_UNUSED_FUNCTION = YES;
  799. GCC_WARN_UNUSED_VARIABLE = YES;
  800. IPHONEOS_DEPLOYMENT_TARGET = 12.1;
  801. MTL_ENABLE_DEBUG_INFO = NO;
  802. MTL_FAST_MATH = YES;
  803. SDKROOT = iphoneos;
  804. SWIFT_COMPILATION_MODE = wholemodule;
  805. SWIFT_OPTIMIZATION_LEVEL = "-O";
  806. VALIDATE_PRODUCT = YES;
  807. };
  808. name = Release;
  809. };
  810. A7AE0145222E760500F521EA /* Debug */ = {
  811. isa = XCBuildConfiguration;
  812. baseConfigurationReference = 1DD1CA03D797EC66156C1CB4 /* Pods-RainbowPlanet.debug.xcconfig */;
  813. buildSettings = {
  814. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  815. CODE_SIGN_STYLE = Automatic;
  816. FRAMEWORK_SEARCH_PATHS = (
  817. "$(inherited)",
  818. "$(PROJECT_DIR)/RainbowPlanet/Lib/AlipaySDK",
  819. );
  820. INFOPLIST_FILE = RainbowPlanet/Info.plist;
  821. LD_RUNPATH_SEARCH_PATHS = (
  822. "$(inherited)",
  823. "@executable_path/Frameworks",
  824. );
  825. PRODUCT_BUNDLE_IDENTIFIER = com.nanxinlin.RainbowPlanet;
  826. PRODUCT_NAME = "$(TARGET_NAME)";
  827. SWIFT_VERSION = 4.2;
  828. TARGETED_DEVICE_FAMILY = "1,2";
  829. };
  830. name = Debug;
  831. };
  832. A7AE0146222E760500F521EA /* Release */ = {
  833. isa = XCBuildConfiguration;
  834. baseConfigurationReference = 8640BD6BD0F44B0788BBD034 /* Pods-RainbowPlanet.release.xcconfig */;
  835. buildSettings = {
  836. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  837. CODE_SIGN_STYLE = Automatic;
  838. FRAMEWORK_SEARCH_PATHS = (
  839. "$(inherited)",
  840. "$(PROJECT_DIR)/RainbowPlanet/Lib/AlipaySDK",
  841. );
  842. INFOPLIST_FILE = RainbowPlanet/Info.plist;
  843. LD_RUNPATH_SEARCH_PATHS = (
  844. "$(inherited)",
  845. "@executable_path/Frameworks",
  846. );
  847. PRODUCT_BUNDLE_IDENTIFIER = com.nanxinlin.RainbowPlanet;
  848. PRODUCT_NAME = "$(TARGET_NAME)";
  849. SWIFT_VERSION = 4.2;
  850. TARGETED_DEVICE_FAMILY = "1,2";
  851. };
  852. name = Release;
  853. };
  854. A7AE0148222E760500F521EA /* Debug */ = {
  855. isa = XCBuildConfiguration;
  856. buildSettings = {
  857. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  858. BUNDLE_LOADER = "$(TEST_HOST)";
  859. CODE_SIGN_STYLE = Automatic;
  860. INFOPLIST_FILE = RainbowPlanetTests/Info.plist;
  861. LD_RUNPATH_SEARCH_PATHS = (
  862. "$(inherited)",
  863. "@executable_path/Frameworks",
  864. "@loader_path/Frameworks",
  865. );
  866. PRODUCT_BUNDLE_IDENTIFIER = com.nanxinlin.RainbowPlanetTests;
  867. PRODUCT_NAME = "$(TARGET_NAME)";
  868. SWIFT_VERSION = 4.2;
  869. TARGETED_DEVICE_FAMILY = "1,2";
  870. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RainbowPlanet.app/RainbowPlanet";
  871. };
  872. name = Debug;
  873. };
  874. A7AE0149222E760500F521EA /* Release */ = {
  875. isa = XCBuildConfiguration;
  876. buildSettings = {
  877. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  878. BUNDLE_LOADER = "$(TEST_HOST)";
  879. CODE_SIGN_STYLE = Automatic;
  880. INFOPLIST_FILE = RainbowPlanetTests/Info.plist;
  881. LD_RUNPATH_SEARCH_PATHS = (
  882. "$(inherited)",
  883. "@executable_path/Frameworks",
  884. "@loader_path/Frameworks",
  885. );
  886. PRODUCT_BUNDLE_IDENTIFIER = com.nanxinlin.RainbowPlanetTests;
  887. PRODUCT_NAME = "$(TARGET_NAME)";
  888. SWIFT_VERSION = 4.2;
  889. TARGETED_DEVICE_FAMILY = "1,2";
  890. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RainbowPlanet.app/RainbowPlanet";
  891. };
  892. name = Release;
  893. };
  894. A7AE014B222E760500F521EA /* Debug */ = {
  895. isa = XCBuildConfiguration;
  896. buildSettings = {
  897. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  898. CODE_SIGN_STYLE = Automatic;
  899. INFOPLIST_FILE = RainbowPlanetUITests/Info.plist;
  900. LD_RUNPATH_SEARCH_PATHS = (
  901. "$(inherited)",
  902. "@executable_path/Frameworks",
  903. "@loader_path/Frameworks",
  904. );
  905. PRODUCT_BUNDLE_IDENTIFIER = com.nanxinlin.RainbowPlanetUITests;
  906. PRODUCT_NAME = "$(TARGET_NAME)";
  907. SWIFT_VERSION = 4.2;
  908. TARGETED_DEVICE_FAMILY = "1,2";
  909. TEST_TARGET_NAME = RainbowPlanet;
  910. };
  911. name = Debug;
  912. };
  913. A7AE014C222E760500F521EA /* Release */ = {
  914. isa = XCBuildConfiguration;
  915. buildSettings = {
  916. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  917. CODE_SIGN_STYLE = Automatic;
  918. INFOPLIST_FILE = RainbowPlanetUITests/Info.plist;
  919. LD_RUNPATH_SEARCH_PATHS = (
  920. "$(inherited)",
  921. "@executable_path/Frameworks",
  922. "@loader_path/Frameworks",
  923. );
  924. PRODUCT_BUNDLE_IDENTIFIER = com.nanxinlin.RainbowPlanetUITests;
  925. PRODUCT_NAME = "$(TARGET_NAME)";
  926. SWIFT_VERSION = 4.2;
  927. TARGETED_DEVICE_FAMILY = "1,2";
  928. TEST_TARGET_NAME = RainbowPlanet;
  929. };
  930. name = Release;
  931. };
  932. /* End XCBuildConfiguration section */
  933. /* Begin XCConfigurationList section */
  934. A7AE0117222E760400F521EA /* Build configuration list for PBXProject "RainbowPlanet" */ = {
  935. isa = XCConfigurationList;
  936. buildConfigurations = (
  937. A7AE0142222E760500F521EA /* Debug */,
  938. A7AE0143222E760500F521EA /* Release */,
  939. );
  940. defaultConfigurationIsVisible = 0;
  941. defaultConfigurationName = Release;
  942. };
  943. A7AE0144222E760500F521EA /* Build configuration list for PBXNativeTarget "RainbowPlanet" */ = {
  944. isa = XCConfigurationList;
  945. buildConfigurations = (
  946. A7AE0145222E760500F521EA /* Debug */,
  947. A7AE0146222E760500F521EA /* Release */,
  948. );
  949. defaultConfigurationIsVisible = 0;
  950. defaultConfigurationName = Release;
  951. };
  952. A7AE0147222E760500F521EA /* Build configuration list for PBXNativeTarget "RainbowPlanetTests" */ = {
  953. isa = XCConfigurationList;
  954. buildConfigurations = (
  955. A7AE0148222E760500F521EA /* Debug */,
  956. A7AE0149222E760500F521EA /* Release */,
  957. );
  958. defaultConfigurationIsVisible = 0;
  959. defaultConfigurationName = Release;
  960. };
  961. A7AE014A222E760500F521EA /* Build configuration list for PBXNativeTarget "RainbowPlanetUITests" */ = {
  962. isa = XCConfigurationList;
  963. buildConfigurations = (
  964. A7AE014B222E760500F521EA /* Debug */,
  965. A7AE014C222E760500F521EA /* Release */,
  966. );
  967. defaultConfigurationIsVisible = 0;
  968. defaultConfigurationName = Release;
  969. };
  970. /* End XCConfigurationList section */
  971. };
  972. rootObject = A7AE0114222E760400F521EA /* Project object */;
  973. }