|
@@ -164,6 +164,7 @@
|
|
|
42DFE26F213FC1B8000213C2 /* RAHomeSectionHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 42DFE26E213FC1B7000213C2 /* RAHomeSectionHeaderView.m */; };
|
|
42DFE26F213FC1B8000213C2 /* RAHomeSectionHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 42DFE26E213FC1B7000213C2 /* RAHomeSectionHeaderView.m */; };
|
|
|
42ECE182214A04BE00AD8283 /* RASettingAboutModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 42ECE181214A04BE00AD8283 /* RASettingAboutModel.m */; };
|
|
42ECE182214A04BE00AD8283 /* RASettingAboutModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 42ECE181214A04BE00AD8283 /* RASettingAboutModel.m */; };
|
|
|
42ECE185214A08A900AD8283 /* RASettingAboutCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42ECE184214A08A900AD8283 /* RASettingAboutCell.m */; };
|
|
42ECE185214A08A900AD8283 /* RASettingAboutCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42ECE184214A08A900AD8283 /* RASettingAboutCell.m */; };
|
|
|
|
|
+ 42ECE189214A49B600AD8283 /* RAChangePasswordViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 42ECE188214A49B600AD8283 /* RAChangePasswordViewController.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 */; };
|
|
@@ -492,6 +493,8 @@
|
|
|
42ECE181214A04BE00AD8283 /* RASettingAboutModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RASettingAboutModel.m; sourceTree = "<group>"; };
|
|
42ECE181214A04BE00AD8283 /* RASettingAboutModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RASettingAboutModel.m; sourceTree = "<group>"; };
|
|
|
42ECE183214A08A900AD8283 /* RASettingAboutCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RASettingAboutCell.h; sourceTree = "<group>"; };
|
|
42ECE183214A08A900AD8283 /* RASettingAboutCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RASettingAboutCell.h; sourceTree = "<group>"; };
|
|
|
42ECE184214A08A900AD8283 /* RASettingAboutCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RASettingAboutCell.m; sourceTree = "<group>"; };
|
|
42ECE184214A08A900AD8283 /* RASettingAboutCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RASettingAboutCell.m; sourceTree = "<group>"; };
|
|
|
|
|
+ 42ECE187214A49B600AD8283 /* RAChangePasswordViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RAChangePasswordViewController.h; sourceTree = "<group>"; };
|
|
|
|
|
+ 42ECE188214A49B600AD8283 /* RAChangePasswordViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RAChangePasswordViewController.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>"; };
|
|
@@ -1005,6 +1008,7 @@
|
|
|
42D7B072214794380046FE89 /* Setting */ = {
|
|
42D7B072214794380046FE89 /* Setting */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ 42ECE186214A499A00AD8283 /* ChangePassword */,
|
|
|
4259599621490AD400F7DD41 /* Option */,
|
|
4259599621490AD400F7DD41 /* Option */,
|
|
|
425959932149040300F7DD41 /* Data */,
|
|
425959932149040300F7DD41 /* Data */,
|
|
|
425959712148F30700F7DD41 /* Cell */,
|
|
425959712148F30700F7DD41 /* Cell */,
|
|
@@ -1166,6 +1170,15 @@
|
|
|
path = EmptyView;
|
|
path = EmptyView;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
|
};
|
|
};
|
|
|
|
|
+ 42ECE186214A499A00AD8283 /* ChangePassword */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 42ECE187214A49B600AD8283 /* RAChangePasswordViewController.h */,
|
|
|
|
|
+ 42ECE188214A49B600AD8283 /* RAChangePasswordViewController.m */,
|
|
|
|
|
+ );
|
|
|
|
|
+ path = ChangePassword;
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
42ED62D620F85ADB00E08CCB /* RADriversNotificationService */ = {
|
|
42ED62D620F85ADB00E08CCB /* RADriversNotificationService */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
@@ -1202,8 +1215,6 @@
|
|
|
71EAA33020B9571B002F003C /* Apex And Drivers */ = {
|
|
71EAA33020B9571B002F003C /* Apex And Drivers */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
- 42D7B073214794420046FE89 /* Message */,
|
|
|
|
|
- 42D7B072214794380046FE89 /* Setting */,
|
|
|
|
|
42DFE267213F81F8000213C2 /* EmptyView */,
|
|
42DFE267213F81F8000213C2 /* EmptyView */,
|
|
|
42DFE260213F80AF000213C2 /* UIScrollVIew+Empty */,
|
|
42DFE260213F80AF000213C2 /* UIScrollVIew+Empty */,
|
|
|
422DA1BD2134FA510021BD70 /* PresentationController */,
|
|
422DA1BD2134FA510021BD70 /* PresentationController */,
|
|
@@ -1215,6 +1226,8 @@
|
|
|
42529D2220C0E91E000C0F4D /* DataProvider */,
|
|
42529D2220C0E91E000C0F4D /* DataProvider */,
|
|
|
42529D1E20C0E8C4000C0F4D /* Network */,
|
|
42529D1E20C0E8C4000C0F4D /* Network */,
|
|
|
4205FD5920C1313F00DB42B4 /* BaseViewController */,
|
|
4205FD5920C1313F00DB42B4 /* BaseViewController */,
|
|
|
|
|
+ 42D7B073214794420046FE89 /* Message */,
|
|
|
|
|
+ 42D7B072214794380046FE89 /* Setting */,
|
|
|
4205FD4520C0F33500DB42B4 /* Login */,
|
|
4205FD4520C0F33500DB42B4 /* Login */,
|
|
|
420D10FF2133DFFF00149B37 /* Filter */,
|
|
420D10FF2133DFFF00149B37 /* Filter */,
|
|
|
4205FD5E20C1359C00DB42B4 /* Home */,
|
|
4205FD5E20C1359C00DB42B4 /* Home */,
|
|
@@ -1400,6 +1413,7 @@
|
|
|
42C1B2742134F24C00637085 /* RADatePickerViewController.m in Sources */,
|
|
42C1B2742134F24C00637085 /* RADatePickerViewController.m in Sources */,
|
|
|
42529D3B20C0EA3F000C0F4D /* unzip.c in Sources */,
|
|
42529D3B20C0EA3F000C0F4D /* unzip.c in Sources */,
|
|
|
4205FD4B20C0F4C400DB42B4 /* RetrievePasswordViewController.m in Sources */,
|
|
4205FD4B20C0F4C400DB42B4 /* RetrievePasswordViewController.m in Sources */,
|
|
|
|
|
+ 42ECE189214A49B600AD8283 /* RAChangePasswordViewController.m in Sources */,
|
|
|
420D11292133F7F600149B37 /* RAOrderFilterViewController+TableDelegate.m in Sources */,
|
|
420D11292133F7F600149B37 /* RAOrderFilterViewController+TableDelegate.m in Sources */,
|
|
|
420D11262133F7E200149B37 /* RAOrderFilterViewController+DataSource.m in Sources */,
|
|
420D11262133F7E200149B37 /* RAOrderFilterViewController+DataSource.m in Sources */,
|
|
|
42529D4320C0EB01000C0F4D /* RANetworkTaskDelegate.m in Sources */,
|
|
42529D4320C0EB01000C0F4D /* RANetworkTaskDelegate.m in Sources */,
|