project.pbxproj 30 KB

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