Ver Fonte

1.修改iOS Apex Drivers后台修改过的Order状态处理。

Pen Li há 7 anos atrás
pai
commit
b923baab54

+ 6 - 0
Redant Drivers/Apex And Drivers.xcodeproj/project.pbxproj

@@ -144,6 +144,7 @@
 		42DFE265213F80AF000213C2 /* RAEmptyDataView.m in Sources */ = {isa = PBXBuildFile; fileRef = 42DFE262213F80AF000213C2 /* RAEmptyDataView.m */; };
 		42DFE266213F80AF000213C2 /* UIScrollView+Empty.m in Sources */ = {isa = PBXBuildFile; fileRef = 42DFE264213F80AF000213C2 /* UIScrollView+Empty.m */; };
 		42DFE26A213F821E000213C2 /* RAEmptyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 42DFE269213F821E000213C2 /* RAEmptyView.m */; };
+		42DFE26F213FC1B8000213C2 /* RAHomeSectionHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 42DFE26E213FC1B7000213C2 /* RAHomeSectionHeaderView.m */; };
 		42ED62D920F85ADB00E08CCB /* NotificationService.m in Sources */ = {isa = PBXBuildFile; fileRef = 42ED62D820F85ADB00E08CCB /* NotificationService.m */; };
 		42ED62DD20F85ADB00E08CCB /* RADriversNotificationService.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 42ED62D520F85ADB00E08CCB /* RADriversNotificationService.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
 		42F0C5D720E20B3F00922442 /* RACameraViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 42F0C5D620E20B3E00922442 /* RACameraViewController.m */; };
@@ -432,6 +433,8 @@
 		42DFE264213F80AF000213C2 /* UIScrollView+Empty.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+Empty.m"; sourceTree = "<group>"; };
 		42DFE268213F821E000213C2 /* RAEmptyView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RAEmptyView.h; sourceTree = "<group>"; };
 		42DFE269213F821E000213C2 /* RAEmptyView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RAEmptyView.m; sourceTree = "<group>"; };
+		42DFE26D213FC1B7000213C2 /* RAHomeSectionHeaderView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RAHomeSectionHeaderView.h; sourceTree = "<group>"; };
+		42DFE26E213FC1B7000213C2 /* RAHomeSectionHeaderView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RAHomeSectionHeaderView.m; sourceTree = "<group>"; };
 		42ED62D520F85ADB00E08CCB /* RADriversNotificationService.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = RADriversNotificationService.appex; sourceTree = BUILT_PRODUCTS_DIR; };
 		42ED62D720F85ADB00E08CCB /* NotificationService.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NotificationService.h; sourceTree = "<group>"; };
 		42ED62D820F85ADB00E08CCB /* NotificationService.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NotificationService.m; sourceTree = "<group>"; };
@@ -532,6 +535,8 @@
 				4205FD7020C1465400DB42B4 /* RAHomeOrderModel.h */,
 				4205FD7120C1465400DB42B4 /* RAHomeOrderModel.m */,
 				422BD95B213CE0F300DF8E89 /* HomeHeader.xib */,
+				42DFE26D213FC1B7000213C2 /* RAHomeSectionHeaderView.h */,
+				42DFE26E213FC1B7000213C2 /* RAHomeSectionHeaderView.m */,
 			);
 			path = Home;
 			sourceTree = "<group>";
@@ -1233,6 +1238,7 @@
 			isa = PBXSourcesBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
+				42DFE26F213FC1B8000213C2 /* RAHomeSectionHeaderView.m in Sources */,
 				4235FAAC213E255D000B6672 /* SignatureView.m in Sources */,
 				422BD95F213CE2E600DF8E89 /* RABadgeNumberView.m in Sources */,
 				4255EC8720C51D4900E5DA24 /* RAEditPhotoCell.m in Sources */,