project.pbxproj 79 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 51;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 8347D44524F2024F00E10E49 /* SSLoginDataEngine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D44424F2024F00E10E49 /* SSLoginDataEngine.swift */; };
  10. 8347D45624F2136C00E10E49 /* LoginApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D44724F2136C00E10E49 /* LoginApi.swift */; };
  11. 8347D45724F2136C00E10E49 /* ProviderSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D44824F2136C00E10E49 /* ProviderSupport.swift */; };
  12. 8347D45824F2136C00E10E49 /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D44924F2136C00E10E49 /* HttpRequest.swift */; };
  13. 8347D45924F2136C00E10E49 /* ProjectApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D44A24F2136C00E10E49 /* ProjectApi.swift */; };
  14. 8347D45A24F2136C00E10E49 /* AlarmApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D44B24F2136C00E10E49 /* AlarmApi.swift */; };
  15. 8347D45B24F2136C00E10E49 /* ProjectApiModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D44D24F2136C00E10E49 /* ProjectApiModel.swift */; };
  16. 8347D45C24F2136C00E10E49 /* LoginApiModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D44E24F2136C00E10E49 /* LoginApiModel.swift */; };
  17. 8347D45D24F2136C00E10E49 /* HomeApiModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D44F24F2136C00E10E49 /* HomeApiModel.swift */; };
  18. 8347D45E24F2136C00E10E49 /* AlarmApiModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D45024F2136C00E10E49 /* AlarmApiModel.swift */; };
  19. 8347D45F24F2136C00E10E49 /* DeviceApiModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D45124F2136C00E10E49 /* DeviceApiModel.swift */; };
  20. 8347D46024F2136C00E10E49 /* StationApiModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D45224F2136C00E10E49 /* StationApiModel.swift */; };
  21. 8347D46124F2136C00E10E49 /* HomeApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D45324F2136C00E10E49 /* HomeApi.swift */; };
  22. 8347D46224F2136C00E10E49 /* DeviceApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D45424F2136C00E10E49 /* DeviceApi.swift */; };
  23. 8347D46324F2136C00E10E49 /* StationApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D45524F2136C00E10E49 /* StationApi.swift */; };
  24. 8347D46C24F258F800E10E49 /* MainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D46A24F258F800E10E49 /* MainViewController.swift */; };
  25. 8347D46D24F258F800E10E49 /* RootNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D46B24F258F800E10E49 /* RootNavigationController.swift */; };
  26. 8347D47324F2591000E10E49 /* SSAccountVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D46F24F2591000E10E49 /* SSAccountVCtr.swift */; };
  27. 8347D47424F2591000E10E49 /* SSAccoutCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8347D47124F2591000E10E49 /* SSAccoutCell.xib */; };
  28. 8347D47524F2591000E10E49 /* SSAccoutCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D47224F2591000E10E49 /* SSAccoutCell.swift */; };
  29. 8347D48D24F2591A00E10E49 /* SSHomeVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D47724F2591A00E10E49 /* SSHomeVCtr.swift */; };
  30. 8347D48E24F2591A00E10E49 /* SSMapVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D47824F2591A00E10E49 /* SSMapVCtr.swift */; };
  31. 8347D48F24F2591A00E10E49 /* SSStationSearchVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D47924F2591A00E10E49 /* SSStationSearchVCtr.swift */; };
  32. 8347D49024F2591A00E10E49 /* SKSearchController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D47A24F2591A00E10E49 /* SKSearchController.swift */; };
  33. 8347D49124F2591A00E10E49 /* SKSearchEventsCenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D47B24F2591A00E10E49 /* SKSearchEventsCenter.swift */; };
  34. 8347D49224F2591A00E10E49 /* SSSearchResultVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D47C24F2591A00E10E49 /* SSSearchResultVCtr.swift */; };
  35. 8347D49324F2591A00E10E49 /* 88-下.png in Resources */ = {isa = PBXBuildFile; fileRef = 8347D47E24F2591A00E10E49 /* 88-下.png */; };
  36. 8347D49424F2591A00E10E49 /* SSSearchCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D47F24F2591A00E10E49 /* SSSearchCell.swift */; };
  37. 8347D49524F2591A00E10E49 /* SSElectricty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D48024F2591A00E10E49 /* SSElectricty.swift */; };
  38. 8347D49624F2591A00E10E49 /* SSCalloutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D48224F2591A00E10E49 /* SSCalloutView.swift */; };
  39. 8347D49724F2591A00E10E49 /* BubbleLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8347D48324F2591A00E10E49 /* BubbleLayer.m */; };
  40. 8347D49824F2591A00E10E49 /* SSAnnotationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D48424F2591A00E10E49 /* SSAnnotationView.swift */; };
  41. 8347D49924F2591A00E10E49 /* SSStationMapCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D48624F2591A00E10E49 /* SSStationMapCell.swift */; };
  42. 8347D49A24F2591A00E10E49 /* SSBubbleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D48724F2591A00E10E49 /* SSBubbleView.swift */; };
  43. 8347D49B24F2591A00E10E49 /* SSMapVCtr.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8347D48824F2591A00E10E49 /* SSMapVCtr.xib */; };
  44. 8347D49C24F2591A00E10E49 /* RectangleAnnotationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D48A24F2591A00E10E49 /* RectangleAnnotationView.swift */; };
  45. 8347D49D24F2591A00E10E49 /* SSHomeItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D48B24F2591A00E10E49 /* SSHomeItem.swift */; };
  46. 8347D49E24F2591A00E10E49 /* SSHomeVCtr.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8347D48C24F2591A00E10E49 /* SSHomeVCtr.xib */; };
  47. 8347D4D624F2593F00E10E49 /* SSStationMessageTabView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4A024F2593E00E10E49 /* SSStationMessageTabView.swift */; };
  48. 8347D4D724F2593F00E10E49 /* SSStationHeaderCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4A124F2593E00E10E49 /* SSStationHeaderCell.swift */; };
  49. 8347D4D824F2593F00E10E49 /* SSStationListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4A224F2593E00E10E49 /* SSStationListView.swift */; };
  50. 8347D4D924F2593F00E10E49 /* SSStationListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4A324F2593E00E10E49 /* SSStationListCell.swift */; };
  51. 8347D4DA24F2593F00E10E49 /* SSRefreshPopView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4A424F2593E00E10E49 /* SSRefreshPopView.swift */; };
  52. 8347D4DB24F2593F00E10E49 /* SSProjectVCtr.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8347D4A524F2593E00E10E49 /* SSProjectVCtr.xib */; };
  53. 8347D4DC24F2593F00E10E49 /* SSCurveChartsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4A624F2593E00E10E49 /* SSCurveChartsView.swift */; };
  54. 8347D4DD24F2593F00E10E49 /* SSAddNewProjectCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4A724F2593E00E10E49 /* SSAddNewProjectCell.swift */; };
  55. 8347D4DE24F2593F00E10E49 /* SSStationChartsCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4A924F2593E00E10E49 /* SSStationChartsCell.swift */; };
  56. 8347D4DF24F2593F00E10E49 /* XYMarkerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4AA24F2593E00E10E49 /* XYMarkerView.swift */; };
  57. 8347D4E024F2593F00E10E49 /* BalloonMarker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4AB24F2593E00E10E49 /* BalloonMarker.swift */; };
  58. 8347D4E124F2593F00E10E49 /* SSBatteryCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4AC24F2593E00E10E49 /* SSBatteryCell.swift */; };
  59. 8347D4E224F2593F00E10E49 /* SSEquipmentParamterCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4AD24F2593E00E10E49 /* SSEquipmentParamterCell.swift */; };
  60. 8347D4E324F2593F00E10E49 /* SSSolarPanelCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4AE24F2593E00E10E49 /* SSSolarPanelCell.swift */; };
  61. 8347D4E424F2593F00E10E49 /* RadarMarkerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4AF24F2593E00E10E49 /* RadarMarkerView.swift */; };
  62. 8347D4E524F2593F00E10E49 /* SSEquipmentCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4B024F2593E00E10E49 /* SSEquipmentCell.swift */; };
  63. 8347D4E624F2593F00E10E49 /* SSDataDetialCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4B124F2593E00E10E49 /* SSDataDetialCell.swift */; };
  64. 8347D4E724F2593F00E10E49 /* SSLoadCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4B224F2593E00E10E49 /* SSLoadCell.swift */; };
  65. 8347D4E824F2593F00E10E49 /* SSsDataViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4B324F2593E00E10E49 /* SSsDataViewCell.swift */; };
  66. 8347D4E924F2593F00E10E49 /* SSEquipmentInfoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4B424F2593E00E10E49 /* SSEquipmentInfoCell.swift */; };
  67. 8347D4EA24F2593F00E10E49 /* AddressRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4B524F2593E00E10E49 /* AddressRow.swift */; };
  68. 8347D4EB24F2593F00E10E49 /* SSAddNewProjectVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4B724F2593E00E10E49 /* SSAddNewProjectVCtr.swift */; };
  69. 8347D4EC24F2593F00E10E49 /* SSAddNewStionVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4B924F2593E00E10E49 /* SSAddNewStionVCtr.swift */; };
  70. 8347D4ED24F2593F00E10E49 /* SSBatteryInfoVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4BC24F2593E00E10E49 /* SSBatteryInfoVCtr.swift */; };
  71. 8347D4EE24F2593F00E10E49 /* SSBaseInfoVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4BD24F2593E00E10E49 /* SSBaseInfoVCtr.swift */; };
  72. 8347D4EF24F2593F00E10E49 /* SSLoadInfoVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4BE24F2593E00E10E49 /* SSLoadInfoVCtr.swift */; };
  73. 8347D4F024F2593F00E10E49 /* SSBaseStaionInfoVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4BF24F2593E00E10E49 /* SSBaseStaionInfoVCtr.swift */; };
  74. 8347D4F124F2593F00E10E49 /* SSBatteryPanelVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4C024F2593E00E10E49 /* SSBatteryPanelVCtr.swift */; };
  75. 8347D4F224F2593F00E10E49 /* SSGeoInfoVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4C124F2593E00E10E49 /* SSGeoInfoVCtr.swift */; };
  76. 8347D4F324F2593F00E10E49 /* SSSurveyVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4C224F2593E00E10E49 /* SSSurveyVCtr.swift */; };
  77. 8347D4F424F2593F00E10E49 /* SSStationVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4C324F2593E00E10E49 /* SSStationVCtr.swift */; };
  78. 8347D4F524F2593F00E10E49 /* SSStationInfoVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4C424F2593E00E10E49 /* SSStationInfoVCtr.swift */; };
  79. 8347D4F624F2593F00E10E49 /* SSSeeDetailVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4C624F2593E00E10E49 /* SSSeeDetailVCtr.swift */; };
  80. 8347D4F724F2593F00E10E49 /* SSAddEquiqmentVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4C724F2593E00E10E49 /* SSAddEquiqmentVCtr.swift */; };
  81. 8347D4F824F2593F00E10E49 /* SSEquipInfoVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4C924F2593E00E10E49 /* SSEquipInfoVCtr.swift */; };
  82. 8347D4F924F2593F00E10E49 /* SSCurveVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4CA24F2593E00E10E49 /* SSCurveVCtr.swift */; };
  83. 8347D4FA24F2593F00E10E49 /* SSInverterSetVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4CC24F2593E00E10E49 /* SSInverterSetVCtr.swift */; };
  84. 8347D4FB24F2593F00E10E49 /* SSLoadParamSetVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4CD24F2593E00E10E49 /* SSLoadParamSetVCtr.swift */; };
  85. 8347D4FC24F2593F00E10E49 /* SSDeviceBatterySetVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4CE24F2593E00E10E49 /* SSDeviceBatterySetVCtr.swift */; };
  86. 8347D4FD24F2593F00E10E49 /* SSMonitoringVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4CF24F2593E00E10E49 /* SSMonitoringVCtr.swift */; };
  87. 8347D4FE24F2593F00E10E49 /* SSParamSettingVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4D024F2593E00E10E49 /* SSParamSettingVCtr.swift */; };
  88. 8347D4FF24F2593F00E10E49 /* SSDataDetailVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4D124F2593E00E10E49 /* SSDataDetailVCtr.swift */; };
  89. 8347D50024F2593F00E10E49 /* SSEquipmentVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4D224F2593E00E10E49 /* SSEquipmentVCtr.swift */; };
  90. 8347D50124F2593F00E10E49 /* SSResfreshTimeVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4D324F2593E00E10E49 /* SSResfreshTimeVCtr.swift */; };
  91. 8347D50224F2593F00E10E49 /* SSProjectVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4D424F2593E00E10E49 /* SSProjectVCtr.swift */; };
  92. 8347D50324F2593F00E10E49 /* SSPickerVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D4D524F2593E00E10E49 /* SSPickerVCtr.swift */; };
  93. 8347D51124F2595200E10E49 /* LeftTitleButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D50424F2595100E10E49 /* LeftTitleButton.swift */; };
  94. 8347D51224F2595200E10E49 /* SSAlarmCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D50524F2595100E10E49 /* SSAlarmCell.swift */; };
  95. 8347D51324F2595200E10E49 /* SSReportVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D50624F2595100E10E49 /* SSReportVCtr.swift */; };
  96. 8347D51424F2595200E10E49 /* SSPickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D50724F2595200E10E49 /* SSPickerView.swift */; };
  97. 8347D51524F2595200E10E49 /* KKWPickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D50824F2595200E10E49 /* KKWPickerView.swift */; };
  98. 8347D51624F2595200E10E49 /* SSAlarmHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D50924F2595200E10E49 /* SSAlarmHeader.swift */; };
  99. 8347D51724F2595200E10E49 /* SSReportVCtr.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8347D50A24F2595200E10E49 /* SSReportVCtr.xib */; };
  100. 8347D51824F2595200E10E49 /* SwiftPopup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D50D24F2595200E10E49 /* SwiftPopup.swift */; };
  101. 8347D51924F2595200E10E49 /* SwiftPopupPresentationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D50E24F2595200E10E49 /* SwiftPopupPresentationController.swift */; };
  102. 8347D51A24F2595200E10E49 /* SwiftPopupAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D50F24F2595200E10E49 /* SwiftPopupAnimation.swift */; };
  103. 8347D51B24F2595200E10E49 /* TranslucentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8347D51024F2595200E10E49 /* TranslucentView.swift */; };
  104. 83495F4824E910200094F0BB /* NetWorkConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83495F4724E910200094F0BB /* NetWorkConfig.swift */; };
  105. 83495F4A24E910640094F0BB /* NetWorkBaseApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83495F4924E910640094F0BB /* NetWorkBaseApi.swift */; };
  106. 83495F4C24E9113A0094F0BB /* NetWorkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83495F4B24E9113A0094F0BB /* NetWorkManager.swift */; };
  107. 834BBA6D248504FE00A2FD16 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834BBA6C248504FE00A2FD16 /* AppDelegate.swift */; };
  108. 834BBA6F248504FE00A2FD16 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834BBA6E248504FE00A2FD16 /* SceneDelegate.swift */; };
  109. 834BBA71248504FE00A2FD16 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834BBA70248504FE00A2FD16 /* ViewController.swift */; };
  110. 834BBA74248504FE00A2FD16 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 834BBA72248504FE00A2FD16 /* Main.storyboard */; };
  111. 834BBA762485050300A2FD16 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 834BBA752485050300A2FD16 /* Assets.xcassets */; };
  112. 834BBA792485050300A2FD16 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 834BBA772485050300A2FD16 /* LaunchScreen.storyboard */; };
  113. 834BBA842485050300A2FD16 /* SolarStationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834BBA832485050300A2FD16 /* SolarStationTests.swift */; };
  114. 834BBA8F2485050300A2FD16 /* SolarStationUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834BBA8E2485050300A2FD16 /* SolarStationUITests.swift */; };
  115. 83F918F224A47EEF00252670 /* SSLoginVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F918EF24A47EEF00252670 /* SSLoginVCtr.swift */; };
  116. 83F918F324A47EEF00252670 /* 1-登录_iphonex@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 83F918F024A47EEF00252670 /* 1-登录_iphonex@3x.png */; };
  117. 83F918F424A47EEF00252670 /* SSLoginVCtr.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83F918F124A47EEF00252670 /* SSLoginVCtr.xib */; };
  118. 83F918F724A480B800252670 /* AppShare.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F918F524A480B800252670 /* AppShare.swift */; };
  119. 83F918F824A480B800252670 /* SolarStationConstant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F918F624A480B800252670 /* SolarStationConstant.swift */; };
  120. C8364E9897ECD831605838E6 /* Pods_SolarStation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E366BFCAA7F428E6F0624CA /* Pods_SolarStation.framework */; };
  121. /* End PBXBuildFile section */
  122. /* Begin PBXContainerItemProxy section */
  123. 834BBA802485050300A2FD16 /* PBXContainerItemProxy */ = {
  124. isa = PBXContainerItemProxy;
  125. containerPortal = 834BBA61248504FE00A2FD16 /* Project object */;
  126. proxyType = 1;
  127. remoteGlobalIDString = 834BBA68248504FE00A2FD16;
  128. remoteInfo = SolarStation;
  129. };
  130. 834BBA8B2485050300A2FD16 /* PBXContainerItemProxy */ = {
  131. isa = PBXContainerItemProxy;
  132. containerPortal = 834BBA61248504FE00A2FD16 /* Project object */;
  133. proxyType = 1;
  134. remoteGlobalIDString = 834BBA68248504FE00A2FD16;
  135. remoteInfo = SolarStation;
  136. };
  137. /* End PBXContainerItemProxy section */
  138. /* Begin PBXFileReference section */
  139. 4E366BFCAA7F428E6F0624CA /* Pods_SolarStation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SolarStation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  140. 8347D44424F2024F00E10E49 /* SSLoginDataEngine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLoginDataEngine.swift; sourceTree = "<group>"; };
  141. 8347D44724F2136C00E10E49 /* LoginApi.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoginApi.swift; sourceTree = "<group>"; };
  142. 8347D44824F2136C00E10E49 /* ProviderSupport.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProviderSupport.swift; sourceTree = "<group>"; };
  143. 8347D44924F2136C00E10E49 /* HttpRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpRequest.swift; sourceTree = "<group>"; };
  144. 8347D44A24F2136C00E10E49 /* ProjectApi.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProjectApi.swift; sourceTree = "<group>"; };
  145. 8347D44B24F2136C00E10E49 /* AlarmApi.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AlarmApi.swift; sourceTree = "<group>"; };
  146. 8347D44D24F2136C00E10E49 /* ProjectApiModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProjectApiModel.swift; sourceTree = "<group>"; };
  147. 8347D44E24F2136C00E10E49 /* LoginApiModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoginApiModel.swift; sourceTree = "<group>"; };
  148. 8347D44F24F2136C00E10E49 /* HomeApiModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeApiModel.swift; sourceTree = "<group>"; };
  149. 8347D45024F2136C00E10E49 /* AlarmApiModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AlarmApiModel.swift; sourceTree = "<group>"; };
  150. 8347D45124F2136C00E10E49 /* DeviceApiModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DeviceApiModel.swift; sourceTree = "<group>"; };
  151. 8347D45224F2136C00E10E49 /* StationApiModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StationApiModel.swift; sourceTree = "<group>"; };
  152. 8347D45324F2136C00E10E49 /* HomeApi.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeApi.swift; sourceTree = "<group>"; };
  153. 8347D45424F2136C00E10E49 /* DeviceApi.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DeviceApi.swift; sourceTree = "<group>"; };
  154. 8347D45524F2136C00E10E49 /* StationApi.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StationApi.swift; sourceTree = "<group>"; };
  155. 8347D46A24F258F800E10E49 /* MainViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainViewController.swift; sourceTree = "<group>"; };
  156. 8347D46B24F258F800E10E49 /* RootNavigationController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RootNavigationController.swift; sourceTree = "<group>"; };
  157. 8347D46F24F2591000E10E49 /* SSAccountVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSAccountVCtr.swift; sourceTree = "<group>"; };
  158. 8347D47124F2591000E10E49 /* SSAccoutCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SSAccoutCell.xib; sourceTree = "<group>"; };
  159. 8347D47224F2591000E10E49 /* SSAccoutCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSAccoutCell.swift; sourceTree = "<group>"; };
  160. 8347D47724F2591A00E10E49 /* SSHomeVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSHomeVCtr.swift; sourceTree = "<group>"; };
  161. 8347D47824F2591A00E10E49 /* SSMapVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSMapVCtr.swift; sourceTree = "<group>"; };
  162. 8347D47924F2591A00E10E49 /* SSStationSearchVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSStationSearchVCtr.swift; sourceTree = "<group>"; };
  163. 8347D47A24F2591A00E10E49 /* SKSearchController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKSearchController.swift; sourceTree = "<group>"; };
  164. 8347D47B24F2591A00E10E49 /* SKSearchEventsCenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKSearchEventsCenter.swift; sourceTree = "<group>"; };
  165. 8347D47C24F2591A00E10E49 /* SSSearchResultVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSSearchResultVCtr.swift; sourceTree = "<group>"; };
  166. 8347D47E24F2591A00E10E49 /* 88-下.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "88-下.png"; sourceTree = "<group>"; };
  167. 8347D47F24F2591A00E10E49 /* SSSearchCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSSearchCell.swift; sourceTree = "<group>"; };
  168. 8347D48024F2591A00E10E49 /* SSElectricty.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSElectricty.swift; sourceTree = "<group>"; };
  169. 8347D48224F2591A00E10E49 /* SSCalloutView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSCalloutView.swift; sourceTree = "<group>"; };
  170. 8347D48324F2591A00E10E49 /* BubbleLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BubbleLayer.m; sourceTree = "<group>"; };
  171. 8347D48424F2591A00E10E49 /* SSAnnotationView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSAnnotationView.swift; sourceTree = "<group>"; };
  172. 8347D48524F2591A00E10E49 /* BubbleLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BubbleLayer.h; sourceTree = "<group>"; };
  173. 8347D48624F2591A00E10E49 /* SSStationMapCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSStationMapCell.swift; sourceTree = "<group>"; };
  174. 8347D48724F2591A00E10E49 /* SSBubbleView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSBubbleView.swift; sourceTree = "<group>"; };
  175. 8347D48824F2591A00E10E49 /* SSMapVCtr.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SSMapVCtr.xib; sourceTree = "<group>"; };
  176. 8347D48A24F2591A00E10E49 /* RectangleAnnotationView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RectangleAnnotationView.swift; sourceTree = "<group>"; };
  177. 8347D48B24F2591A00E10E49 /* SSHomeItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSHomeItem.swift; sourceTree = "<group>"; };
  178. 8347D48C24F2591A00E10E49 /* SSHomeVCtr.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SSHomeVCtr.xib; sourceTree = "<group>"; };
  179. 8347D4A024F2593E00E10E49 /* SSStationMessageTabView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSStationMessageTabView.swift; sourceTree = "<group>"; };
  180. 8347D4A124F2593E00E10E49 /* SSStationHeaderCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSStationHeaderCell.swift; sourceTree = "<group>"; };
  181. 8347D4A224F2593E00E10E49 /* SSStationListView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSStationListView.swift; sourceTree = "<group>"; };
  182. 8347D4A324F2593E00E10E49 /* SSStationListCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSStationListCell.swift; sourceTree = "<group>"; };
  183. 8347D4A424F2593E00E10E49 /* SSRefreshPopView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSRefreshPopView.swift; sourceTree = "<group>"; };
  184. 8347D4A524F2593E00E10E49 /* SSProjectVCtr.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SSProjectVCtr.xib; sourceTree = "<group>"; };
  185. 8347D4A624F2593E00E10E49 /* SSCurveChartsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSCurveChartsView.swift; sourceTree = "<group>"; };
  186. 8347D4A724F2593E00E10E49 /* SSAddNewProjectCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSAddNewProjectCell.swift; sourceTree = "<group>"; };
  187. 8347D4A924F2593E00E10E49 /* SSStationChartsCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSStationChartsCell.swift; sourceTree = "<group>"; };
  188. 8347D4AA24F2593E00E10E49 /* XYMarkerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = XYMarkerView.swift; sourceTree = "<group>"; };
  189. 8347D4AB24F2593E00E10E49 /* BalloonMarker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BalloonMarker.swift; sourceTree = "<group>"; };
  190. 8347D4AC24F2593E00E10E49 /* SSBatteryCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSBatteryCell.swift; sourceTree = "<group>"; };
  191. 8347D4AD24F2593E00E10E49 /* SSEquipmentParamterCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSEquipmentParamterCell.swift; sourceTree = "<group>"; };
  192. 8347D4AE24F2593E00E10E49 /* SSSolarPanelCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSSolarPanelCell.swift; sourceTree = "<group>"; };
  193. 8347D4AF24F2593E00E10E49 /* RadarMarkerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RadarMarkerView.swift; sourceTree = "<group>"; };
  194. 8347D4B024F2593E00E10E49 /* SSEquipmentCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSEquipmentCell.swift; sourceTree = "<group>"; };
  195. 8347D4B124F2593E00E10E49 /* SSDataDetialCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSDataDetialCell.swift; sourceTree = "<group>"; };
  196. 8347D4B224F2593E00E10E49 /* SSLoadCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSLoadCell.swift; sourceTree = "<group>"; };
  197. 8347D4B324F2593E00E10E49 /* SSsDataViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSsDataViewCell.swift; sourceTree = "<group>"; };
  198. 8347D4B424F2593E00E10E49 /* SSEquipmentInfoCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSEquipmentInfoCell.swift; sourceTree = "<group>"; };
  199. 8347D4B524F2593E00E10E49 /* AddressRow.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AddressRow.swift; sourceTree = "<group>"; };
  200. 8347D4B724F2593E00E10E49 /* SSAddNewProjectVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSAddNewProjectVCtr.swift; sourceTree = "<group>"; };
  201. 8347D4B924F2593E00E10E49 /* SSAddNewStionVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSAddNewStionVCtr.swift; sourceTree = "<group>"; };
  202. 8347D4BC24F2593E00E10E49 /* SSBatteryInfoVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSBatteryInfoVCtr.swift; sourceTree = "<group>"; };
  203. 8347D4BD24F2593E00E10E49 /* SSBaseInfoVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSBaseInfoVCtr.swift; sourceTree = "<group>"; };
  204. 8347D4BE24F2593E00E10E49 /* SSLoadInfoVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSLoadInfoVCtr.swift; sourceTree = "<group>"; };
  205. 8347D4BF24F2593E00E10E49 /* SSBaseStaionInfoVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSBaseStaionInfoVCtr.swift; sourceTree = "<group>"; };
  206. 8347D4C024F2593E00E10E49 /* SSBatteryPanelVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSBatteryPanelVCtr.swift; sourceTree = "<group>"; };
  207. 8347D4C124F2593E00E10E49 /* SSGeoInfoVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSGeoInfoVCtr.swift; sourceTree = "<group>"; };
  208. 8347D4C224F2593E00E10E49 /* SSSurveyVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSSurveyVCtr.swift; sourceTree = "<group>"; };
  209. 8347D4C324F2593E00E10E49 /* SSStationVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSStationVCtr.swift; sourceTree = "<group>"; };
  210. 8347D4C424F2593E00E10E49 /* SSStationInfoVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSStationInfoVCtr.swift; sourceTree = "<group>"; };
  211. 8347D4C624F2593E00E10E49 /* SSSeeDetailVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSSeeDetailVCtr.swift; sourceTree = "<group>"; };
  212. 8347D4C724F2593E00E10E49 /* SSAddEquiqmentVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSAddEquiqmentVCtr.swift; sourceTree = "<group>"; };
  213. 8347D4C924F2593E00E10E49 /* SSEquipInfoVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSEquipInfoVCtr.swift; sourceTree = "<group>"; };
  214. 8347D4CA24F2593E00E10E49 /* SSCurveVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSCurveVCtr.swift; sourceTree = "<group>"; };
  215. 8347D4CC24F2593E00E10E49 /* SSInverterSetVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSInverterSetVCtr.swift; sourceTree = "<group>"; };
  216. 8347D4CD24F2593E00E10E49 /* SSLoadParamSetVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSLoadParamSetVCtr.swift; sourceTree = "<group>"; };
  217. 8347D4CE24F2593E00E10E49 /* SSDeviceBatterySetVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSDeviceBatterySetVCtr.swift; sourceTree = "<group>"; };
  218. 8347D4CF24F2593E00E10E49 /* SSMonitoringVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSMonitoringVCtr.swift; sourceTree = "<group>"; };
  219. 8347D4D024F2593E00E10E49 /* SSParamSettingVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSParamSettingVCtr.swift; sourceTree = "<group>"; };
  220. 8347D4D124F2593E00E10E49 /* SSDataDetailVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSDataDetailVCtr.swift; sourceTree = "<group>"; };
  221. 8347D4D224F2593E00E10E49 /* SSEquipmentVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSEquipmentVCtr.swift; sourceTree = "<group>"; };
  222. 8347D4D324F2593E00E10E49 /* SSResfreshTimeVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSResfreshTimeVCtr.swift; sourceTree = "<group>"; };
  223. 8347D4D424F2593E00E10E49 /* SSProjectVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSProjectVCtr.swift; sourceTree = "<group>"; };
  224. 8347D4D524F2593E00E10E49 /* SSPickerVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSPickerVCtr.swift; sourceTree = "<group>"; };
  225. 8347D50424F2595100E10E49 /* LeftTitleButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LeftTitleButton.swift; sourceTree = "<group>"; };
  226. 8347D50524F2595100E10E49 /* SSAlarmCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSAlarmCell.swift; sourceTree = "<group>"; };
  227. 8347D50624F2595100E10E49 /* SSReportVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSReportVCtr.swift; sourceTree = "<group>"; };
  228. 8347D50724F2595200E10E49 /* SSPickerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSPickerView.swift; sourceTree = "<group>"; };
  229. 8347D50824F2595200E10E49 /* KKWPickerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KKWPickerView.swift; sourceTree = "<group>"; };
  230. 8347D50924F2595200E10E49 /* SSAlarmHeader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSAlarmHeader.swift; sourceTree = "<group>"; };
  231. 8347D50A24F2595200E10E49 /* SSReportVCtr.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SSReportVCtr.xib; sourceTree = "<group>"; };
  232. 8347D50D24F2595200E10E49 /* SwiftPopup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftPopup.swift; sourceTree = "<group>"; };
  233. 8347D50E24F2595200E10E49 /* SwiftPopupPresentationController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftPopupPresentationController.swift; sourceTree = "<group>"; };
  234. 8347D50F24F2595200E10E49 /* SwiftPopupAnimation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftPopupAnimation.swift; sourceTree = "<group>"; };
  235. 8347D51024F2595200E10E49 /* TranslucentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TranslucentView.swift; sourceTree = "<group>"; };
  236. 83495F4724E910200094F0BB /* NetWorkConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetWorkConfig.swift; sourceTree = "<group>"; };
  237. 83495F4924E910640094F0BB /* NetWorkBaseApi.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetWorkBaseApi.swift; sourceTree = "<group>"; };
  238. 83495F4B24E9113A0094F0BB /* NetWorkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetWorkManager.swift; sourceTree = "<group>"; };
  239. 834BBA69248504FE00A2FD16 /* SolarStation.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SolarStation.app; sourceTree = BUILT_PRODUCTS_DIR; };
  240. 834BBA6C248504FE00A2FD16 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  241. 834BBA6E248504FE00A2FD16 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  242. 834BBA70248504FE00A2FD16 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  243. 834BBA73248504FE00A2FD16 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  244. 834BBA752485050300A2FD16 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  245. 834BBA782485050300A2FD16 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  246. 834BBA7A2485050300A2FD16 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  247. 834BBA7F2485050300A2FD16 /* SolarStationTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SolarStationTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  248. 834BBA832485050300A2FD16 /* SolarStationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SolarStationTests.swift; sourceTree = "<group>"; };
  249. 834BBA852485050300A2FD16 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  250. 834BBA8A2485050300A2FD16 /* SolarStationUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SolarStationUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  251. 834BBA8E2485050300A2FD16 /* SolarStationUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SolarStationUITests.swift; sourceTree = "<group>"; };
  252. 834BBA902485050300A2FD16 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  253. 83F918EF24A47EEF00252670 /* SSLoginVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSLoginVCtr.swift; sourceTree = "<group>"; };
  254. 83F918F024A47EEF00252670 /* 1-登录_iphonex@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "1-登录_iphonex@3x.png"; sourceTree = "<group>"; };
  255. 83F918F124A47EEF00252670 /* SSLoginVCtr.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SSLoginVCtr.xib; sourceTree = "<group>"; };
  256. 83F918F524A480B800252670 /* AppShare.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppShare.swift; sourceTree = "<group>"; };
  257. 83F918F624A480B800252670 /* SolarStationConstant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SolarStationConstant.swift; sourceTree = "<group>"; };
  258. 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>"; };
  259. 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>"; };
  260. /* End PBXFileReference section */
  261. /* Begin PBXFrameworksBuildPhase section */
  262. 834BBA66248504FE00A2FD16 /* Frameworks */ = {
  263. isa = PBXFrameworksBuildPhase;
  264. buildActionMask = 2147483647;
  265. files = (
  266. C8364E9897ECD831605838E6 /* Pods_SolarStation.framework in Frameworks */,
  267. );
  268. runOnlyForDeploymentPostprocessing = 0;
  269. };
  270. 834BBA7C2485050300A2FD16 /* Frameworks */ = {
  271. isa = PBXFrameworksBuildPhase;
  272. buildActionMask = 2147483647;
  273. files = (
  274. );
  275. runOnlyForDeploymentPostprocessing = 0;
  276. };
  277. 834BBA872485050300A2FD16 /* Frameworks */ = {
  278. isa = PBXFrameworksBuildPhase;
  279. buildActionMask = 2147483647;
  280. files = (
  281. );
  282. runOnlyForDeploymentPostprocessing = 0;
  283. };
  284. /* End PBXFrameworksBuildPhase section */
  285. /* Begin PBXGroup section */
  286. 02D9AEA0E73257088FF7AEF2 /* Frameworks */ = {
  287. isa = PBXGroup;
  288. children = (
  289. 4E366BFCAA7F428E6F0624CA /* Pods_SolarStation.framework */,
  290. );
  291. name = Frameworks;
  292. sourceTree = "<group>";
  293. };
  294. 8347D44624F2136C00E10E49 /* moya */ = {
  295. isa = PBXGroup;
  296. children = (
  297. 8347D44724F2136C00E10E49 /* LoginApi.swift */,
  298. 8347D44824F2136C00E10E49 /* ProviderSupport.swift */,
  299. 8347D44924F2136C00E10E49 /* HttpRequest.swift */,
  300. 8347D44A24F2136C00E10E49 /* ProjectApi.swift */,
  301. 8347D44B24F2136C00E10E49 /* AlarmApi.swift */,
  302. 8347D44C24F2136C00E10E49 /* model */,
  303. 8347D45324F2136C00E10E49 /* HomeApi.swift */,
  304. 8347D45424F2136C00E10E49 /* DeviceApi.swift */,
  305. 8347D45524F2136C00E10E49 /* StationApi.swift */,
  306. );
  307. path = moya;
  308. sourceTree = "<group>";
  309. };
  310. 8347D44C24F2136C00E10E49 /* model */ = {
  311. isa = PBXGroup;
  312. children = (
  313. 8347D44D24F2136C00E10E49 /* ProjectApiModel.swift */,
  314. 8347D44E24F2136C00E10E49 /* LoginApiModel.swift */,
  315. 8347D44F24F2136C00E10E49 /* HomeApiModel.swift */,
  316. 8347D45024F2136C00E10E49 /* AlarmApiModel.swift */,
  317. 8347D45124F2136C00E10E49 /* DeviceApiModel.swift */,
  318. 8347D45224F2136C00E10E49 /* StationApiModel.swift */,
  319. );
  320. path = model;
  321. sourceTree = "<group>";
  322. };
  323. 8347D46E24F2591000E10E49 /* Controller */ = {
  324. isa = PBXGroup;
  325. children = (
  326. 8347D46F24F2591000E10E49 /* SSAccountVCtr.swift */,
  327. );
  328. path = Controller;
  329. sourceTree = "<group>";
  330. };
  331. 8347D47024F2591000E10E49 /* View */ = {
  332. isa = PBXGroup;
  333. children = (
  334. 8347D47124F2591000E10E49 /* SSAccoutCell.xib */,
  335. 8347D47224F2591000E10E49 /* SSAccoutCell.swift */,
  336. );
  337. path = View;
  338. sourceTree = "<group>";
  339. };
  340. 8347D47624F2591A00E10E49 /* controller */ = {
  341. isa = PBXGroup;
  342. children = (
  343. 8347D47724F2591A00E10E49 /* SSHomeVCtr.swift */,
  344. 8347D47824F2591A00E10E49 /* SSMapVCtr.swift */,
  345. 8347D47924F2591A00E10E49 /* SSStationSearchVCtr.swift */,
  346. 8347D47A24F2591A00E10E49 /* SKSearchController.swift */,
  347. 8347D47B24F2591A00E10E49 /* SKSearchEventsCenter.swift */,
  348. 8347D47C24F2591A00E10E49 /* SSSearchResultVCtr.swift */,
  349. );
  350. name = controller;
  351. path = "../../桌面 - weclouds的MacBook Pro/桌面/Solar_Station_Project/SolarStationSwift/SolarStationSwift/Classes/Main/Home/controller";
  352. sourceTree = "<group>";
  353. };
  354. 8347D47D24F2591A00E10E49 /* view */ = {
  355. isa = PBXGroup;
  356. children = (
  357. 8347D47E24F2591A00E10E49 /* 88-下.png */,
  358. 8347D47F24F2591A00E10E49 /* SSSearchCell.swift */,
  359. 8347D48024F2591A00E10E49 /* SSElectricty.swift */,
  360. 8347D48124F2591A00E10E49 /* Map */,
  361. 8347D48624F2591A00E10E49 /* SSStationMapCell.swift */,
  362. 8347D48724F2591A00E10E49 /* SSBubbleView.swift */,
  363. 8347D48824F2591A00E10E49 /* SSMapVCtr.xib */,
  364. 8347D48924F2591A00E10E49 /* customMap */,
  365. 8347D48B24F2591A00E10E49 /* SSHomeItem.swift */,
  366. 8347D48C24F2591A00E10E49 /* SSHomeVCtr.xib */,
  367. );
  368. name = view;
  369. path = "../../桌面 - weclouds的MacBook Pro/桌面/Solar_Station_Project/SolarStationSwift/SolarStationSwift/Classes/Main/Home/view";
  370. sourceTree = "<group>";
  371. };
  372. 8347D48124F2591A00E10E49 /* Map */ = {
  373. isa = PBXGroup;
  374. children = (
  375. 8347D48224F2591A00E10E49 /* SSCalloutView.swift */,
  376. 8347D48324F2591A00E10E49 /* BubbleLayer.m */,
  377. 8347D48424F2591A00E10E49 /* SSAnnotationView.swift */,
  378. 8347D48524F2591A00E10E49 /* BubbleLayer.h */,
  379. );
  380. path = Map;
  381. sourceTree = "<group>";
  382. };
  383. 8347D48924F2591A00E10E49 /* customMap */ = {
  384. isa = PBXGroup;
  385. children = (
  386. 8347D48A24F2591A00E10E49 /* RectangleAnnotationView.swift */,
  387. );
  388. path = customMap;
  389. sourceTree = "<group>";
  390. };
  391. 8347D49F24F2593E00E10E49 /* view */ = {
  392. isa = PBXGroup;
  393. children = (
  394. 8347D4A024F2593E00E10E49 /* SSStationMessageTabView.swift */,
  395. 8347D4A124F2593E00E10E49 /* SSStationHeaderCell.swift */,
  396. 8347D4A224F2593E00E10E49 /* SSStationListView.swift */,
  397. 8347D4A324F2593E00E10E49 /* SSStationListCell.swift */,
  398. 8347D4A424F2593E00E10E49 /* SSRefreshPopView.swift */,
  399. 8347D4A524F2593E00E10E49 /* SSProjectVCtr.xib */,
  400. 8347D4A624F2593E00E10E49 /* SSCurveChartsView.swift */,
  401. 8347D4A724F2593E00E10E49 /* SSAddNewProjectCell.swift */,
  402. 8347D4A824F2593E00E10E49 /* StationMessageCell */,
  403. 8347D4B524F2593E00E10E49 /* AddressRow.swift */,
  404. );
  405. name = view;
  406. path = "../../桌面 - weclouds的MacBook Pro/桌面/Solar_Station_Project/SolarStationSwift/SolarStationSwift/Classes/Main/Project/view";
  407. sourceTree = "<group>";
  408. };
  409. 8347D4A824F2593E00E10E49 /* StationMessageCell */ = {
  410. isa = PBXGroup;
  411. children = (
  412. 8347D4A924F2593E00E10E49 /* SSStationChartsCell.swift */,
  413. 8347D4AA24F2593E00E10E49 /* XYMarkerView.swift */,
  414. 8347D4AB24F2593E00E10E49 /* BalloonMarker.swift */,
  415. 8347D4AC24F2593E00E10E49 /* SSBatteryCell.swift */,
  416. 8347D4AD24F2593E00E10E49 /* SSEquipmentParamterCell.swift */,
  417. 8347D4AE24F2593E00E10E49 /* SSSolarPanelCell.swift */,
  418. 8347D4AF24F2593E00E10E49 /* RadarMarkerView.swift */,
  419. 8347D4B024F2593E00E10E49 /* SSEquipmentCell.swift */,
  420. 8347D4B124F2593E00E10E49 /* SSDataDetialCell.swift */,
  421. 8347D4B224F2593E00E10E49 /* SSLoadCell.swift */,
  422. 8347D4B324F2593E00E10E49 /* SSsDataViewCell.swift */,
  423. 8347D4B424F2593E00E10E49 /* SSEquipmentInfoCell.swift */,
  424. );
  425. path = StationMessageCell;
  426. sourceTree = "<group>";
  427. };
  428. 8347D4B624F2593E00E10E49 /* controller */ = {
  429. isa = PBXGroup;
  430. children = (
  431. 8347D4B724F2593E00E10E49 /* SSAddNewProjectVCtr.swift */,
  432. 8347D4B824F2593E00E10E49 /* SetupNewStation */,
  433. 8347D4BA24F2593E00E10E49 /* StationMessage */,
  434. 8347D4D424F2593E00E10E49 /* SSProjectVCtr.swift */,
  435. 8347D4D524F2593E00E10E49 /* SSPickerVCtr.swift */,
  436. );
  437. name = controller;
  438. path = "../../桌面 - weclouds的MacBook Pro/桌面/Solar_Station_Project/SolarStationSwift/SolarStationSwift/Classes/Main/Project/controller";
  439. sourceTree = "<group>";
  440. };
  441. 8347D4B824F2593E00E10E49 /* SetupNewStation */ = {
  442. isa = PBXGroup;
  443. children = (
  444. 8347D4B924F2593E00E10E49 /* SSAddNewStionVCtr.swift */,
  445. );
  446. path = SetupNewStation;
  447. sourceTree = "<group>";
  448. };
  449. 8347D4BA24F2593E00E10E49 /* StationMessage */ = {
  450. isa = PBXGroup;
  451. children = (
  452. 8347D4BB24F2593E00E10E49 /* UpdateStationInfo */,
  453. 8347D4C224F2593E00E10E49 /* SSSurveyVCtr.swift */,
  454. 8347D4C324F2593E00E10E49 /* SSStationVCtr.swift */,
  455. 8347D4C424F2593E00E10E49 /* SSStationInfoVCtr.swift */,
  456. 8347D4C524F2593E00E10E49 /* Equipment */,
  457. );
  458. path = StationMessage;
  459. sourceTree = "<group>";
  460. };
  461. 8347D4BB24F2593E00E10E49 /* UpdateStationInfo */ = {
  462. isa = PBXGroup;
  463. children = (
  464. 8347D4BC24F2593E00E10E49 /* SSBatteryInfoVCtr.swift */,
  465. 8347D4BD24F2593E00E10E49 /* SSBaseInfoVCtr.swift */,
  466. 8347D4BE24F2593E00E10E49 /* SSLoadInfoVCtr.swift */,
  467. 8347D4BF24F2593E00E10E49 /* SSBaseStaionInfoVCtr.swift */,
  468. 8347D4C024F2593E00E10E49 /* SSBatteryPanelVCtr.swift */,
  469. 8347D4C124F2593E00E10E49 /* SSGeoInfoVCtr.swift */,
  470. );
  471. path = UpdateStationInfo;
  472. sourceTree = "<group>";
  473. };
  474. 8347D4C524F2593E00E10E49 /* Equipment */ = {
  475. isa = PBXGroup;
  476. children = (
  477. 8347D4C624F2593E00E10E49 /* SSSeeDetailVCtr.swift */,
  478. 8347D4C724F2593E00E10E49 /* SSAddEquiqmentVCtr.swift */,
  479. 8347D4C824F2593E00E10E49 /* EquipmentMessage */,
  480. 8347D4D224F2593E00E10E49 /* SSEquipmentVCtr.swift */,
  481. 8347D4D324F2593E00E10E49 /* SSResfreshTimeVCtr.swift */,
  482. );
  483. path = Equipment;
  484. sourceTree = "<group>";
  485. };
  486. 8347D4C824F2593E00E10E49 /* EquipmentMessage */ = {
  487. isa = PBXGroup;
  488. children = (
  489. 8347D4C924F2593E00E10E49 /* SSEquipInfoVCtr.swift */,
  490. 8347D4CA24F2593E00E10E49 /* SSCurveVCtr.swift */,
  491. 8347D4CB24F2593E00E10E49 /* SetParam */,
  492. 8347D4CF24F2593E00E10E49 /* SSMonitoringVCtr.swift */,
  493. 8347D4D024F2593E00E10E49 /* SSParamSettingVCtr.swift */,
  494. 8347D4D124F2593E00E10E49 /* SSDataDetailVCtr.swift */,
  495. );
  496. path = EquipmentMessage;
  497. sourceTree = "<group>";
  498. };
  499. 8347D4CB24F2593E00E10E49 /* SetParam */ = {
  500. isa = PBXGroup;
  501. children = (
  502. 8347D4CC24F2593E00E10E49 /* SSInverterSetVCtr.swift */,
  503. 8347D4CD24F2593E00E10E49 /* SSLoadParamSetVCtr.swift */,
  504. 8347D4CE24F2593E00E10E49 /* SSDeviceBatterySetVCtr.swift */,
  505. );
  506. path = SetParam;
  507. sourceTree = "<group>";
  508. };
  509. 8347D50B24F2595200E10E49 /* SwiftPopup */ = {
  510. isa = PBXGroup;
  511. children = (
  512. 8347D50C24F2595200E10E49 /* SwiftPopup */,
  513. );
  514. path = SwiftPopup;
  515. sourceTree = "<group>";
  516. };
  517. 8347D50C24F2595200E10E49 /* SwiftPopup */ = {
  518. isa = PBXGroup;
  519. children = (
  520. 8347D50D24F2595200E10E49 /* SwiftPopup.swift */,
  521. 8347D50E24F2595200E10E49 /* SwiftPopupPresentationController.swift */,
  522. 8347D50F24F2595200E10E49 /* SwiftPopupAnimation.swift */,
  523. );
  524. path = SwiftPopup;
  525. sourceTree = "<group>";
  526. };
  527. 834BBA60248504FE00A2FD16 = {
  528. isa = PBXGroup;
  529. children = (
  530. 834BBA6B248504FE00A2FD16 /* SolarStation */,
  531. 834BBA822485050300A2FD16 /* SolarStationTests */,
  532. 834BBA8D2485050300A2FD16 /* SolarStationUITests */,
  533. 834BBA6A248504FE00A2FD16 /* Products */,
  534. 93ACAF408DDFCE4628C6FBA3 /* Pods */,
  535. 02D9AEA0E73257088FF7AEF2 /* Frameworks */,
  536. );
  537. sourceTree = "<group>";
  538. };
  539. 834BBA6A248504FE00A2FD16 /* Products */ = {
  540. isa = PBXGroup;
  541. children = (
  542. 834BBA69248504FE00A2FD16 /* SolarStation.app */,
  543. 834BBA7F2485050300A2FD16 /* SolarStationTests.xctest */,
  544. 834BBA8A2485050300A2FD16 /* SolarStationUITests.xctest */,
  545. );
  546. name = Products;
  547. sourceTree = "<group>";
  548. };
  549. 834BBA6B248504FE00A2FD16 /* SolarStation */ = {
  550. isa = PBXGroup;
  551. children = (
  552. 83F918DC24A33C0D00252670 /* Main */,
  553. 834C8BE624960F320088B9DB /* Global */,
  554. 834C8BE524960F130088B9DB /* SoportFile */,
  555. );
  556. path = SolarStation;
  557. sourceTree = "<group>";
  558. };
  559. 834BBA822485050300A2FD16 /* SolarStationTests */ = {
  560. isa = PBXGroup;
  561. children = (
  562. 834BBA832485050300A2FD16 /* SolarStationTests.swift */,
  563. 834BBA852485050300A2FD16 /* Info.plist */,
  564. );
  565. path = SolarStationTests;
  566. sourceTree = "<group>";
  567. };
  568. 834BBA8D2485050300A2FD16 /* SolarStationUITests */ = {
  569. isa = PBXGroup;
  570. children = (
  571. 834BBA8E2485050300A2FD16 /* SolarStationUITests.swift */,
  572. 834BBA902485050300A2FD16 /* Info.plist */,
  573. );
  574. path = SolarStationUITests;
  575. sourceTree = "<group>";
  576. };
  577. 834C8BE524960F130088B9DB /* SoportFile */ = {
  578. isa = PBXGroup;
  579. children = (
  580. 834BBA6C248504FE00A2FD16 /* AppDelegate.swift */,
  581. 834BBA6E248504FE00A2FD16 /* SceneDelegate.swift */,
  582. 834BBA70248504FE00A2FD16 /* ViewController.swift */,
  583. 834BBA72248504FE00A2FD16 /* Main.storyboard */,
  584. 834BBA752485050300A2FD16 /* Assets.xcassets */,
  585. 834BBA772485050300A2FD16 /* LaunchScreen.storyboard */,
  586. 834BBA7A2485050300A2FD16 /* Info.plist */,
  587. );
  588. name = SoportFile;
  589. sourceTree = "<group>";
  590. };
  591. 834C8BE624960F320088B9DB /* Global */ = {
  592. isa = PBXGroup;
  593. children = (
  594. 83F918F524A480B800252670 /* AppShare.swift */,
  595. 83F918F624A480B800252670 /* SolarStationConstant.swift */,
  596. 8347D44624F2136C00E10E49 /* moya */,
  597. 834C8BE724960F3E0088B9DB /* Network */,
  598. );
  599. name = Global;
  600. sourceTree = "<group>";
  601. };
  602. 834C8BE724960F3E0088B9DB /* Network */ = {
  603. isa = PBXGroup;
  604. children = (
  605. 83495F4724E910200094F0BB /* NetWorkConfig.swift */,
  606. 83495F4924E910640094F0BB /* NetWorkBaseApi.swift */,
  607. 83495F4B24E9113A0094F0BB /* NetWorkManager.swift */,
  608. );
  609. name = Network;
  610. sourceTree = "<group>";
  611. };
  612. 83F918DC24A33C0D00252670 /* Main */ = {
  613. isa = PBXGroup;
  614. children = (
  615. 8347D46A24F258F800E10E49 /* MainViewController.swift */,
  616. 8347D46B24F258F800E10E49 /* RootNavigationController.swift */,
  617. 83F918EE24A47EAA00252670 /* Report */,
  618. 83F918EC24A47E9C00252670 /* Account */,
  619. 83F918EB24A47E9600252670 /* Project */,
  620. 83F918EA24A47E8C00252670 /* Home */,
  621. 83F918E924A47E6400252670 /* Login */,
  622. );
  623. name = Main;
  624. sourceTree = "<group>";
  625. };
  626. 83F918E924A47E6400252670 /* Login */ = {
  627. isa = PBXGroup;
  628. children = (
  629. 83F918F024A47EEF00252670 /* 1-登录_iphonex@3x.png */,
  630. 83F918EF24A47EEF00252670 /* SSLoginVCtr.swift */,
  631. 83F918F124A47EEF00252670 /* SSLoginVCtr.xib */,
  632. 8347D44424F2024F00E10E49 /* SSLoginDataEngine.swift */,
  633. );
  634. name = Login;
  635. sourceTree = "<group>";
  636. };
  637. 83F918EA24A47E8C00252670 /* Home */ = {
  638. isa = PBXGroup;
  639. children = (
  640. 8347D47624F2591A00E10E49 /* controller */,
  641. 8347D47D24F2591A00E10E49 /* view */,
  642. );
  643. name = Home;
  644. sourceTree = "<group>";
  645. };
  646. 83F918EB24A47E9600252670 /* Project */ = {
  647. isa = PBXGroup;
  648. children = (
  649. 8347D4B624F2593E00E10E49 /* controller */,
  650. 8347D49F24F2593E00E10E49 /* view */,
  651. );
  652. name = Project;
  653. sourceTree = "<group>";
  654. };
  655. 83F918EC24A47E9C00252670 /* Account */ = {
  656. isa = PBXGroup;
  657. children = (
  658. 8347D46E24F2591000E10E49 /* Controller */,
  659. 8347D47024F2591000E10E49 /* View */,
  660. );
  661. name = Account;
  662. sourceTree = "<group>";
  663. };
  664. 83F918EE24A47EAA00252670 /* Report */ = {
  665. isa = PBXGroup;
  666. children = (
  667. 8347D50824F2595200E10E49 /* KKWPickerView.swift */,
  668. 8347D50424F2595100E10E49 /* LeftTitleButton.swift */,
  669. 8347D50524F2595100E10E49 /* SSAlarmCell.swift */,
  670. 8347D50924F2595200E10E49 /* SSAlarmHeader.swift */,
  671. 8347D50724F2595200E10E49 /* SSPickerView.swift */,
  672. 8347D50624F2595100E10E49 /* SSReportVCtr.swift */,
  673. 8347D50A24F2595200E10E49 /* SSReportVCtr.xib */,
  674. 8347D50B24F2595200E10E49 /* SwiftPopup */,
  675. 8347D51024F2595200E10E49 /* TranslucentView.swift */,
  676. );
  677. name = Report;
  678. sourceTree = "<group>";
  679. };
  680. 93ACAF408DDFCE4628C6FBA3 /* Pods */ = {
  681. isa = PBXGroup;
  682. children = (
  683. BA618B71F03A100218CB9823 /* Pods-SolarStation.debug.xcconfig */,
  684. 90EC1514F6247AAE9248EA34 /* Pods-SolarStation.release.xcconfig */,
  685. );
  686. path = Pods;
  687. sourceTree = "<group>";
  688. };
  689. /* End PBXGroup section */
  690. /* Begin PBXNativeTarget section */
  691. 834BBA68248504FE00A2FD16 /* SolarStation */ = {
  692. isa = PBXNativeTarget;
  693. buildConfigurationList = 834BBA932485050300A2FD16 /* Build configuration list for PBXNativeTarget "SolarStation" */;
  694. buildPhases = (
  695. F35E5B7E316524549827272B /* [CP] Check Pods Manifest.lock */,
  696. 834BBA65248504FE00A2FD16 /* Sources */,
  697. 834BBA66248504FE00A2FD16 /* Frameworks */,
  698. 834BBA67248504FE00A2FD16 /* Resources */,
  699. C1BE0AFB3BA947E58F4C528F /* [CP] Embed Pods Frameworks */,
  700. );
  701. buildRules = (
  702. );
  703. dependencies = (
  704. );
  705. name = SolarStation;
  706. productName = SolarStation;
  707. productReference = 834BBA69248504FE00A2FD16 /* SolarStation.app */;
  708. productType = "com.apple.product-type.application";
  709. };
  710. 834BBA7E2485050300A2FD16 /* SolarStationTests */ = {
  711. isa = PBXNativeTarget;
  712. buildConfigurationList = 834BBA962485050300A2FD16 /* Build configuration list for PBXNativeTarget "SolarStationTests" */;
  713. buildPhases = (
  714. 834BBA7B2485050300A2FD16 /* Sources */,
  715. 834BBA7C2485050300A2FD16 /* Frameworks */,
  716. 834BBA7D2485050300A2FD16 /* Resources */,
  717. );
  718. buildRules = (
  719. );
  720. dependencies = (
  721. 834BBA812485050300A2FD16 /* PBXTargetDependency */,
  722. );
  723. name = SolarStationTests;
  724. productName = SolarStationTests;
  725. productReference = 834BBA7F2485050300A2FD16 /* SolarStationTests.xctest */;
  726. productType = "com.apple.product-type.bundle.unit-test";
  727. };
  728. 834BBA892485050300A2FD16 /* SolarStationUITests */ = {
  729. isa = PBXNativeTarget;
  730. buildConfigurationList = 834BBA992485050300A2FD16 /* Build configuration list for PBXNativeTarget "SolarStationUITests" */;
  731. buildPhases = (
  732. 834BBA862485050300A2FD16 /* Sources */,
  733. 834BBA872485050300A2FD16 /* Frameworks */,
  734. 834BBA882485050300A2FD16 /* Resources */,
  735. );
  736. buildRules = (
  737. );
  738. dependencies = (
  739. 834BBA8C2485050300A2FD16 /* PBXTargetDependency */,
  740. );
  741. name = SolarStationUITests;
  742. productName = SolarStationUITests;
  743. productReference = 834BBA8A2485050300A2FD16 /* SolarStationUITests.xctest */;
  744. productType = "com.apple.product-type.bundle.ui-testing";
  745. };
  746. /* End PBXNativeTarget section */
  747. /* Begin PBXProject section */
  748. 834BBA61248504FE00A2FD16 /* Project object */ = {
  749. isa = PBXProject;
  750. attributes = {
  751. LastSwiftUpdateCheck = 1150;
  752. LastUpgradeCheck = 1150;
  753. ORGANIZATIONNAME = weclouds;
  754. TargetAttributes = {
  755. 834BBA68248504FE00A2FD16 = {
  756. CreatedOnToolsVersion = 11.5;
  757. };
  758. 834BBA7E2485050300A2FD16 = {
  759. CreatedOnToolsVersion = 11.5;
  760. TestTargetID = 834BBA68248504FE00A2FD16;
  761. };
  762. 834BBA892485050300A2FD16 = {
  763. CreatedOnToolsVersion = 11.5;
  764. TestTargetID = 834BBA68248504FE00A2FD16;
  765. };
  766. };
  767. };
  768. buildConfigurationList = 834BBA64248504FE00A2FD16 /* Build configuration list for PBXProject "SolarStation" */;
  769. compatibilityVersion = "Xcode 9.3";
  770. developmentRegion = en;
  771. hasScannedForEncodings = 0;
  772. knownRegions = (
  773. en,
  774. Base,
  775. );
  776. mainGroup = 834BBA60248504FE00A2FD16;
  777. productRefGroup = 834BBA6A248504FE00A2FD16 /* Products */;
  778. projectDirPath = "";
  779. projectRoot = "";
  780. targets = (
  781. 834BBA68248504FE00A2FD16 /* SolarStation */,
  782. 834BBA7E2485050300A2FD16 /* SolarStationTests */,
  783. 834BBA892485050300A2FD16 /* SolarStationUITests */,
  784. );
  785. };
  786. /* End PBXProject section */
  787. /* Begin PBXResourcesBuildPhase section */
  788. 834BBA67248504FE00A2FD16 /* Resources */ = {
  789. isa = PBXResourcesBuildPhase;
  790. buildActionMask = 2147483647;
  791. files = (
  792. 8347D47424F2591000E10E49 /* SSAccoutCell.xib in Resources */,
  793. 8347D49B24F2591A00E10E49 /* SSMapVCtr.xib in Resources */,
  794. 834BBA792485050300A2FD16 /* LaunchScreen.storyboard in Resources */,
  795. 8347D49324F2591A00E10E49 /* 88-下.png in Resources */,
  796. 8347D51724F2595200E10E49 /* SSReportVCtr.xib in Resources */,
  797. 8347D4DB24F2593F00E10E49 /* SSProjectVCtr.xib in Resources */,
  798. 83F918F324A47EEF00252670 /* 1-登录_iphonex@3x.png in Resources */,
  799. 8347D49E24F2591A00E10E49 /* SSHomeVCtr.xib in Resources */,
  800. 834BBA762485050300A2FD16 /* Assets.xcassets in Resources */,
  801. 83F918F424A47EEF00252670 /* SSLoginVCtr.xib in Resources */,
  802. 834BBA74248504FE00A2FD16 /* Main.storyboard in Resources */,
  803. );
  804. runOnlyForDeploymentPostprocessing = 0;
  805. };
  806. 834BBA7D2485050300A2FD16 /* Resources */ = {
  807. isa = PBXResourcesBuildPhase;
  808. buildActionMask = 2147483647;
  809. files = (
  810. );
  811. runOnlyForDeploymentPostprocessing = 0;
  812. };
  813. 834BBA882485050300A2FD16 /* Resources */ = {
  814. isa = PBXResourcesBuildPhase;
  815. buildActionMask = 2147483647;
  816. files = (
  817. );
  818. runOnlyForDeploymentPostprocessing = 0;
  819. };
  820. /* End PBXResourcesBuildPhase section */
  821. /* Begin PBXShellScriptBuildPhase section */
  822. C1BE0AFB3BA947E58F4C528F /* [CP] Embed Pods Frameworks */ = {
  823. isa = PBXShellScriptBuildPhase;
  824. buildActionMask = 2147483647;
  825. files = (
  826. );
  827. inputFileListPaths = (
  828. "${PODS_ROOT}/Target Support Files/Pods-SolarStation/Pods-SolarStation-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  829. );
  830. name = "[CP] Embed Pods Frameworks";
  831. outputFileListPaths = (
  832. "${PODS_ROOT}/Target Support Files/Pods-SolarStation/Pods-SolarStation-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  833. );
  834. runOnlyForDeploymentPostprocessing = 0;
  835. shellPath = /bin/sh;
  836. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SolarStation/Pods-SolarStation-frameworks.sh\"\n";
  837. showEnvVarsInLog = 0;
  838. };
  839. F35E5B7E316524549827272B /* [CP] Check Pods Manifest.lock */ = {
  840. isa = PBXShellScriptBuildPhase;
  841. buildActionMask = 2147483647;
  842. files = (
  843. );
  844. inputFileListPaths = (
  845. );
  846. inputPaths = (
  847. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  848. "${PODS_ROOT}/Manifest.lock",
  849. );
  850. name = "[CP] Check Pods Manifest.lock";
  851. outputFileListPaths = (
  852. );
  853. outputPaths = (
  854. "$(DERIVED_FILE_DIR)/Pods-SolarStation-checkManifestLockResult.txt",
  855. );
  856. runOnlyForDeploymentPostprocessing = 0;
  857. shellPath = /bin/sh;
  858. 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";
  859. showEnvVarsInLog = 0;
  860. };
  861. /* End PBXShellScriptBuildPhase section */
  862. /* Begin PBXSourcesBuildPhase section */
  863. 834BBA65248504FE00A2FD16 /* Sources */ = {
  864. isa = PBXSourcesBuildPhase;
  865. buildActionMask = 2147483647;
  866. files = (
  867. 8347D51324F2595200E10E49 /* SSReportVCtr.swift in Sources */,
  868. 8347D4E324F2593F00E10E49 /* SSSolarPanelCell.swift in Sources */,
  869. 8347D51924F2595200E10E49 /* SwiftPopupPresentationController.swift in Sources */,
  870. 8347D4DA24F2593F00E10E49 /* SSRefreshPopView.swift in Sources */,
  871. 8347D4DC24F2593F00E10E49 /* SSCurveChartsView.swift in Sources */,
  872. 8347D51424F2595200E10E49 /* SSPickerView.swift in Sources */,
  873. 8347D45924F2136C00E10E49 /* ProjectApi.swift in Sources */,
  874. 8347D4DF24F2593F00E10E49 /* XYMarkerView.swift in Sources */,
  875. 8347D50124F2593F00E10E49 /* SSResfreshTimeVCtr.swift in Sources */,
  876. 8347D45724F2136C00E10E49 /* ProviderSupport.swift in Sources */,
  877. 8347D4ED24F2593F00E10E49 /* SSBatteryInfoVCtr.swift in Sources */,
  878. 8347D4FF24F2593F00E10E49 /* SSDataDetailVCtr.swift in Sources */,
  879. 8347D48F24F2591A00E10E49 /* SSStationSearchVCtr.swift in Sources */,
  880. 8347D45B24F2136C00E10E49 /* ProjectApiModel.swift in Sources */,
  881. 8347D4FC24F2593F00E10E49 /* SSDeviceBatterySetVCtr.swift in Sources */,
  882. 8347D46124F2136C00E10E49 /* HomeApi.swift in Sources */,
  883. 834BBA71248504FE00A2FD16 /* ViewController.swift in Sources */,
  884. 8347D4E924F2593F00E10E49 /* SSEquipmentInfoCell.swift in Sources */,
  885. 8347D4E624F2593F00E10E49 /* SSDataDetialCell.swift in Sources */,
  886. 8347D51524F2595200E10E49 /* KKWPickerView.swift in Sources */,
  887. 8347D50324F2593F00E10E49 /* SSPickerVCtr.swift in Sources */,
  888. 83F918F824A480B800252670 /* SolarStationConstant.swift in Sources */,
  889. 8347D4F724F2593F00E10E49 /* SSAddEquiqmentVCtr.swift in Sources */,
  890. 8347D49524F2591A00E10E49 /* SSElectricty.swift in Sources */,
  891. 8347D4F424F2593F00E10E49 /* SSStationVCtr.swift in Sources */,
  892. 8347D47524F2591000E10E49 /* SSAccoutCell.swift in Sources */,
  893. 8347D49C24F2591A00E10E49 /* RectangleAnnotationView.swift in Sources */,
  894. 8347D46224F2136C00E10E49 /* DeviceApi.swift in Sources */,
  895. 8347D4DE24F2593F00E10E49 /* SSStationChartsCell.swift in Sources */,
  896. 8347D46324F2136C00E10E49 /* StationApi.swift in Sources */,
  897. 8347D51B24F2595200E10E49 /* TranslucentView.swift in Sources */,
  898. 8347D50024F2593F00E10E49 /* SSEquipmentVCtr.swift in Sources */,
  899. 8347D4DD24F2593F00E10E49 /* SSAddNewProjectCell.swift in Sources */,
  900. 83F918F224A47EEF00252670 /* SSLoginVCtr.swift in Sources */,
  901. 8347D4EC24F2593F00E10E49 /* SSAddNewStionVCtr.swift in Sources */,
  902. 8347D49224F2591A00E10E49 /* SSSearchResultVCtr.swift in Sources */,
  903. 8347D49D24F2591A00E10E49 /* SSHomeItem.swift in Sources */,
  904. 8347D49024F2591A00E10E49 /* SKSearchController.swift in Sources */,
  905. 83495F4824E910200094F0BB /* NetWorkConfig.swift in Sources */,
  906. 8347D49924F2591A00E10E49 /* SSStationMapCell.swift in Sources */,
  907. 8347D4E024F2593F00E10E49 /* BalloonMarker.swift in Sources */,
  908. 8347D45A24F2136C00E10E49 /* AlarmApi.swift in Sources */,
  909. 8347D51624F2595200E10E49 /* SSAlarmHeader.swift in Sources */,
  910. 8347D4E524F2593F00E10E49 /* SSEquipmentCell.swift in Sources */,
  911. 8347D46024F2136C00E10E49 /* StationApiModel.swift in Sources */,
  912. 8347D51824F2595200E10E49 /* SwiftPopup.swift in Sources */,
  913. 8347D51224F2595200E10E49 /* SSAlarmCell.swift in Sources */,
  914. 8347D49124F2591A00E10E49 /* SKSearchEventsCenter.swift in Sources */,
  915. 8347D45824F2136C00E10E49 /* HttpRequest.swift in Sources */,
  916. 8347D49A24F2591A00E10E49 /* SSBubbleView.swift in Sources */,
  917. 8347D48D24F2591A00E10E49 /* SSHomeVCtr.swift in Sources */,
  918. 83F918F724A480B800252670 /* AppShare.swift in Sources */,
  919. 8347D4F124F2593F00E10E49 /* SSBatteryPanelVCtr.swift in Sources */,
  920. 8347D4F224F2593F00E10E49 /* SSGeoInfoVCtr.swift in Sources */,
  921. 8347D4FA24F2593F00E10E49 /* SSInverterSetVCtr.swift in Sources */,
  922. 8347D4EB24F2593F00E10E49 /* SSAddNewProjectVCtr.swift in Sources */,
  923. 8347D51A24F2595200E10E49 /* SwiftPopupAnimation.swift in Sources */,
  924. 8347D46C24F258F800E10E49 /* MainViewController.swift in Sources */,
  925. 8347D4F024F2593F00E10E49 /* SSBaseStaionInfoVCtr.swift in Sources */,
  926. 8347D4E424F2593F00E10E49 /* RadarMarkerView.swift in Sources */,
  927. 8347D50224F2593F00E10E49 /* SSProjectVCtr.swift in Sources */,
  928. 8347D49824F2591A00E10E49 /* SSAnnotationView.swift in Sources */,
  929. 8347D4D624F2593F00E10E49 /* SSStationMessageTabView.swift in Sources */,
  930. 83495F4C24E9113A0094F0BB /* NetWorkManager.swift in Sources */,
  931. 8347D4E824F2593F00E10E49 /* SSsDataViewCell.swift in Sources */,
  932. 8347D49424F2591A00E10E49 /* SSSearchCell.swift in Sources */,
  933. 8347D47324F2591000E10E49 /* SSAccountVCtr.swift in Sources */,
  934. 8347D4E724F2593F00E10E49 /* SSLoadCell.swift in Sources */,
  935. 8347D4D724F2593F00E10E49 /* SSStationHeaderCell.swift in Sources */,
  936. 8347D51124F2595200E10E49 /* LeftTitleButton.swift in Sources */,
  937. 8347D45D24F2136C00E10E49 /* HomeApiModel.swift in Sources */,
  938. 834BBA6D248504FE00A2FD16 /* AppDelegate.swift in Sources */,
  939. 83495F4A24E910640094F0BB /* NetWorkBaseApi.swift in Sources */,
  940. 8347D46D24F258F800E10E49 /* RootNavigationController.swift in Sources */,
  941. 8347D4E224F2593F00E10E49 /* SSEquipmentParamterCell.swift in Sources */,
  942. 8347D4F924F2593F00E10E49 /* SSCurveVCtr.swift in Sources */,
  943. 8347D4EA24F2593F00E10E49 /* AddressRow.swift in Sources */,
  944. 8347D4D924F2593F00E10E49 /* SSStationListCell.swift in Sources */,
  945. 8347D49724F2591A00E10E49 /* BubbleLayer.m in Sources */,
  946. 8347D45F24F2136C00E10E49 /* DeviceApiModel.swift in Sources */,
  947. 8347D4F624F2593F00E10E49 /* SSSeeDetailVCtr.swift in Sources */,
  948. 8347D45E24F2136C00E10E49 /* AlarmApiModel.swift in Sources */,
  949. 8347D4D824F2593F00E10E49 /* SSStationListView.swift in Sources */,
  950. 8347D4FE24F2593F00E10E49 /* SSParamSettingVCtr.swift in Sources */,
  951. 8347D4F824F2593F00E10E49 /* SSEquipInfoVCtr.swift in Sources */,
  952. 8347D45C24F2136C00E10E49 /* LoginApiModel.swift in Sources */,
  953. 8347D4FB24F2593F00E10E49 /* SSLoadParamSetVCtr.swift in Sources */,
  954. 8347D45624F2136C00E10E49 /* LoginApi.swift in Sources */,
  955. 8347D4F324F2593F00E10E49 /* SSSurveyVCtr.swift in Sources */,
  956. 8347D48E24F2591A00E10E49 /* SSMapVCtr.swift in Sources */,
  957. 8347D4FD24F2593F00E10E49 /* SSMonitoringVCtr.swift in Sources */,
  958. 834BBA6F248504FE00A2FD16 /* SceneDelegate.swift in Sources */,
  959. 8347D49624F2591A00E10E49 /* SSCalloutView.swift in Sources */,
  960. 8347D4F524F2593F00E10E49 /* SSStationInfoVCtr.swift in Sources */,
  961. 8347D4EF24F2593F00E10E49 /* SSLoadInfoVCtr.swift in Sources */,
  962. 8347D44524F2024F00E10E49 /* SSLoginDataEngine.swift in Sources */,
  963. 8347D4E124F2593F00E10E49 /* SSBatteryCell.swift in Sources */,
  964. 8347D4EE24F2593F00E10E49 /* SSBaseInfoVCtr.swift in Sources */,
  965. );
  966. runOnlyForDeploymentPostprocessing = 0;
  967. };
  968. 834BBA7B2485050300A2FD16 /* Sources */ = {
  969. isa = PBXSourcesBuildPhase;
  970. buildActionMask = 2147483647;
  971. files = (
  972. 834BBA842485050300A2FD16 /* SolarStationTests.swift in Sources */,
  973. );
  974. runOnlyForDeploymentPostprocessing = 0;
  975. };
  976. 834BBA862485050300A2FD16 /* Sources */ = {
  977. isa = PBXSourcesBuildPhase;
  978. buildActionMask = 2147483647;
  979. files = (
  980. 834BBA8F2485050300A2FD16 /* SolarStationUITests.swift in Sources */,
  981. );
  982. runOnlyForDeploymentPostprocessing = 0;
  983. };
  984. /* End PBXSourcesBuildPhase section */
  985. /* Begin PBXTargetDependency section */
  986. 834BBA812485050300A2FD16 /* PBXTargetDependency */ = {
  987. isa = PBXTargetDependency;
  988. target = 834BBA68248504FE00A2FD16 /* SolarStation */;
  989. targetProxy = 834BBA802485050300A2FD16 /* PBXContainerItemProxy */;
  990. };
  991. 834BBA8C2485050300A2FD16 /* PBXTargetDependency */ = {
  992. isa = PBXTargetDependency;
  993. target = 834BBA68248504FE00A2FD16 /* SolarStation */;
  994. targetProxy = 834BBA8B2485050300A2FD16 /* PBXContainerItemProxy */;
  995. };
  996. /* End PBXTargetDependency section */
  997. /* Begin PBXVariantGroup section */
  998. 834BBA72248504FE00A2FD16 /* Main.storyboard */ = {
  999. isa = PBXVariantGroup;
  1000. children = (
  1001. 834BBA73248504FE00A2FD16 /* Base */,
  1002. );
  1003. name = Main.storyboard;
  1004. sourceTree = "<group>";
  1005. };
  1006. 834BBA772485050300A2FD16 /* LaunchScreen.storyboard */ = {
  1007. isa = PBXVariantGroup;
  1008. children = (
  1009. 834BBA782485050300A2FD16 /* Base */,
  1010. );
  1011. name = LaunchScreen.storyboard;
  1012. sourceTree = "<group>";
  1013. };
  1014. /* End PBXVariantGroup section */
  1015. /* Begin XCBuildConfiguration section */
  1016. 834BBA912485050300A2FD16 /* Debug */ = {
  1017. isa = XCBuildConfiguration;
  1018. buildSettings = {
  1019. ALWAYS_SEARCH_USER_PATHS = NO;
  1020. CLANG_ANALYZER_NONNULL = YES;
  1021. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1022. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1023. CLANG_CXX_LIBRARY = "libc++";
  1024. CLANG_ENABLE_MODULES = YES;
  1025. CLANG_ENABLE_OBJC_ARC = YES;
  1026. CLANG_ENABLE_OBJC_WEAK = YES;
  1027. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1028. CLANG_WARN_BOOL_CONVERSION = YES;
  1029. CLANG_WARN_COMMA = YES;
  1030. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1031. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1032. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1033. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1034. CLANG_WARN_EMPTY_BODY = YES;
  1035. CLANG_WARN_ENUM_CONVERSION = YES;
  1036. CLANG_WARN_INFINITE_RECURSION = YES;
  1037. CLANG_WARN_INT_CONVERSION = YES;
  1038. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1039. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1040. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1041. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1042. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1043. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1044. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1045. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1046. CLANG_WARN_UNREACHABLE_CODE = YES;
  1047. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1048. COPY_PHASE_STRIP = NO;
  1049. DEBUG_INFORMATION_FORMAT = dwarf;
  1050. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1051. ENABLE_TESTABILITY = YES;
  1052. GCC_C_LANGUAGE_STANDARD = gnu11;
  1053. GCC_DYNAMIC_NO_PIC = NO;
  1054. GCC_NO_COMMON_BLOCKS = YES;
  1055. GCC_OPTIMIZATION_LEVEL = 0;
  1056. GCC_PREPROCESSOR_DEFINITIONS = (
  1057. "DEBUG=1",
  1058. "$(inherited)",
  1059. );
  1060. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1061. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1062. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1063. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1064. GCC_WARN_UNUSED_FUNCTION = YES;
  1065. GCC_WARN_UNUSED_VARIABLE = YES;
  1066. IPHONEOS_DEPLOYMENT_TARGET = 13.5;
  1067. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  1068. MTL_FAST_MATH = YES;
  1069. ONLY_ACTIVE_ARCH = YES;
  1070. SDKROOT = iphoneos;
  1071. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  1072. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1073. };
  1074. name = Debug;
  1075. };
  1076. 834BBA922485050300A2FD16 /* Release */ = {
  1077. isa = XCBuildConfiguration;
  1078. buildSettings = {
  1079. ALWAYS_SEARCH_USER_PATHS = NO;
  1080. CLANG_ANALYZER_NONNULL = YES;
  1081. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1082. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1083. CLANG_CXX_LIBRARY = "libc++";
  1084. CLANG_ENABLE_MODULES = YES;
  1085. CLANG_ENABLE_OBJC_ARC = YES;
  1086. CLANG_ENABLE_OBJC_WEAK = YES;
  1087. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1088. CLANG_WARN_BOOL_CONVERSION = YES;
  1089. CLANG_WARN_COMMA = YES;
  1090. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1091. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1092. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1093. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1094. CLANG_WARN_EMPTY_BODY = YES;
  1095. CLANG_WARN_ENUM_CONVERSION = YES;
  1096. CLANG_WARN_INFINITE_RECURSION = YES;
  1097. CLANG_WARN_INT_CONVERSION = YES;
  1098. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1099. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1100. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1101. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1102. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1103. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1104. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1105. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1106. CLANG_WARN_UNREACHABLE_CODE = YES;
  1107. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1108. COPY_PHASE_STRIP = NO;
  1109. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1110. ENABLE_NS_ASSERTIONS = NO;
  1111. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1112. GCC_C_LANGUAGE_STANDARD = gnu11;
  1113. GCC_NO_COMMON_BLOCKS = YES;
  1114. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1115. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1116. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1117. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1118. GCC_WARN_UNUSED_FUNCTION = YES;
  1119. GCC_WARN_UNUSED_VARIABLE = YES;
  1120. IPHONEOS_DEPLOYMENT_TARGET = 13.5;
  1121. MTL_ENABLE_DEBUG_INFO = NO;
  1122. MTL_FAST_MATH = YES;
  1123. SDKROOT = iphoneos;
  1124. SWIFT_COMPILATION_MODE = wholemodule;
  1125. SWIFT_OPTIMIZATION_LEVEL = "-O";
  1126. VALIDATE_PRODUCT = YES;
  1127. };
  1128. name = Release;
  1129. };
  1130. 834BBA942485050300A2FD16 /* Debug */ = {
  1131. isa = XCBuildConfiguration;
  1132. baseConfigurationReference = BA618B71F03A100218CB9823 /* Pods-SolarStation.debug.xcconfig */;
  1133. buildSettings = {
  1134. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1135. CODE_SIGN_STYLE = Automatic;
  1136. DEVELOPMENT_TEAM = Z2JRYT74ST;
  1137. INFOPLIST_FILE = SolarStation/Info.plist;
  1138. LD_RUNPATH_SEARCH_PATHS = (
  1139. "$(inherited)",
  1140. "@executable_path/Frameworks",
  1141. );
  1142. PRODUCT_BUNDLE_IDENTIFIER = com.weclouds.SolarStation;
  1143. PRODUCT_NAME = "$(TARGET_NAME)";
  1144. SWIFT_VERSION = 5.0;
  1145. TARGETED_DEVICE_FAMILY = "1,2";
  1146. };
  1147. name = Debug;
  1148. };
  1149. 834BBA952485050300A2FD16 /* Release */ = {
  1150. isa = XCBuildConfiguration;
  1151. baseConfigurationReference = 90EC1514F6247AAE9248EA34 /* Pods-SolarStation.release.xcconfig */;
  1152. buildSettings = {
  1153. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1154. CODE_SIGN_STYLE = Automatic;
  1155. DEVELOPMENT_TEAM = Z2JRYT74ST;
  1156. INFOPLIST_FILE = SolarStation/Info.plist;
  1157. LD_RUNPATH_SEARCH_PATHS = (
  1158. "$(inherited)",
  1159. "@executable_path/Frameworks",
  1160. );
  1161. PRODUCT_BUNDLE_IDENTIFIER = com.weclouds.SolarStation;
  1162. PRODUCT_NAME = "$(TARGET_NAME)";
  1163. SWIFT_VERSION = 5.0;
  1164. TARGETED_DEVICE_FAMILY = "1,2";
  1165. };
  1166. name = Release;
  1167. };
  1168. 834BBA972485050300A2FD16 /* Debug */ = {
  1169. isa = XCBuildConfiguration;
  1170. buildSettings = {
  1171. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1172. BUNDLE_LOADER = "$(TEST_HOST)";
  1173. CODE_SIGN_STYLE = Automatic;
  1174. DEVELOPMENT_TEAM = Z2JRYT74ST;
  1175. INFOPLIST_FILE = SolarStationTests/Info.plist;
  1176. IPHONEOS_DEPLOYMENT_TARGET = 13.5;
  1177. LD_RUNPATH_SEARCH_PATHS = (
  1178. "$(inherited)",
  1179. "@executable_path/Frameworks",
  1180. "@loader_path/Frameworks",
  1181. );
  1182. PRODUCT_BUNDLE_IDENTIFIER = com.weclouds.SolarStationTests;
  1183. PRODUCT_NAME = "$(TARGET_NAME)";
  1184. SWIFT_VERSION = 5.0;
  1185. TARGETED_DEVICE_FAMILY = "1,2";
  1186. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SolarStation.app/SolarStation";
  1187. };
  1188. name = Debug;
  1189. };
  1190. 834BBA982485050300A2FD16 /* Release */ = {
  1191. isa = XCBuildConfiguration;
  1192. buildSettings = {
  1193. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1194. BUNDLE_LOADER = "$(TEST_HOST)";
  1195. CODE_SIGN_STYLE = Automatic;
  1196. DEVELOPMENT_TEAM = Z2JRYT74ST;
  1197. INFOPLIST_FILE = SolarStationTests/Info.plist;
  1198. IPHONEOS_DEPLOYMENT_TARGET = 13.5;
  1199. LD_RUNPATH_SEARCH_PATHS = (
  1200. "$(inherited)",
  1201. "@executable_path/Frameworks",
  1202. "@loader_path/Frameworks",
  1203. );
  1204. PRODUCT_BUNDLE_IDENTIFIER = com.weclouds.SolarStationTests;
  1205. PRODUCT_NAME = "$(TARGET_NAME)";
  1206. SWIFT_VERSION = 5.0;
  1207. TARGETED_DEVICE_FAMILY = "1,2";
  1208. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SolarStation.app/SolarStation";
  1209. };
  1210. name = Release;
  1211. };
  1212. 834BBA9A2485050300A2FD16 /* Debug */ = {
  1213. isa = XCBuildConfiguration;
  1214. buildSettings = {
  1215. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1216. CODE_SIGN_STYLE = Automatic;
  1217. DEVELOPMENT_TEAM = Z2JRYT74ST;
  1218. INFOPLIST_FILE = SolarStationUITests/Info.plist;
  1219. LD_RUNPATH_SEARCH_PATHS = (
  1220. "$(inherited)",
  1221. "@executable_path/Frameworks",
  1222. "@loader_path/Frameworks",
  1223. );
  1224. PRODUCT_BUNDLE_IDENTIFIER = com.weclouds.SolarStationUITests;
  1225. PRODUCT_NAME = "$(TARGET_NAME)";
  1226. SWIFT_VERSION = 5.0;
  1227. TARGETED_DEVICE_FAMILY = "1,2";
  1228. TEST_TARGET_NAME = SolarStation;
  1229. };
  1230. name = Debug;
  1231. };
  1232. 834BBA9B2485050300A2FD16 /* Release */ = {
  1233. isa = XCBuildConfiguration;
  1234. buildSettings = {
  1235. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1236. CODE_SIGN_STYLE = Automatic;
  1237. DEVELOPMENT_TEAM = Z2JRYT74ST;
  1238. INFOPLIST_FILE = SolarStationUITests/Info.plist;
  1239. LD_RUNPATH_SEARCH_PATHS = (
  1240. "$(inherited)",
  1241. "@executable_path/Frameworks",
  1242. "@loader_path/Frameworks",
  1243. );
  1244. PRODUCT_BUNDLE_IDENTIFIER = com.weclouds.SolarStationUITests;
  1245. PRODUCT_NAME = "$(TARGET_NAME)";
  1246. SWIFT_VERSION = 5.0;
  1247. TARGETED_DEVICE_FAMILY = "1,2";
  1248. TEST_TARGET_NAME = SolarStation;
  1249. };
  1250. name = Release;
  1251. };
  1252. /* End XCBuildConfiguration section */
  1253. /* Begin XCConfigurationList section */
  1254. 834BBA64248504FE00A2FD16 /* Build configuration list for PBXProject "SolarStation" */ = {
  1255. isa = XCConfigurationList;
  1256. buildConfigurations = (
  1257. 834BBA912485050300A2FD16 /* Debug */,
  1258. 834BBA922485050300A2FD16 /* Release */,
  1259. );
  1260. defaultConfigurationIsVisible = 0;
  1261. defaultConfigurationName = Release;
  1262. };
  1263. 834BBA932485050300A2FD16 /* Build configuration list for PBXNativeTarget "SolarStation" */ = {
  1264. isa = XCConfigurationList;
  1265. buildConfigurations = (
  1266. 834BBA942485050300A2FD16 /* Debug */,
  1267. 834BBA952485050300A2FD16 /* Release */,
  1268. );
  1269. defaultConfigurationIsVisible = 0;
  1270. defaultConfigurationName = Release;
  1271. };
  1272. 834BBA962485050300A2FD16 /* Build configuration list for PBXNativeTarget "SolarStationTests" */ = {
  1273. isa = XCConfigurationList;
  1274. buildConfigurations = (
  1275. 834BBA972485050300A2FD16 /* Debug */,
  1276. 834BBA982485050300A2FD16 /* Release */,
  1277. );
  1278. defaultConfigurationIsVisible = 0;
  1279. defaultConfigurationName = Release;
  1280. };
  1281. 834BBA992485050300A2FD16 /* Build configuration list for PBXNativeTarget "SolarStationUITests" */ = {
  1282. isa = XCConfigurationList;
  1283. buildConfigurations = (
  1284. 834BBA9A2485050300A2FD16 /* Debug */,
  1285. 834BBA9B2485050300A2FD16 /* Release */,
  1286. );
  1287. defaultConfigurationIsVisible = 0;
  1288. defaultConfigurationName = Release;
  1289. };
  1290. /* End XCConfigurationList section */
  1291. };
  1292. rootObject = 834BBA61248504FE00A2FD16 /* Project object */;
  1293. }