|
@@ -141,6 +141,9 @@
|
|
|
42D8B8DB20C279AA001C125F /* RAOrderDetailViewController+TableViewDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D8B8DA20C279AA001C125F /* RAOrderDetailViewController+TableViewDataSource.m */; };
|
|
42D8B8DB20C279AA001C125F /* RAOrderDetailViewController+TableViewDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D8B8DA20C279AA001C125F /* RAOrderDetailViewController+TableViewDataSource.m */; };
|
|
|
42D8B8DE20C279BA001C125F /* RAOrderDetailViewController+TableViewDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D8B8DD20C279BA001C125F /* RAOrderDetailViewController+TableViewDelegate.m */; };
|
|
42D8B8DE20C279BA001C125F /* RAOrderDetailViewController+TableViewDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D8B8DD20C279BA001C125F /* RAOrderDetailViewController+TableViewDelegate.m */; };
|
|
|
42D8B8E020C28755001C125F /* fake_order_detail.json in Resources */ = {isa = PBXBuildFile; fileRef = 42D8B8DF20C28755001C125F /* fake_order_detail.json */; };
|
|
42D8B8E020C28755001C125F /* fake_order_detail.json in Resources */ = {isa = PBXBuildFile; fileRef = 42D8B8DF20C28755001C125F /* fake_order_detail.json */; };
|
|
|
|
|
+ 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 */; };
|
|
|
42ED62D920F85ADB00E08CCB /* NotificationService.m in Sources */ = {isa = PBXBuildFile; fileRef = 42ED62D820F85ADB00E08CCB /* NotificationService.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, ); }; };
|
|
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 */; };
|
|
42F0C5D720E20B3F00922442 /* RACameraViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 42F0C5D620E20B3E00922442 /* RACameraViewController.m */; };
|
|
@@ -423,6 +426,12 @@
|
|
|
42D8B8DC20C279BA001C125F /* RAOrderDetailViewController+TableViewDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RAOrderDetailViewController+TableViewDelegate.h"; sourceTree = "<group>"; };
|
|
42D8B8DC20C279BA001C125F /* RAOrderDetailViewController+TableViewDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RAOrderDetailViewController+TableViewDelegate.h"; sourceTree = "<group>"; };
|
|
|
42D8B8DD20C279BA001C125F /* RAOrderDetailViewController+TableViewDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "RAOrderDetailViewController+TableViewDelegate.m"; sourceTree = "<group>"; };
|
|
42D8B8DD20C279BA001C125F /* RAOrderDetailViewController+TableViewDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "RAOrderDetailViewController+TableViewDelegate.m"; sourceTree = "<group>"; };
|
|
|
42D8B8DF20C28755001C125F /* fake_order_detail.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = fake_order_detail.json; sourceTree = "<group>"; };
|
|
42D8B8DF20C28755001C125F /* fake_order_detail.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = fake_order_detail.json; sourceTree = "<group>"; };
|
|
|
|
|
+ 42DFE261213F80AF000213C2 /* RAEmptyDataView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RAEmptyDataView.h; sourceTree = "<group>"; };
|
|
|
|
|
+ 42DFE262213F80AF000213C2 /* RAEmptyDataView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RAEmptyDataView.m; sourceTree = "<group>"; };
|
|
|
|
|
+ 42DFE263213F80AF000213C2 /* UIScrollView+Empty.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+Empty.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 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>"; };
|
|
|
42ED62D520F85ADB00E08CCB /* RADriversNotificationService.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = RADriversNotificationService.appex; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
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>"; };
|
|
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>"; };
|
|
42ED62D820F85ADB00E08CCB /* NotificationService.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NotificationService.m; sourceTree = "<group>"; };
|
|
@@ -980,6 +989,26 @@
|
|
|
path = Collection;
|
|
path = Collection;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
|
};
|
|
};
|
|
|
|
|
+ 42DFE260213F80AF000213C2 /* UIScrollVIew+Empty */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 42DFE261213F80AF000213C2 /* RAEmptyDataView.h */,
|
|
|
|
|
+ 42DFE262213F80AF000213C2 /* RAEmptyDataView.m */,
|
|
|
|
|
+ 42DFE263213F80AF000213C2 /* UIScrollView+Empty.h */,
|
|
|
|
|
+ 42DFE264213F80AF000213C2 /* UIScrollView+Empty.m */,
|
|
|
|
|
+ );
|
|
|
|
|
+ path = "UIScrollVIew+Empty";
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
|
|
+ 42DFE267213F81F8000213C2 /* EmptyView */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 42DFE268213F821E000213C2 /* RAEmptyView.h */,
|
|
|
|
|
+ 42DFE269213F821E000213C2 /* RAEmptyView.m */,
|
|
|
|
|
+ );
|
|
|
|
|
+ path = EmptyView;
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
42ED62D620F85ADB00E08CCB /* RADriversNotificationService */ = {
|
|
42ED62D620F85ADB00E08CCB /* RADriversNotificationService */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
@@ -1019,6 +1048,8 @@
|
|
|
71EAA33020B9571B002F003C /* Apex And Drivers */ = {
|
|
71EAA33020B9571B002F003C /* Apex And Drivers */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ 42DFE267213F81F8000213C2 /* EmptyView */,
|
|
|
|
|
+ 42DFE260213F80AF000213C2 /* UIScrollVIew+Empty */,
|
|
|
422DA1BD2134FA510021BD70 /* PresentationController */,
|
|
422DA1BD2134FA510021BD70 /* PresentationController */,
|
|
|
71EAA34720B957D5002F003C /* Apex And Drivers.entitlements */,
|
|
71EAA34720B957D5002F003C /* Apex And Drivers.entitlements */,
|
|
|
42810FF420E4D46F00315156 /* Refresh */,
|
|
42810FF420E4D46F00315156 /* Refresh */,
|
|
@@ -1221,6 +1252,8 @@
|
|
|
420D11092133EE5D00149B37 /* RAOrderFilterSectionModel.m in Sources */,
|
|
420D11092133EE5D00149B37 /* RAOrderFilterSectionModel.m in Sources */,
|
|
|
42D8B8DE20C279BA001C125F /* RAOrderDetailViewController+TableViewDelegate.m in Sources */,
|
|
42D8B8DE20C279BA001C125F /* RAOrderDetailViewController+TableViewDelegate.m in Sources */,
|
|
|
425B97E520C7BD3800B35713 /* UIView+Toast.m in Sources */,
|
|
425B97E520C7BD3800B35713 /* UIView+Toast.m in Sources */,
|
|
|
|
|
+ 42DFE26A213F821E000213C2 /* RAEmptyView.m in Sources */,
|
|
|
|
|
+ 42DFE265213F80AF000213C2 /* RAEmptyDataView.m in Sources */,
|
|
|
42529D2B20C0EA0A000C0F4D /* RAUtils.m in Sources */,
|
|
42529D2B20C0EA0A000C0F4D /* RAUtils.m in Sources */,
|
|
|
4281100420E4D47000315156 /* UIScrollView+JLRefresh.m in Sources */,
|
|
4281100420E4D47000315156 /* UIScrollView+JLRefresh.m in Sources */,
|
|
|
4205FD6620C13BF400DB42B4 /* RAOrderCell.m in Sources */,
|
|
4205FD6620C13BF400DB42B4 /* RAOrderCell.m in Sources */,
|
|
@@ -1298,6 +1331,7 @@
|
|
|
71EAA34120B95720002F003C /* main.m in Sources */,
|
|
71EAA34120B95720002F003C /* main.m in Sources */,
|
|
|
4255EC6E20C4E29B00E5DA24 /* RADetailActionSelectionCell.m in Sources */,
|
|
4255EC6E20C4E29B00E5DA24 /* RADetailActionSelectionCell.m in Sources */,
|
|
|
4205FD4820C0F33500DB42B4 /* LoginViewController.m in Sources */,
|
|
4205FD4820C0F33500DB42B4 /* LoginViewController.m in Sources */,
|
|
|
|
|
+ 42DFE266213F80AF000213C2 /* UIScrollView+Empty.m in Sources */,
|
|
|
4235FAB6213E30CC000B6672 /* RAEditImageBaseModel.m in Sources */,
|
|
4235FAB6213E30CC000B6672 /* RAEditImageBaseModel.m in Sources */,
|
|
|
4281100320E4D47000315156 /* JLRefreshBasis.m in Sources */,
|
|
4281100320E4D47000315156 /* JLRefreshBasis.m in Sources */,
|
|
|
420D11182133F06900149B37 /* RAOrderFilterStatusCell.m in Sources */,
|
|
420D11182133F06900149B37 /* RAOrderFilterStatusCell.m in Sources */,
|