|
@@ -61,6 +61,8 @@
|
|
|
4255EC9C20C5286D00E5DA24 /* RAEditMultInputModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4255EC9B20C5286D00E5DA24 /* RAEditMultInputModel.m */; };
|
|
4255EC9C20C5286D00E5DA24 /* RAEditMultInputModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4255EC9B20C5286D00E5DA24 /* RAEditMultInputModel.m */; };
|
|
|
4255EC9F20C5287D00E5DA24 /* RAEditPhotoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4255EC9E20C5287D00E5DA24 /* RAEditPhotoModel.m */; };
|
|
4255EC9F20C5287D00E5DA24 /* RAEditPhotoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4255EC9E20C5287D00E5DA24 /* RAEditPhotoModel.m */; };
|
|
|
4255ECA120C5400400E5DA24 /* Barcode_h.png in Resources */ = {isa = PBXBuildFile; fileRef = 4255ECA020C5400300E5DA24 /* Barcode_h.png */; };
|
|
4255ECA120C5400400E5DA24 /* Barcode_h.png in Resources */ = {isa = PBXBuildFile; fileRef = 4255ECA020C5400300E5DA24 /* Barcode_h.png */; };
|
|
|
|
|
+ 4258D16120CE296E00067071 /* logout.png in Resources */ = {isa = PBXBuildFile; fileRef = 4258D16020CE296E00067071 /* logout.png */; };
|
|
|
|
|
+ 4258D16320CE298500067071 /* list.png in Resources */ = {isa = PBXBuildFile; fileRef = 4258D16220CE298500067071 /* list.png */; };
|
|
|
425B97CB20C7895F00B35713 /* RASingleton.m in Sources */ = {isa = PBXBuildFile; fileRef = 425B97CA20C7895F00B35713 /* RASingleton.m */; };
|
|
425B97CB20C7895F00B35713 /* RASingleton.m in Sources */ = {isa = PBXBuildFile; fileRef = 425B97CA20C7895F00B35713 /* RASingleton.m */; };
|
|
|
425B97D020C78ABE00B35713 /* RAUploadManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 425B97CE20C78ABE00B35713 /* RAUploadManager.m */; };
|
|
425B97D020C78ABE00B35713 /* RAUploadManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 425B97CE20C78ABE00B35713 /* RAUploadManager.m */; };
|
|
|
425B97D120C78ABE00B35713 /* RAUploadOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 425B97CF20C78ABE00B35713 /* RAUploadOperation.m */; };
|
|
425B97D120C78ABE00B35713 /* RAUploadOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 425B97CF20C78ABE00B35713 /* RAUploadOperation.m */; };
|
|
@@ -203,6 +205,8 @@
|
|
|
4255EC9D20C5287D00E5DA24 /* RAEditPhotoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RAEditPhotoModel.h; sourceTree = "<group>"; };
|
|
4255EC9D20C5287D00E5DA24 /* RAEditPhotoModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RAEditPhotoModel.h; sourceTree = "<group>"; };
|
|
|
4255EC9E20C5287D00E5DA24 /* RAEditPhotoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RAEditPhotoModel.m; sourceTree = "<group>"; };
|
|
4255EC9E20C5287D00E5DA24 /* RAEditPhotoModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RAEditPhotoModel.m; sourceTree = "<group>"; };
|
|
|
4255ECA020C5400300E5DA24 /* Barcode_h.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Barcode_h.png; sourceTree = "<group>"; };
|
|
4255ECA020C5400300E5DA24 /* Barcode_h.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Barcode_h.png; sourceTree = "<group>"; };
|
|
|
|
|
+ 4258D16020CE296E00067071 /* logout.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logout.png; sourceTree = "<group>"; };
|
|
|
|
|
+ 4258D16220CE298500067071 /* list.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = list.png; sourceTree = "<group>"; };
|
|
|
425B97C920C7895F00B35713 /* RASingleton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RASingleton.h; sourceTree = "<group>"; };
|
|
425B97C920C7895F00B35713 /* RASingleton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RASingleton.h; sourceTree = "<group>"; };
|
|
|
425B97CA20C7895F00B35713 /* RASingleton.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RASingleton.m; sourceTree = "<group>"; };
|
|
425B97CA20C7895F00B35713 /* RASingleton.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RASingleton.m; sourceTree = "<group>"; };
|
|
|
425B97CC20C78ABD00B35713 /* RAUploadOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAUploadOperation.h; path = ../../common/upload/RAUploadOperation.h; sourceTree = "<group>"; };
|
|
425B97CC20C78ABD00B35713 /* RAUploadOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAUploadOperation.h; path = ../../common/upload/RAUploadOperation.h; sourceTree = "<group>"; };
|
|
@@ -652,6 +656,8 @@
|
|
|
children = (
|
|
children = (
|
|
|
4255EC8120C51A4F00E5DA24 /* Barcode_n.png */,
|
|
4255EC8120C51A4F00E5DA24 /* Barcode_n.png */,
|
|
|
4255ECA020C5400300E5DA24 /* Barcode_h.png */,
|
|
4255ECA020C5400300E5DA24 /* Barcode_h.png */,
|
|
|
|
|
+ 4258D16020CE296E00067071 /* logout.png */,
|
|
|
|
|
+ 4258D16220CE298500067071 /* list.png */,
|
|
|
71EAA33020B9571B002F003C /* Apex And Drivers */,
|
|
71EAA33020B9571B002F003C /* Apex And Drivers */,
|
|
|
71EAA32F20B9571B002F003C /* Products */,
|
|
71EAA32F20B9571B002F003C /* Products */,
|
|
|
);
|
|
);
|
|
@@ -763,6 +769,7 @@
|
|
|
71EAA33E20B95720002F003C /* LaunchScreen.storyboard in Resources */,
|
|
71EAA33E20B95720002F003C /* LaunchScreen.storyboard in Resources */,
|
|
|
4255EC8220C51A5000E5DA24 /* Barcode_n.png in Resources */,
|
|
4255EC8220C51A5000E5DA24 /* Barcode_n.png in Resources */,
|
|
|
4255ECA120C5400400E5DA24 /* Barcode_h.png in Resources */,
|
|
4255ECA120C5400400E5DA24 /* Barcode_h.png in Resources */,
|
|
|
|
|
+ 4258D16320CE298500067071 /* list.png in Resources */,
|
|
|
42D8B8A320C2253E001C125F /* fake_order_list.json in Resources */,
|
|
42D8B8A320C2253E001C125F /* fake_order_list.json in Resources */,
|
|
|
424204E420C65827005AEED9 /* Camera.storyboard in Resources */,
|
|
424204E420C65827005AEED9 /* Camera.storyboard in Resources */,
|
|
|
42D8B8E020C28755001C125F /* fake_order_detail.json in Resources */,
|
|
42D8B8E020C28755001C125F /* fake_order_detail.json in Resources */,
|
|
@@ -772,6 +779,7 @@
|
|
|
424204DE20C6156E005AEED9 /* QRCode.storyboard in Resources */,
|
|
424204DE20C6156E005AEED9 /* QRCode.storyboard in Resources */,
|
|
|
424204F020C66D2D005AEED9 /* PhotoPreview.storyboard in Resources */,
|
|
424204F020C66D2D005AEED9 /* PhotoPreview.storyboard in Resources */,
|
|
|
4280034220C0F146004D4F50 /* LICENSE in Resources */,
|
|
4280034220C0F146004D4F50 /* LICENSE in Resources */,
|
|
|
|
|
+ 4258D16120CE296E00067071 /* logout.png in Resources */,
|
|
|
425B97EA20C7BF4E00B35713 /* Upload.storyboard in Resources */,
|
|
425B97EA20C7BF4E00B35713 /* Upload.storyboard in Resources */,
|
|
|
4255EC7620C5097200E5DA24 /* Edit.storyboard in Resources */,
|
|
4255EC7620C5097200E5DA24 /* Edit.storyboard in Resources */,
|
|
|
4205FD6320C136F900DB42B4 /* Home.storyboard in Resources */,
|
|
4205FD6320C136F900DB42B4 /* Home.storyboard in Resources */,
|