|
@@ -7,6 +7,9 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
+ 83495F4824E910200094F0BB /* NetWorkConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83495F4724E910200094F0BB /* NetWorkConfig.swift */; };
|
|
|
+ 83495F4A24E910640094F0BB /* NetWorkBaseApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83495F4924E910640094F0BB /* NetWorkBaseApi.swift */; };
|
|
|
+ 83495F4C24E9113A0094F0BB /* NetWorkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83495F4B24E9113A0094F0BB /* NetWorkManager.swift */; };
|
|
|
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 */; };
|
|
@@ -15,8 +18,6 @@
|
|
|
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 */; };
|
|
@@ -44,6 +45,9 @@
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
4E366BFCAA7F428E6F0624CA /* Pods_SolarStation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SolarStation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ 83495F4724E910200094F0BB /* NetWorkConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetWorkConfig.swift; sourceTree = "<group>"; };
|
|
|
+ 83495F4924E910640094F0BB /* NetWorkBaseApi.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetWorkBaseApi.swift; sourceTree = "<group>"; };
|
|
|
+ 83495F4B24E9113A0094F0BB /* NetWorkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetWorkManager.swift; sourceTree = "<group>"; };
|
|
|
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>"; };
|
|
@@ -58,8 +62,6 @@
|
|
|
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>"; };
|
|
@@ -180,8 +182,9 @@
|
|
|
834C8BE724960F3E0088B9DB /* Network */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 83F918DD24A33C7100252670 /* NetworkManager.swift */,
|
|
|
- 83F918DF24A3775000252670 /* Request.swift */,
|
|
|
+ 83495F4724E910200094F0BB /* NetWorkConfig.swift */,
|
|
|
+ 83495F4924E910640094F0BB /* NetWorkBaseApi.swift */,
|
|
|
+ 83495F4B24E9113A0094F0BB /* NetWorkManager.swift */,
|
|
|
);
|
|
|
name = Network;
|
|
|
sourceTree = "<group>";
|
|
@@ -422,13 +425,14 @@
|
|
|
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 */,
|
|
|
+ 83495F4824E910200094F0BB /* NetWorkConfig.swift in Sources */,
|
|
|
83F918F724A480B800252670 /* AppShare.swift in Sources */,
|
|
|
- 83F918E024A3775000252670 /* Request.swift in Sources */,
|
|
|
+ 83495F4C24E9113A0094F0BB /* NetWorkManager.swift in Sources */,
|
|
|
834BBA6D248504FE00A2FD16 /* AppDelegate.swift in Sources */,
|
|
|
+ 83495F4A24E910640094F0BB /* NetWorkBaseApi.swift in Sources */,
|
|
|
834BBA6F248504FE00A2FD16 /* SceneDelegate.swift in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|