project.pbxproj 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 51;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 83495F4824E910200094F0BB /* NetWorkConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83495F4724E910200094F0BB /* NetWorkConfig.swift */; };
  10. 83495F4A24E910640094F0BB /* NetWorkBaseApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83495F4924E910640094F0BB /* NetWorkBaseApi.swift */; };
  11. 83495F4C24E9113A0094F0BB /* NetWorkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83495F4B24E9113A0094F0BB /* NetWorkManager.swift */; };
  12. 834BBA6D248504FE00A2FD16 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834BBA6C248504FE00A2FD16 /* AppDelegate.swift */; };
  13. 834BBA6F248504FE00A2FD16 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834BBA6E248504FE00A2FD16 /* SceneDelegate.swift */; };
  14. 834BBA71248504FE00A2FD16 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834BBA70248504FE00A2FD16 /* ViewController.swift */; };
  15. 834BBA74248504FE00A2FD16 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 834BBA72248504FE00A2FD16 /* Main.storyboard */; };
  16. 834BBA762485050300A2FD16 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 834BBA752485050300A2FD16 /* Assets.xcassets */; };
  17. 834BBA792485050300A2FD16 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 834BBA772485050300A2FD16 /* LaunchScreen.storyboard */; };
  18. 834BBA842485050300A2FD16 /* SolarStationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834BBA832485050300A2FD16 /* SolarStationTests.swift */; };
  19. 834BBA8F2485050300A2FD16 /* SolarStationUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834BBA8E2485050300A2FD16 /* SolarStationUITests.swift */; };
  20. 83F918F224A47EEF00252670 /* SSLoginVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F918EF24A47EEF00252670 /* SSLoginVCtr.swift */; };
  21. 83F918F324A47EEF00252670 /* 1-登录_iphonex@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 83F918F024A47EEF00252670 /* 1-登录_iphonex@3x.png */; };
  22. 83F918F424A47EEF00252670 /* SSLoginVCtr.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83F918F124A47EEF00252670 /* SSLoginVCtr.xib */; };
  23. 83F918F724A480B800252670 /* AppShare.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F918F524A480B800252670 /* AppShare.swift */; };
  24. 83F918F824A480B800252670 /* SolarStationConstant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F918F624A480B800252670 /* SolarStationConstant.swift */; };
  25. C8364E9897ECD831605838E6 /* Pods_SolarStation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E366BFCAA7F428E6F0624CA /* Pods_SolarStation.framework */; };
  26. /* End PBXBuildFile section */
  27. /* Begin PBXContainerItemProxy section */
  28. 834BBA802485050300A2FD16 /* PBXContainerItemProxy */ = {
  29. isa = PBXContainerItemProxy;
  30. containerPortal = 834BBA61248504FE00A2FD16 /* Project object */;
  31. proxyType = 1;
  32. remoteGlobalIDString = 834BBA68248504FE00A2FD16;
  33. remoteInfo = SolarStation;
  34. };
  35. 834BBA8B2485050300A2FD16 /* PBXContainerItemProxy */ = {
  36. isa = PBXContainerItemProxy;
  37. containerPortal = 834BBA61248504FE00A2FD16 /* Project object */;
  38. proxyType = 1;
  39. remoteGlobalIDString = 834BBA68248504FE00A2FD16;
  40. remoteInfo = SolarStation;
  41. };
  42. /* End PBXContainerItemProxy section */
  43. /* Begin PBXFileReference section */
  44. 4E366BFCAA7F428E6F0624CA /* Pods_SolarStation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SolarStation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  45. 83495F4724E910200094F0BB /* NetWorkConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetWorkConfig.swift; sourceTree = "<group>"; };
  46. 83495F4924E910640094F0BB /* NetWorkBaseApi.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetWorkBaseApi.swift; sourceTree = "<group>"; };
  47. 83495F4B24E9113A0094F0BB /* NetWorkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetWorkManager.swift; sourceTree = "<group>"; };
  48. 834BBA69248504FE00A2FD16 /* SolarStation.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SolarStation.app; sourceTree = BUILT_PRODUCTS_DIR; };
  49. 834BBA6C248504FE00A2FD16 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  50. 834BBA6E248504FE00A2FD16 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  51. 834BBA70248504FE00A2FD16 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  52. 834BBA73248504FE00A2FD16 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  53. 834BBA752485050300A2FD16 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  54. 834BBA782485050300A2FD16 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  55. 834BBA7A2485050300A2FD16 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  56. 834BBA7F2485050300A2FD16 /* SolarStationTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SolarStationTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  57. 834BBA832485050300A2FD16 /* SolarStationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SolarStationTests.swift; sourceTree = "<group>"; };
  58. 834BBA852485050300A2FD16 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  59. 834BBA8A2485050300A2FD16 /* SolarStationUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SolarStationUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  60. 834BBA8E2485050300A2FD16 /* SolarStationUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SolarStationUITests.swift; sourceTree = "<group>"; };
  61. 834BBA902485050300A2FD16 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  62. 83F918EF24A47EEF00252670 /* SSLoginVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSLoginVCtr.swift; sourceTree = "<group>"; };
  63. 83F918F024A47EEF00252670 /* 1-登录_iphonex@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "1-登录_iphonex@3x.png"; sourceTree = "<group>"; };
  64. 83F918F124A47EEF00252670 /* SSLoginVCtr.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SSLoginVCtr.xib; sourceTree = "<group>"; };
  65. 83F918F524A480B800252670 /* AppShare.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppShare.swift; sourceTree = "<group>"; };
  66. 83F918F624A480B800252670 /* SolarStationConstant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SolarStationConstant.swift; sourceTree = "<group>"; };
  67. 90EC1514F6247AAE9248EA34 /* Pods-SolarStation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SolarStation.release.xcconfig"; path = "Target Support Files/Pods-SolarStation/Pods-SolarStation.release.xcconfig"; sourceTree = "<group>"; };
  68. BA618B71F03A100218CB9823 /* Pods-SolarStation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SolarStation.debug.xcconfig"; path = "Target Support Files/Pods-SolarStation/Pods-SolarStation.debug.xcconfig"; sourceTree = "<group>"; };
  69. /* End PBXFileReference section */
  70. /* Begin PBXFrameworksBuildPhase section */
  71. 834BBA66248504FE00A2FD16 /* Frameworks */ = {
  72. isa = PBXFrameworksBuildPhase;
  73. buildActionMask = 2147483647;
  74. files = (
  75. C8364E9897ECD831605838E6 /* Pods_SolarStation.framework in Frameworks */,
  76. );
  77. runOnlyForDeploymentPostprocessing = 0;
  78. };
  79. 834BBA7C2485050300A2FD16 /* Frameworks */ = {
  80. isa = PBXFrameworksBuildPhase;
  81. buildActionMask = 2147483647;
  82. files = (
  83. );
  84. runOnlyForDeploymentPostprocessing = 0;
  85. };
  86. 834BBA872485050300A2FD16 /* Frameworks */ = {
  87. isa = PBXFrameworksBuildPhase;
  88. buildActionMask = 2147483647;
  89. files = (
  90. );
  91. runOnlyForDeploymentPostprocessing = 0;
  92. };
  93. /* End PBXFrameworksBuildPhase section */
  94. /* Begin PBXGroup section */
  95. 02D9AEA0E73257088FF7AEF2 /* Frameworks */ = {
  96. isa = PBXGroup;
  97. children = (
  98. 4E366BFCAA7F428E6F0624CA /* Pods_SolarStation.framework */,
  99. );
  100. name = Frameworks;
  101. sourceTree = "<group>";
  102. };
  103. 834BBA60248504FE00A2FD16 = {
  104. isa = PBXGroup;
  105. children = (
  106. 834BBA6B248504FE00A2FD16 /* SolarStation */,
  107. 834BBA822485050300A2FD16 /* SolarStationTests */,
  108. 834BBA8D2485050300A2FD16 /* SolarStationUITests */,
  109. 834BBA6A248504FE00A2FD16 /* Products */,
  110. 93ACAF408DDFCE4628C6FBA3 /* Pods */,
  111. 02D9AEA0E73257088FF7AEF2 /* Frameworks */,
  112. );
  113. sourceTree = "<group>";
  114. };
  115. 834BBA6A248504FE00A2FD16 /* Products */ = {
  116. isa = PBXGroup;
  117. children = (
  118. 834BBA69248504FE00A2FD16 /* SolarStation.app */,
  119. 834BBA7F2485050300A2FD16 /* SolarStationTests.xctest */,
  120. 834BBA8A2485050300A2FD16 /* SolarStationUITests.xctest */,
  121. );
  122. name = Products;
  123. sourceTree = "<group>";
  124. };
  125. 834BBA6B248504FE00A2FD16 /* SolarStation */ = {
  126. isa = PBXGroup;
  127. children = (
  128. 83F918DC24A33C0D00252670 /* Main */,
  129. 834C8BE624960F320088B9DB /* Global */,
  130. 834C8BE524960F130088B9DB /* SoportFile */,
  131. );
  132. path = SolarStation;
  133. sourceTree = "<group>";
  134. };
  135. 834BBA822485050300A2FD16 /* SolarStationTests */ = {
  136. isa = PBXGroup;
  137. children = (
  138. 834BBA832485050300A2FD16 /* SolarStationTests.swift */,
  139. 834BBA852485050300A2FD16 /* Info.plist */,
  140. );
  141. path = SolarStationTests;
  142. sourceTree = "<group>";
  143. };
  144. 834BBA8D2485050300A2FD16 /* SolarStationUITests */ = {
  145. isa = PBXGroup;
  146. children = (
  147. 834BBA8E2485050300A2FD16 /* SolarStationUITests.swift */,
  148. 834BBA902485050300A2FD16 /* Info.plist */,
  149. );
  150. path = SolarStationUITests;
  151. sourceTree = "<group>";
  152. };
  153. 834C8BE524960F130088B9DB /* SoportFile */ = {
  154. isa = PBXGroup;
  155. children = (
  156. 834BBA6C248504FE00A2FD16 /* AppDelegate.swift */,
  157. 834BBA6E248504FE00A2FD16 /* SceneDelegate.swift */,
  158. 834BBA70248504FE00A2FD16 /* ViewController.swift */,
  159. 834BBA72248504FE00A2FD16 /* Main.storyboard */,
  160. 834BBA752485050300A2FD16 /* Assets.xcassets */,
  161. 834BBA772485050300A2FD16 /* LaunchScreen.storyboard */,
  162. 834BBA7A2485050300A2FD16 /* Info.plist */,
  163. );
  164. name = SoportFile;
  165. sourceTree = "<group>";
  166. };
  167. 834C8BE624960F320088B9DB /* Global */ = {
  168. isa = PBXGroup;
  169. children = (
  170. 83F918F524A480B800252670 /* AppShare.swift */,
  171. 83F918F624A480B800252670 /* SolarStationConstant.swift */,
  172. 834C8BE724960F3E0088B9DB /* Network */,
  173. );
  174. name = Global;
  175. sourceTree = "<group>";
  176. };
  177. 834C8BE724960F3E0088B9DB /* Network */ = {
  178. isa = PBXGroup;
  179. children = (
  180. 83495F4724E910200094F0BB /* NetWorkConfig.swift */,
  181. 83495F4924E910640094F0BB /* NetWorkBaseApi.swift */,
  182. 83495F4B24E9113A0094F0BB /* NetWorkManager.swift */,
  183. );
  184. name = Network;
  185. sourceTree = "<group>";
  186. };
  187. 83F918DC24A33C0D00252670 /* Main */ = {
  188. isa = PBXGroup;
  189. children = (
  190. 83F918EE24A47EAA00252670 /* Report */,
  191. 83F918EC24A47E9C00252670 /* Account */,
  192. 83F918EB24A47E9600252670 /* Project */,
  193. 83F918EA24A47E8C00252670 /* Home */,
  194. 83F918E924A47E6400252670 /* Login */,
  195. );
  196. name = Main;
  197. sourceTree = "<group>";
  198. };
  199. 83F918E924A47E6400252670 /* Login */ = {
  200. isa = PBXGroup;
  201. children = (
  202. 83F918F024A47EEF00252670 /* 1-登录_iphonex@3x.png */,
  203. 83F918EF24A47EEF00252670 /* SSLoginVCtr.swift */,
  204. 83F918F124A47EEF00252670 /* SSLoginVCtr.xib */,
  205. );
  206. name = Login;
  207. sourceTree = "<group>";
  208. };
  209. 83F918EA24A47E8C00252670 /* Home */ = {
  210. isa = PBXGroup;
  211. children = (
  212. );
  213. name = Home;
  214. sourceTree = "<group>";
  215. };
  216. 83F918EB24A47E9600252670 /* Project */ = {
  217. isa = PBXGroup;
  218. children = (
  219. );
  220. name = Project;
  221. sourceTree = "<group>";
  222. };
  223. 83F918EC24A47E9C00252670 /* Account */ = {
  224. isa = PBXGroup;
  225. children = (
  226. );
  227. name = Account;
  228. sourceTree = "<group>";
  229. };
  230. 83F918EE24A47EAA00252670 /* Report */ = {
  231. isa = PBXGroup;
  232. children = (
  233. );
  234. name = Report;
  235. sourceTree = "<group>";
  236. };
  237. 93ACAF408DDFCE4628C6FBA3 /* Pods */ = {
  238. isa = PBXGroup;
  239. children = (
  240. BA618B71F03A100218CB9823 /* Pods-SolarStation.debug.xcconfig */,
  241. 90EC1514F6247AAE9248EA34 /* Pods-SolarStation.release.xcconfig */,
  242. );
  243. path = Pods;
  244. sourceTree = "<group>";
  245. };
  246. /* End PBXGroup section */
  247. /* Begin PBXNativeTarget section */
  248. 834BBA68248504FE00A2FD16 /* SolarStation */ = {
  249. isa = PBXNativeTarget;
  250. buildConfigurationList = 834BBA932485050300A2FD16 /* Build configuration list for PBXNativeTarget "SolarStation" */;
  251. buildPhases = (
  252. F35E5B7E316524549827272B /* [CP] Check Pods Manifest.lock */,
  253. 834BBA65248504FE00A2FD16 /* Sources */,
  254. 834BBA66248504FE00A2FD16 /* Frameworks */,
  255. 834BBA67248504FE00A2FD16 /* Resources */,
  256. C1BE0AFB3BA947E58F4C528F /* [CP] Embed Pods Frameworks */,
  257. );
  258. buildRules = (
  259. );
  260. dependencies = (
  261. );
  262. name = SolarStation;
  263. productName = SolarStation;
  264. productReference = 834BBA69248504FE00A2FD16 /* SolarStation.app */;
  265. productType = "com.apple.product-type.application";
  266. };
  267. 834BBA7E2485050300A2FD16 /* SolarStationTests */ = {
  268. isa = PBXNativeTarget;
  269. buildConfigurationList = 834BBA962485050300A2FD16 /* Build configuration list for PBXNativeTarget "SolarStationTests" */;
  270. buildPhases = (
  271. 834BBA7B2485050300A2FD16 /* Sources */,
  272. 834BBA7C2485050300A2FD16 /* Frameworks */,
  273. 834BBA7D2485050300A2FD16 /* Resources */,
  274. );
  275. buildRules = (
  276. );
  277. dependencies = (
  278. 834BBA812485050300A2FD16 /* PBXTargetDependency */,
  279. );
  280. name = SolarStationTests;
  281. productName = SolarStationTests;
  282. productReference = 834BBA7F2485050300A2FD16 /* SolarStationTests.xctest */;
  283. productType = "com.apple.product-type.bundle.unit-test";
  284. };
  285. 834BBA892485050300A2FD16 /* SolarStationUITests */ = {
  286. isa = PBXNativeTarget;
  287. buildConfigurationList = 834BBA992485050300A2FD16 /* Build configuration list for PBXNativeTarget "SolarStationUITests" */;
  288. buildPhases = (
  289. 834BBA862485050300A2FD16 /* Sources */,
  290. 834BBA872485050300A2FD16 /* Frameworks */,
  291. 834BBA882485050300A2FD16 /* Resources */,
  292. );
  293. buildRules = (
  294. );
  295. dependencies = (
  296. 834BBA8C2485050300A2FD16 /* PBXTargetDependency */,
  297. );
  298. name = SolarStationUITests;
  299. productName = SolarStationUITests;
  300. productReference = 834BBA8A2485050300A2FD16 /* SolarStationUITests.xctest */;
  301. productType = "com.apple.product-type.bundle.ui-testing";
  302. };
  303. /* End PBXNativeTarget section */
  304. /* Begin PBXProject section */
  305. 834BBA61248504FE00A2FD16 /* Project object */ = {
  306. isa = PBXProject;
  307. attributes = {
  308. LastSwiftUpdateCheck = 1150;
  309. LastUpgradeCheck = 1150;
  310. ORGANIZATIONNAME = weclouds;
  311. TargetAttributes = {
  312. 834BBA68248504FE00A2FD16 = {
  313. CreatedOnToolsVersion = 11.5;
  314. };
  315. 834BBA7E2485050300A2FD16 = {
  316. CreatedOnToolsVersion = 11.5;
  317. TestTargetID = 834BBA68248504FE00A2FD16;
  318. };
  319. 834BBA892485050300A2FD16 = {
  320. CreatedOnToolsVersion = 11.5;
  321. TestTargetID = 834BBA68248504FE00A2FD16;
  322. };
  323. };
  324. };
  325. buildConfigurationList = 834BBA64248504FE00A2FD16 /* Build configuration list for PBXProject "SolarStation" */;
  326. compatibilityVersion = "Xcode 9.3";
  327. developmentRegion = en;
  328. hasScannedForEncodings = 0;
  329. knownRegions = (
  330. en,
  331. Base,
  332. );
  333. mainGroup = 834BBA60248504FE00A2FD16;
  334. productRefGroup = 834BBA6A248504FE00A2FD16 /* Products */;
  335. projectDirPath = "";
  336. projectRoot = "";
  337. targets = (
  338. 834BBA68248504FE00A2FD16 /* SolarStation */,
  339. 834BBA7E2485050300A2FD16 /* SolarStationTests */,
  340. 834BBA892485050300A2FD16 /* SolarStationUITests */,
  341. );
  342. };
  343. /* End PBXProject section */
  344. /* Begin PBXResourcesBuildPhase section */
  345. 834BBA67248504FE00A2FD16 /* Resources */ = {
  346. isa = PBXResourcesBuildPhase;
  347. buildActionMask = 2147483647;
  348. files = (
  349. 834BBA792485050300A2FD16 /* LaunchScreen.storyboard in Resources */,
  350. 83F918F324A47EEF00252670 /* 1-登录_iphonex@3x.png in Resources */,
  351. 834BBA762485050300A2FD16 /* Assets.xcassets in Resources */,
  352. 83F918F424A47EEF00252670 /* SSLoginVCtr.xib in Resources */,
  353. 834BBA74248504FE00A2FD16 /* Main.storyboard in Resources */,
  354. );
  355. runOnlyForDeploymentPostprocessing = 0;
  356. };
  357. 834BBA7D2485050300A2FD16 /* Resources */ = {
  358. isa = PBXResourcesBuildPhase;
  359. buildActionMask = 2147483647;
  360. files = (
  361. );
  362. runOnlyForDeploymentPostprocessing = 0;
  363. };
  364. 834BBA882485050300A2FD16 /* Resources */ = {
  365. isa = PBXResourcesBuildPhase;
  366. buildActionMask = 2147483647;
  367. files = (
  368. );
  369. runOnlyForDeploymentPostprocessing = 0;
  370. };
  371. /* End PBXResourcesBuildPhase section */
  372. /* Begin PBXShellScriptBuildPhase section */
  373. C1BE0AFB3BA947E58F4C528F /* [CP] Embed Pods Frameworks */ = {
  374. isa = PBXShellScriptBuildPhase;
  375. buildActionMask = 2147483647;
  376. files = (
  377. );
  378. inputFileListPaths = (
  379. "${PODS_ROOT}/Target Support Files/Pods-SolarStation/Pods-SolarStation-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  380. );
  381. name = "[CP] Embed Pods Frameworks";
  382. outputFileListPaths = (
  383. "${PODS_ROOT}/Target Support Files/Pods-SolarStation/Pods-SolarStation-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  384. );
  385. runOnlyForDeploymentPostprocessing = 0;
  386. shellPath = /bin/sh;
  387. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SolarStation/Pods-SolarStation-frameworks.sh\"\n";
  388. showEnvVarsInLog = 0;
  389. };
  390. F35E5B7E316524549827272B /* [CP] Check Pods Manifest.lock */ = {
  391. isa = PBXShellScriptBuildPhase;
  392. buildActionMask = 2147483647;
  393. files = (
  394. );
  395. inputFileListPaths = (
  396. );
  397. inputPaths = (
  398. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  399. "${PODS_ROOT}/Manifest.lock",
  400. );
  401. name = "[CP] Check Pods Manifest.lock";
  402. outputFileListPaths = (
  403. );
  404. outputPaths = (
  405. "$(DERIVED_FILE_DIR)/Pods-SolarStation-checkManifestLockResult.txt",
  406. );
  407. runOnlyForDeploymentPostprocessing = 0;
  408. shellPath = /bin/sh;
  409. 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";
  410. showEnvVarsInLog = 0;
  411. };
  412. /* End PBXShellScriptBuildPhase section */
  413. /* Begin PBXSourcesBuildPhase section */
  414. 834BBA65248504FE00A2FD16 /* Sources */ = {
  415. isa = PBXSourcesBuildPhase;
  416. buildActionMask = 2147483647;
  417. files = (
  418. 834BBA71248504FE00A2FD16 /* ViewController.swift in Sources */,
  419. 83F918F824A480B800252670 /* SolarStationConstant.swift in Sources */,
  420. 83F918F224A47EEF00252670 /* SSLoginVCtr.swift in Sources */,
  421. 83495F4824E910200094F0BB /* NetWorkConfig.swift in Sources */,
  422. 83F918F724A480B800252670 /* AppShare.swift in Sources */,
  423. 83495F4C24E9113A0094F0BB /* NetWorkManager.swift in Sources */,
  424. 834BBA6D248504FE00A2FD16 /* AppDelegate.swift in Sources */,
  425. 83495F4A24E910640094F0BB /* NetWorkBaseApi.swift in Sources */,
  426. 834BBA6F248504FE00A2FD16 /* SceneDelegate.swift in Sources */,
  427. );
  428. runOnlyForDeploymentPostprocessing = 0;
  429. };
  430. 834BBA7B2485050300A2FD16 /* Sources */ = {
  431. isa = PBXSourcesBuildPhase;
  432. buildActionMask = 2147483647;
  433. files = (
  434. 834BBA842485050300A2FD16 /* SolarStationTests.swift in Sources */,
  435. );
  436. runOnlyForDeploymentPostprocessing = 0;
  437. };
  438. 834BBA862485050300A2FD16 /* Sources */ = {
  439. isa = PBXSourcesBuildPhase;
  440. buildActionMask = 2147483647;
  441. files = (
  442. 834BBA8F2485050300A2FD16 /* SolarStationUITests.swift in Sources */,
  443. );
  444. runOnlyForDeploymentPostprocessing = 0;
  445. };
  446. /* End PBXSourcesBuildPhase section */
  447. /* Begin PBXTargetDependency section */
  448. 834BBA812485050300A2FD16 /* PBXTargetDependency */ = {
  449. isa = PBXTargetDependency;
  450. target = 834BBA68248504FE00A2FD16 /* SolarStation */;
  451. targetProxy = 834BBA802485050300A2FD16 /* PBXContainerItemProxy */;
  452. };
  453. 834BBA8C2485050300A2FD16 /* PBXTargetDependency */ = {
  454. isa = PBXTargetDependency;
  455. target = 834BBA68248504FE00A2FD16 /* SolarStation */;
  456. targetProxy = 834BBA8B2485050300A2FD16 /* PBXContainerItemProxy */;
  457. };
  458. /* End PBXTargetDependency section */
  459. /* Begin PBXVariantGroup section */
  460. 834BBA72248504FE00A2FD16 /* Main.storyboard */ = {
  461. isa = PBXVariantGroup;
  462. children = (
  463. 834BBA73248504FE00A2FD16 /* Base */,
  464. );
  465. name = Main.storyboard;
  466. sourceTree = "<group>";
  467. };
  468. 834BBA772485050300A2FD16 /* LaunchScreen.storyboard */ = {
  469. isa = PBXVariantGroup;
  470. children = (
  471. 834BBA782485050300A2FD16 /* Base */,
  472. );
  473. name = LaunchScreen.storyboard;
  474. sourceTree = "<group>";
  475. };
  476. /* End PBXVariantGroup section */
  477. /* Begin XCBuildConfiguration section */
  478. 834BBA912485050300A2FD16 /* Debug */ = {
  479. isa = XCBuildConfiguration;
  480. buildSettings = {
  481. ALWAYS_SEARCH_USER_PATHS = NO;
  482. CLANG_ANALYZER_NONNULL = YES;
  483. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  484. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  485. CLANG_CXX_LIBRARY = "libc++";
  486. CLANG_ENABLE_MODULES = YES;
  487. CLANG_ENABLE_OBJC_ARC = YES;
  488. CLANG_ENABLE_OBJC_WEAK = YES;
  489. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  490. CLANG_WARN_BOOL_CONVERSION = YES;
  491. CLANG_WARN_COMMA = YES;
  492. CLANG_WARN_CONSTANT_CONVERSION = YES;
  493. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  494. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  495. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  496. CLANG_WARN_EMPTY_BODY = YES;
  497. CLANG_WARN_ENUM_CONVERSION = YES;
  498. CLANG_WARN_INFINITE_RECURSION = YES;
  499. CLANG_WARN_INT_CONVERSION = YES;
  500. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  501. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  502. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  503. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  504. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  505. CLANG_WARN_STRICT_PROTOTYPES = YES;
  506. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  507. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  508. CLANG_WARN_UNREACHABLE_CODE = YES;
  509. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  510. COPY_PHASE_STRIP = NO;
  511. DEBUG_INFORMATION_FORMAT = dwarf;
  512. ENABLE_STRICT_OBJC_MSGSEND = YES;
  513. ENABLE_TESTABILITY = YES;
  514. GCC_C_LANGUAGE_STANDARD = gnu11;
  515. GCC_DYNAMIC_NO_PIC = NO;
  516. GCC_NO_COMMON_BLOCKS = YES;
  517. GCC_OPTIMIZATION_LEVEL = 0;
  518. GCC_PREPROCESSOR_DEFINITIONS = (
  519. "DEBUG=1",
  520. "$(inherited)",
  521. );
  522. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  523. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  524. GCC_WARN_UNDECLARED_SELECTOR = YES;
  525. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  526. GCC_WARN_UNUSED_FUNCTION = YES;
  527. GCC_WARN_UNUSED_VARIABLE = YES;
  528. IPHONEOS_DEPLOYMENT_TARGET = 13.5;
  529. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  530. MTL_FAST_MATH = YES;
  531. ONLY_ACTIVE_ARCH = YES;
  532. SDKROOT = iphoneos;
  533. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  534. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  535. };
  536. name = Debug;
  537. };
  538. 834BBA922485050300A2FD16 /* Release */ = {
  539. isa = XCBuildConfiguration;
  540. buildSettings = {
  541. ALWAYS_SEARCH_USER_PATHS = NO;
  542. CLANG_ANALYZER_NONNULL = YES;
  543. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  544. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  545. CLANG_CXX_LIBRARY = "libc++";
  546. CLANG_ENABLE_MODULES = YES;
  547. CLANG_ENABLE_OBJC_ARC = YES;
  548. CLANG_ENABLE_OBJC_WEAK = YES;
  549. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  550. CLANG_WARN_BOOL_CONVERSION = YES;
  551. CLANG_WARN_COMMA = YES;
  552. CLANG_WARN_CONSTANT_CONVERSION = YES;
  553. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  554. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  555. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  556. CLANG_WARN_EMPTY_BODY = YES;
  557. CLANG_WARN_ENUM_CONVERSION = YES;
  558. CLANG_WARN_INFINITE_RECURSION = YES;
  559. CLANG_WARN_INT_CONVERSION = YES;
  560. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  561. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  562. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  563. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  564. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  565. CLANG_WARN_STRICT_PROTOTYPES = YES;
  566. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  567. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  568. CLANG_WARN_UNREACHABLE_CODE = YES;
  569. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  570. COPY_PHASE_STRIP = NO;
  571. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  572. ENABLE_NS_ASSERTIONS = NO;
  573. ENABLE_STRICT_OBJC_MSGSEND = YES;
  574. GCC_C_LANGUAGE_STANDARD = gnu11;
  575. GCC_NO_COMMON_BLOCKS = YES;
  576. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  577. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  578. GCC_WARN_UNDECLARED_SELECTOR = YES;
  579. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  580. GCC_WARN_UNUSED_FUNCTION = YES;
  581. GCC_WARN_UNUSED_VARIABLE = YES;
  582. IPHONEOS_DEPLOYMENT_TARGET = 13.5;
  583. MTL_ENABLE_DEBUG_INFO = NO;
  584. MTL_FAST_MATH = YES;
  585. SDKROOT = iphoneos;
  586. SWIFT_COMPILATION_MODE = wholemodule;
  587. SWIFT_OPTIMIZATION_LEVEL = "-O";
  588. VALIDATE_PRODUCT = YES;
  589. };
  590. name = Release;
  591. };
  592. 834BBA942485050300A2FD16 /* Debug */ = {
  593. isa = XCBuildConfiguration;
  594. baseConfigurationReference = BA618B71F03A100218CB9823 /* Pods-SolarStation.debug.xcconfig */;
  595. buildSettings = {
  596. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  597. CODE_SIGN_STYLE = Automatic;
  598. DEVELOPMENT_TEAM = Z2JRYT74ST;
  599. INFOPLIST_FILE = SolarStation/Info.plist;
  600. LD_RUNPATH_SEARCH_PATHS = (
  601. "$(inherited)",
  602. "@executable_path/Frameworks",
  603. );
  604. PRODUCT_BUNDLE_IDENTIFIER = com.weclouds.SolarStation;
  605. PRODUCT_NAME = "$(TARGET_NAME)";
  606. SWIFT_VERSION = 5.0;
  607. TARGETED_DEVICE_FAMILY = "1,2";
  608. };
  609. name = Debug;
  610. };
  611. 834BBA952485050300A2FD16 /* Release */ = {
  612. isa = XCBuildConfiguration;
  613. baseConfigurationReference = 90EC1514F6247AAE9248EA34 /* Pods-SolarStation.release.xcconfig */;
  614. buildSettings = {
  615. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  616. CODE_SIGN_STYLE = Automatic;
  617. DEVELOPMENT_TEAM = Z2JRYT74ST;
  618. INFOPLIST_FILE = SolarStation/Info.plist;
  619. LD_RUNPATH_SEARCH_PATHS = (
  620. "$(inherited)",
  621. "@executable_path/Frameworks",
  622. );
  623. PRODUCT_BUNDLE_IDENTIFIER = com.weclouds.SolarStation;
  624. PRODUCT_NAME = "$(TARGET_NAME)";
  625. SWIFT_VERSION = 5.0;
  626. TARGETED_DEVICE_FAMILY = "1,2";
  627. };
  628. name = Release;
  629. };
  630. 834BBA972485050300A2FD16 /* Debug */ = {
  631. isa = XCBuildConfiguration;
  632. buildSettings = {
  633. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  634. BUNDLE_LOADER = "$(TEST_HOST)";
  635. CODE_SIGN_STYLE = Automatic;
  636. DEVELOPMENT_TEAM = Z2JRYT74ST;
  637. INFOPLIST_FILE = SolarStationTests/Info.plist;
  638. IPHONEOS_DEPLOYMENT_TARGET = 13.5;
  639. LD_RUNPATH_SEARCH_PATHS = (
  640. "$(inherited)",
  641. "@executable_path/Frameworks",
  642. "@loader_path/Frameworks",
  643. );
  644. PRODUCT_BUNDLE_IDENTIFIER = com.weclouds.SolarStationTests;
  645. PRODUCT_NAME = "$(TARGET_NAME)";
  646. SWIFT_VERSION = 5.0;
  647. TARGETED_DEVICE_FAMILY = "1,2";
  648. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SolarStation.app/SolarStation";
  649. };
  650. name = Debug;
  651. };
  652. 834BBA982485050300A2FD16 /* Release */ = {
  653. isa = XCBuildConfiguration;
  654. buildSettings = {
  655. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  656. BUNDLE_LOADER = "$(TEST_HOST)";
  657. CODE_SIGN_STYLE = Automatic;
  658. DEVELOPMENT_TEAM = Z2JRYT74ST;
  659. INFOPLIST_FILE = SolarStationTests/Info.plist;
  660. IPHONEOS_DEPLOYMENT_TARGET = 13.5;
  661. LD_RUNPATH_SEARCH_PATHS = (
  662. "$(inherited)",
  663. "@executable_path/Frameworks",
  664. "@loader_path/Frameworks",
  665. );
  666. PRODUCT_BUNDLE_IDENTIFIER = com.weclouds.SolarStationTests;
  667. PRODUCT_NAME = "$(TARGET_NAME)";
  668. SWIFT_VERSION = 5.0;
  669. TARGETED_DEVICE_FAMILY = "1,2";
  670. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SolarStation.app/SolarStation";
  671. };
  672. name = Release;
  673. };
  674. 834BBA9A2485050300A2FD16 /* Debug */ = {
  675. isa = XCBuildConfiguration;
  676. buildSettings = {
  677. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  678. CODE_SIGN_STYLE = Automatic;
  679. DEVELOPMENT_TEAM = Z2JRYT74ST;
  680. INFOPLIST_FILE = SolarStationUITests/Info.plist;
  681. LD_RUNPATH_SEARCH_PATHS = (
  682. "$(inherited)",
  683. "@executable_path/Frameworks",
  684. "@loader_path/Frameworks",
  685. );
  686. PRODUCT_BUNDLE_IDENTIFIER = com.weclouds.SolarStationUITests;
  687. PRODUCT_NAME = "$(TARGET_NAME)";
  688. SWIFT_VERSION = 5.0;
  689. TARGETED_DEVICE_FAMILY = "1,2";
  690. TEST_TARGET_NAME = SolarStation;
  691. };
  692. name = Debug;
  693. };
  694. 834BBA9B2485050300A2FD16 /* Release */ = {
  695. isa = XCBuildConfiguration;
  696. buildSettings = {
  697. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  698. CODE_SIGN_STYLE = Automatic;
  699. DEVELOPMENT_TEAM = Z2JRYT74ST;
  700. INFOPLIST_FILE = SolarStationUITests/Info.plist;
  701. LD_RUNPATH_SEARCH_PATHS = (
  702. "$(inherited)",
  703. "@executable_path/Frameworks",
  704. "@loader_path/Frameworks",
  705. );
  706. PRODUCT_BUNDLE_IDENTIFIER = com.weclouds.SolarStationUITests;
  707. PRODUCT_NAME = "$(TARGET_NAME)";
  708. SWIFT_VERSION = 5.0;
  709. TARGETED_DEVICE_FAMILY = "1,2";
  710. TEST_TARGET_NAME = SolarStation;
  711. };
  712. name = Release;
  713. };
  714. /* End XCBuildConfiguration section */
  715. /* Begin XCConfigurationList section */
  716. 834BBA64248504FE00A2FD16 /* Build configuration list for PBXProject "SolarStation" */ = {
  717. isa = XCConfigurationList;
  718. buildConfigurations = (
  719. 834BBA912485050300A2FD16 /* Debug */,
  720. 834BBA922485050300A2FD16 /* Release */,
  721. );
  722. defaultConfigurationIsVisible = 0;
  723. defaultConfigurationName = Release;
  724. };
  725. 834BBA932485050300A2FD16 /* Build configuration list for PBXNativeTarget "SolarStation" */ = {
  726. isa = XCConfigurationList;
  727. buildConfigurations = (
  728. 834BBA942485050300A2FD16 /* Debug */,
  729. 834BBA952485050300A2FD16 /* Release */,
  730. );
  731. defaultConfigurationIsVisible = 0;
  732. defaultConfigurationName = Release;
  733. };
  734. 834BBA962485050300A2FD16 /* Build configuration list for PBXNativeTarget "SolarStationTests" */ = {
  735. isa = XCConfigurationList;
  736. buildConfigurations = (
  737. 834BBA972485050300A2FD16 /* Debug */,
  738. 834BBA982485050300A2FD16 /* Release */,
  739. );
  740. defaultConfigurationIsVisible = 0;
  741. defaultConfigurationName = Release;
  742. };
  743. 834BBA992485050300A2FD16 /* Build configuration list for PBXNativeTarget "SolarStationUITests" */ = {
  744. isa = XCConfigurationList;
  745. buildConfigurations = (
  746. 834BBA9A2485050300A2FD16 /* Debug */,
  747. 834BBA9B2485050300A2FD16 /* Release */,
  748. );
  749. defaultConfigurationIsVisible = 0;
  750. defaultConfigurationName = Release;
  751. };
  752. /* End XCConfigurationList section */
  753. };
  754. rootObject = 834BBA61248504FE00A2FD16 /* Project object */;
  755. }