123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 51;
- objects = {
- /* Begin PBXBuildFile section */
- 834BBA6D248504FE00A2FD16 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834BBA6C248504FE00A2FD16 /* AppDelegate.swift */; };
- 834BBA6F248504FE00A2FD16 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834BBA6E248504FE00A2FD16 /* SceneDelegate.swift */; };
- 834BBA71248504FE00A2FD16 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834BBA70248504FE00A2FD16 /* ViewController.swift */; };
- 834BBA74248504FE00A2FD16 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 834BBA72248504FE00A2FD16 /* Main.storyboard */; };
- 834BBA762485050300A2FD16 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 834BBA752485050300A2FD16 /* Assets.xcassets */; };
- 834BBA792485050300A2FD16 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 834BBA772485050300A2FD16 /* LaunchScreen.storyboard */; };
- 834BBA842485050300A2FD16 /* SolarStationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834BBA832485050300A2FD16 /* SolarStationTests.swift */; };
- 834BBA8F2485050300A2FD16 /* SolarStationUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834BBA8E2485050300A2FD16 /* SolarStationUITests.swift */; };
- 83F918DE24A33C7100252670 /* NetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F918DD24A33C7100252670 /* NetworkManager.swift */; };
- 83F918E024A3775000252670 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F918DF24A3775000252670 /* Request.swift */; };
- 83F918F224A47EEF00252670 /* SSLoginVCtr.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F918EF24A47EEF00252670 /* SSLoginVCtr.swift */; };
- 83F918F324A47EEF00252670 /* 1-登录_iphonex@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 83F918F024A47EEF00252670 /* 1-登录_iphonex@3x.png */; };
- 83F918F424A47EEF00252670 /* SSLoginVCtr.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83F918F124A47EEF00252670 /* SSLoginVCtr.xib */; };
- 83F918F724A480B800252670 /* AppShare.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F918F524A480B800252670 /* AppShare.swift */; };
- 83F918F824A480B800252670 /* SolarStationConstant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F918F624A480B800252670 /* SolarStationConstant.swift */; };
- C8364E9897ECD831605838E6 /* Pods_SolarStation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E366BFCAA7F428E6F0624CA /* Pods_SolarStation.framework */; };
- /* End PBXBuildFile section */
- /* Begin PBXContainerItemProxy section */
- 834BBA802485050300A2FD16 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 834BBA61248504FE00A2FD16 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 834BBA68248504FE00A2FD16;
- remoteInfo = SolarStation;
- };
- 834BBA8B2485050300A2FD16 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 834BBA61248504FE00A2FD16 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 834BBA68248504FE00A2FD16;
- remoteInfo = SolarStation;
- };
- /* End PBXContainerItemProxy section */
- /* Begin PBXFileReference section */
- 4E366BFCAA7F428E6F0624CA /* Pods_SolarStation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SolarStation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 834BBA69248504FE00A2FD16 /* SolarStation.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SolarStation.app; sourceTree = BUILT_PRODUCTS_DIR; };
- 834BBA6C248504FE00A2FD16 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
- 834BBA6E248504FE00A2FD16 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
- 834BBA70248504FE00A2FD16 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
- 834BBA73248504FE00A2FD16 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
- 834BBA752485050300A2FD16 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
- 834BBA782485050300A2FD16 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
- 834BBA7A2485050300A2FD16 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 834BBA7F2485050300A2FD16 /* SolarStationTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SolarStationTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
- 834BBA832485050300A2FD16 /* SolarStationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SolarStationTests.swift; sourceTree = "<group>"; };
- 834BBA852485050300A2FD16 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 834BBA8A2485050300A2FD16 /* SolarStationUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SolarStationUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
- 834BBA8E2485050300A2FD16 /* SolarStationUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SolarStationUITests.swift; sourceTree = "<group>"; };
- 834BBA902485050300A2FD16 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 83F918DD24A33C7100252670 /* NetworkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkManager.swift; sourceTree = "<group>"; };
- 83F918DF24A3775000252670 /* Request.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Request.swift; sourceTree = "<group>"; };
- 83F918EF24A47EEF00252670 /* SSLoginVCtr.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSLoginVCtr.swift; sourceTree = "<group>"; };
- 83F918F024A47EEF00252670 /* 1-登录_iphonex@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "1-登录_iphonex@3x.png"; sourceTree = "<group>"; };
- 83F918F124A47EEF00252670 /* SSLoginVCtr.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SSLoginVCtr.xib; sourceTree = "<group>"; };
- 83F918F524A480B800252670 /* AppShare.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppShare.swift; sourceTree = "<group>"; };
- 83F918F624A480B800252670 /* SolarStationConstant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SolarStationConstant.swift; sourceTree = "<group>"; };
- 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>"; };
- 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>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 834BBA66248504FE00A2FD16 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- C8364E9897ECD831605838E6 /* Pods_SolarStation.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 834BBA7C2485050300A2FD16 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 834BBA872485050300A2FD16 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 02D9AEA0E73257088FF7AEF2 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 4E366BFCAA7F428E6F0624CA /* Pods_SolarStation.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- 834BBA60248504FE00A2FD16 = {
- isa = PBXGroup;
- children = (
- 834BBA6B248504FE00A2FD16 /* SolarStation */,
- 834BBA822485050300A2FD16 /* SolarStationTests */,
- 834BBA8D2485050300A2FD16 /* SolarStationUITests */,
- 834BBA6A248504FE00A2FD16 /* Products */,
- 93ACAF408DDFCE4628C6FBA3 /* Pods */,
- 02D9AEA0E73257088FF7AEF2 /* Frameworks */,
- );
- sourceTree = "<group>";
- };
- 834BBA6A248504FE00A2FD16 /* Products */ = {
- isa = PBXGroup;
- children = (
- 834BBA69248504FE00A2FD16 /* SolarStation.app */,
- 834BBA7F2485050300A2FD16 /* SolarStationTests.xctest */,
- 834BBA8A2485050300A2FD16 /* SolarStationUITests.xctest */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 834BBA6B248504FE00A2FD16 /* SolarStation */ = {
- isa = PBXGroup;
- children = (
- 83F918DC24A33C0D00252670 /* Main */,
- 834C8BE624960F320088B9DB /* Global */,
- 834C8BE524960F130088B9DB /* SoportFile */,
- );
- path = SolarStation;
- sourceTree = "<group>";
- };
- 834BBA822485050300A2FD16 /* SolarStationTests */ = {
- isa = PBXGroup;
- children = (
- 834BBA832485050300A2FD16 /* SolarStationTests.swift */,
- 834BBA852485050300A2FD16 /* Info.plist */,
- );
- path = SolarStationTests;
- sourceTree = "<group>";
- };
- 834BBA8D2485050300A2FD16 /* SolarStationUITests */ = {
- isa = PBXGroup;
- children = (
- 834BBA8E2485050300A2FD16 /* SolarStationUITests.swift */,
- 834BBA902485050300A2FD16 /* Info.plist */,
- );
- path = SolarStationUITests;
- sourceTree = "<group>";
- };
- 834C8BE524960F130088B9DB /* SoportFile */ = {
- isa = PBXGroup;
- children = (
- 834BBA6C248504FE00A2FD16 /* AppDelegate.swift */,
- 834BBA6E248504FE00A2FD16 /* SceneDelegate.swift */,
- 834BBA70248504FE00A2FD16 /* ViewController.swift */,
- 834BBA72248504FE00A2FD16 /* Main.storyboard */,
- 834BBA752485050300A2FD16 /* Assets.xcassets */,
- 834BBA772485050300A2FD16 /* LaunchScreen.storyboard */,
- 834BBA7A2485050300A2FD16 /* Info.plist */,
- );
- name = SoportFile;
- sourceTree = "<group>";
- };
- 834C8BE624960F320088B9DB /* Global */ = {
- isa = PBXGroup;
- children = (
- 83F918F524A480B800252670 /* AppShare.swift */,
- 83F918F624A480B800252670 /* SolarStationConstant.swift */,
- 834C8BE724960F3E0088B9DB /* Network */,
- );
- name = Global;
- sourceTree = "<group>";
- };
- 834C8BE724960F3E0088B9DB /* Network */ = {
- isa = PBXGroup;
- children = (
- 83F918DD24A33C7100252670 /* NetworkManager.swift */,
- 83F918DF24A3775000252670 /* Request.swift */,
- );
- name = Network;
- sourceTree = "<group>";
- };
- 83F918DC24A33C0D00252670 /* Main */ = {
- isa = PBXGroup;
- children = (
- 83F918EE24A47EAA00252670 /* Report */,
- 83F918EC24A47E9C00252670 /* Account */,
- 83F918EB24A47E9600252670 /* Project */,
- 83F918EA24A47E8C00252670 /* Home */,
- 83F918E924A47E6400252670 /* Login */,
- );
- name = Main;
- sourceTree = "<group>";
- };
- 83F918E924A47E6400252670 /* Login */ = {
- isa = PBXGroup;
- children = (
- 83F918F024A47EEF00252670 /* 1-登录_iphonex@3x.png */,
- 83F918EF24A47EEF00252670 /* SSLoginVCtr.swift */,
- 83F918F124A47EEF00252670 /* SSLoginVCtr.xib */,
- );
- name = Login;
- sourceTree = "<group>";
- };
- 83F918EA24A47E8C00252670 /* Home */ = {
- isa = PBXGroup;
- children = (
- );
- name = Home;
- sourceTree = "<group>";
- };
- 83F918EB24A47E9600252670 /* Project */ = {
- isa = PBXGroup;
- children = (
- );
- name = Project;
- sourceTree = "<group>";
- };
- 83F918EC24A47E9C00252670 /* Account */ = {
- isa = PBXGroup;
- children = (
- );
- name = Account;
- sourceTree = "<group>";
- };
- 83F918EE24A47EAA00252670 /* Report */ = {
- isa = PBXGroup;
- children = (
- );
- name = Report;
- sourceTree = "<group>";
- };
- 93ACAF408DDFCE4628C6FBA3 /* Pods */ = {
- isa = PBXGroup;
- children = (
- BA618B71F03A100218CB9823 /* Pods-SolarStation.debug.xcconfig */,
- 90EC1514F6247AAE9248EA34 /* Pods-SolarStation.release.xcconfig */,
- );
- path = Pods;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- 834BBA68248504FE00A2FD16 /* SolarStation */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 834BBA932485050300A2FD16 /* Build configuration list for PBXNativeTarget "SolarStation" */;
- buildPhases = (
- F35E5B7E316524549827272B /* [CP] Check Pods Manifest.lock */,
- 834BBA65248504FE00A2FD16 /* Sources */,
- 834BBA66248504FE00A2FD16 /* Frameworks */,
- 834BBA67248504FE00A2FD16 /* Resources */,
- C1BE0AFB3BA947E58F4C528F /* [CP] Embed Pods Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = SolarStation;
- productName = SolarStation;
- productReference = 834BBA69248504FE00A2FD16 /* SolarStation.app */;
- productType = "com.apple.product-type.application";
- };
- 834BBA7E2485050300A2FD16 /* SolarStationTests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 834BBA962485050300A2FD16 /* Build configuration list for PBXNativeTarget "SolarStationTests" */;
- buildPhases = (
- 834BBA7B2485050300A2FD16 /* Sources */,
- 834BBA7C2485050300A2FD16 /* Frameworks */,
- 834BBA7D2485050300A2FD16 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- 834BBA812485050300A2FD16 /* PBXTargetDependency */,
- );
- name = SolarStationTests;
- productName = SolarStationTests;
- productReference = 834BBA7F2485050300A2FD16 /* SolarStationTests.xctest */;
- productType = "com.apple.product-type.bundle.unit-test";
- };
- 834BBA892485050300A2FD16 /* SolarStationUITests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 834BBA992485050300A2FD16 /* Build configuration list for PBXNativeTarget "SolarStationUITests" */;
- buildPhases = (
- 834BBA862485050300A2FD16 /* Sources */,
- 834BBA872485050300A2FD16 /* Frameworks */,
- 834BBA882485050300A2FD16 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- 834BBA8C2485050300A2FD16 /* PBXTargetDependency */,
- );
- name = SolarStationUITests;
- productName = SolarStationUITests;
- productReference = 834BBA8A2485050300A2FD16 /* SolarStationUITests.xctest */;
- productType = "com.apple.product-type.bundle.ui-testing";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 834BBA61248504FE00A2FD16 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastSwiftUpdateCheck = 1150;
- LastUpgradeCheck = 1150;
- ORGANIZATIONNAME = weclouds;
- TargetAttributes = {
- 834BBA68248504FE00A2FD16 = {
- CreatedOnToolsVersion = 11.5;
- };
- 834BBA7E2485050300A2FD16 = {
- CreatedOnToolsVersion = 11.5;
- TestTargetID = 834BBA68248504FE00A2FD16;
- };
- 834BBA892485050300A2FD16 = {
- CreatedOnToolsVersion = 11.5;
- TestTargetID = 834BBA68248504FE00A2FD16;
- };
- };
- };
- buildConfigurationList = 834BBA64248504FE00A2FD16 /* Build configuration list for PBXProject "SolarStation" */;
- compatibilityVersion = "Xcode 9.3";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = 834BBA60248504FE00A2FD16;
- productRefGroup = 834BBA6A248504FE00A2FD16 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 834BBA68248504FE00A2FD16 /* SolarStation */,
- 834BBA7E2485050300A2FD16 /* SolarStationTests */,
- 834BBA892485050300A2FD16 /* SolarStationUITests */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- 834BBA67248504FE00A2FD16 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 834BBA792485050300A2FD16 /* LaunchScreen.storyboard in Resources */,
- 83F918F324A47EEF00252670 /* 1-登录_iphonex@3x.png in Resources */,
- 834BBA762485050300A2FD16 /* Assets.xcassets in Resources */,
- 83F918F424A47EEF00252670 /* SSLoginVCtr.xib in Resources */,
- 834BBA74248504FE00A2FD16 /* Main.storyboard in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 834BBA7D2485050300A2FD16 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 834BBA882485050300A2FD16 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXShellScriptBuildPhase section */
- C1BE0AFB3BA947E58F4C528F /* [CP] Embed Pods Frameworks */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-SolarStation/Pods-SolarStation-frameworks-${CONFIGURATION}-input-files.xcfilelist",
- );
- name = "[CP] Embed Pods Frameworks";
- outputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-SolarStation/Pods-SolarStation-frameworks-${CONFIGURATION}-output-files.xcfilelist",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SolarStation/Pods-SolarStation-frameworks.sh\"\n";
- showEnvVarsInLog = 0;
- };
- F35E5B7E316524549827272B /* [CP] Check Pods Manifest.lock */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- );
- inputPaths = (
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
- "${PODS_ROOT}/Manifest.lock",
- );
- name = "[CP] Check Pods Manifest.lock";
- outputFileListPaths = (
- );
- outputPaths = (
- "$(DERIVED_FILE_DIR)/Pods-SolarStation-checkManifestLockResult.txt",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- 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";
- showEnvVarsInLog = 0;
- };
- /* End PBXShellScriptBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- 834BBA65248504FE00A2FD16 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 83F918DE24A33C7100252670 /* NetworkManager.swift in Sources */,
- 834BBA71248504FE00A2FD16 /* ViewController.swift in Sources */,
- 83F918F824A480B800252670 /* SolarStationConstant.swift in Sources */,
- 83F918F224A47EEF00252670 /* SSLoginVCtr.swift in Sources */,
- 83F918F724A480B800252670 /* AppShare.swift in Sources */,
- 83F918E024A3775000252670 /* Request.swift in Sources */,
- 834BBA6D248504FE00A2FD16 /* AppDelegate.swift in Sources */,
- 834BBA6F248504FE00A2FD16 /* SceneDelegate.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 834BBA7B2485050300A2FD16 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 834BBA842485050300A2FD16 /* SolarStationTests.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 834BBA862485050300A2FD16 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 834BBA8F2485050300A2FD16 /* SolarStationUITests.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXTargetDependency section */
- 834BBA812485050300A2FD16 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 834BBA68248504FE00A2FD16 /* SolarStation */;
- targetProxy = 834BBA802485050300A2FD16 /* PBXContainerItemProxy */;
- };
- 834BBA8C2485050300A2FD16 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 834BBA68248504FE00A2FD16 /* SolarStation */;
- targetProxy = 834BBA8B2485050300A2FD16 /* PBXContainerItemProxy */;
- };
- /* End PBXTargetDependency section */
- /* Begin PBXVariantGroup section */
- 834BBA72248504FE00A2FD16 /* Main.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- 834BBA73248504FE00A2FD16 /* Base */,
- );
- name = Main.storyboard;
- sourceTree = "<group>";
- };
- 834BBA772485050300A2FD16 /* LaunchScreen.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- 834BBA782485050300A2FD16 /* Base */,
- );
- name = LaunchScreen.storyboard;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- 834BBA912485050300A2FD16 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu11;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 13.5;
- MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
- MTL_FAST_MATH = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = iphoneos;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- };
- name = Debug;
- };
- 834BBA922485050300A2FD16 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_C_LANGUAGE_STANDARD = gnu11;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 13.5;
- MTL_ENABLE_DEBUG_INFO = NO;
- MTL_FAST_MATH = YES;
- SDKROOT = iphoneos;
- SWIFT_COMPILATION_MODE = wholemodule;
- SWIFT_OPTIMIZATION_LEVEL = "-O";
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- 834BBA942485050300A2FD16 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = BA618B71F03A100218CB9823 /* Pods-SolarStation.debug.xcconfig */;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- CODE_SIGN_STYLE = Automatic;
- DEVELOPMENT_TEAM = Z2JRYT74ST;
- INFOPLIST_FILE = SolarStation/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = com.weclouds.SolarStation;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Debug;
- };
- 834BBA952485050300A2FD16 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 90EC1514F6247AAE9248EA34 /* Pods-SolarStation.release.xcconfig */;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- CODE_SIGN_STYLE = Automatic;
- DEVELOPMENT_TEAM = Z2JRYT74ST;
- INFOPLIST_FILE = SolarStation/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = com.weclouds.SolarStation;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Release;
- };
- 834BBA972485050300A2FD16 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
- BUNDLE_LOADER = "$(TEST_HOST)";
- CODE_SIGN_STYLE = Automatic;
- DEVELOPMENT_TEAM = Z2JRYT74ST;
- INFOPLIST_FILE = SolarStationTests/Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 13.5;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = com.weclouds.SolarStationTests;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SolarStation.app/SolarStation";
- };
- name = Debug;
- };
- 834BBA982485050300A2FD16 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
- BUNDLE_LOADER = "$(TEST_HOST)";
- CODE_SIGN_STYLE = Automatic;
- DEVELOPMENT_TEAM = Z2JRYT74ST;
- INFOPLIST_FILE = SolarStationTests/Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 13.5;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = com.weclouds.SolarStationTests;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SolarStation.app/SolarStation";
- };
- name = Release;
- };
- 834BBA9A2485050300A2FD16 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
- CODE_SIGN_STYLE = Automatic;
- DEVELOPMENT_TEAM = Z2JRYT74ST;
- INFOPLIST_FILE = SolarStationUITests/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = com.weclouds.SolarStationUITests;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- TEST_TARGET_NAME = SolarStation;
- };
- name = Debug;
- };
- 834BBA9B2485050300A2FD16 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
- CODE_SIGN_STYLE = Automatic;
- DEVELOPMENT_TEAM = Z2JRYT74ST;
- INFOPLIST_FILE = SolarStationUITests/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = com.weclouds.SolarStationUITests;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- TEST_TARGET_NAME = SolarStation;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 834BBA64248504FE00A2FD16 /* Build configuration list for PBXProject "SolarStation" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 834BBA912485050300A2FD16 /* Debug */,
- 834BBA922485050300A2FD16 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 834BBA932485050300A2FD16 /* Build configuration list for PBXNativeTarget "SolarStation" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 834BBA942485050300A2FD16 /* Debug */,
- 834BBA952485050300A2FD16 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 834BBA962485050300A2FD16 /* Build configuration list for PBXNativeTarget "SolarStationTests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 834BBA972485050300A2FD16 /* Debug */,
- 834BBA982485050300A2FD16 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 834BBA992485050300A2FD16 /* Build configuration list for PBXNativeTarget "SolarStationUITests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 834BBA9A2485050300A2FD16 /* Debug */,
- 834BBA9B2485050300A2FD16 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 834BBA61248504FE00A2FD16 /* Project object */;
- }
|