|
@@ -59,6 +59,12 @@
|
|
|
42BEF3A41E8A4D0700632AB6 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 42BEF3A31E8A4D0700632AB6 /* CoreData.framework */; };
|
|
42BEF3A41E8A4D0700632AB6 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 42BEF3A31E8A4D0700632AB6 /* CoreData.framework */; };
|
|
|
42D587B81F789731006B13F5 /* HWWeakTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D587B71F789731006B13F5 /* HWWeakTimer.m */; };
|
|
42D587B81F789731006B13F5 /* HWWeakTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D587B71F789731006B13F5 /* HWWeakTimer.m */; };
|
|
|
42D587BB1F7898F7006B13F5 /* ModelDescriptionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D587BA1F7898F7006B13F5 /* ModelDescriptionController.m */; };
|
|
42D587BB1F7898F7006B13F5 /* ModelDescriptionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D587BA1F7898F7006B13F5 /* ModelDescriptionController.m */; };
|
|
|
|
|
+ 42EC5FEE1FA1D84D00F8FAA4 /* FileCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 42EC5FEC1FA1D84D00F8FAA4 /* FileCache.m */; };
|
|
|
|
|
+ 42EC5FEF1FA1D84D00F8FAA4 /* RAConvertor.m in Sources */ = {isa = PBXBuildFile; fileRef = 42EC5FED1FA1D84D00F8FAA4 /* RAConvertor.m */; };
|
|
|
|
|
+ 42EC5FF81FA1D86300F8FAA4 /* EnumModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 42EC5FF21FA1D86300F8FAA4 /* EnumModel.m */; };
|
|
|
|
|
+ 42EC5FF91FA1D86300F8FAA4 /* EnumSelectAndSort.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 42EC5FF31FA1D86300F8FAA4 /* EnumSelectAndSort.storyboard */; };
|
|
|
|
|
+ 42EC5FFA1FA1D86300F8FAA4 /* EnumSelectAndSortCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42EC5FF51FA1D86300F8FAA4 /* EnumSelectAndSortCell.m */; };
|
|
|
|
|
+ 42EC5FFB1FA1D86300F8FAA4 /* EnumSelectAndSortViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 42EC5FF71FA1D86300F8FAA4 /* EnumSelectAndSortViewController.m */; };
|
|
|
42F9FAD71F8C5A8700D9C781 /* NetworkUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 42F9FAD31F8C5A8600D9C781 /* NetworkUtils.m */; };
|
|
42F9FAD71F8C5A8700D9C781 /* NetworkUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 42F9FAD31F8C5A8600D9C781 /* NetworkUtils.m */; };
|
|
|
42F9FAD81F8C5A8700D9C781 /* RANetworkTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 42F9FAD61F8C5A8600D9C781 /* RANetworkTaskDelegate.m */; };
|
|
42F9FAD81F8C5A8700D9C781 /* RANetworkTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 42F9FAD61F8C5A8600D9C781 /* RANetworkTaskDelegate.m */; };
|
|
|
715002021D13CDBE00F5927F /* BundleDetailButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 715002011D13CDBE00F5927F /* BundleDetailButton.m */; };
|
|
715002021D13CDBE00F5927F /* BundleDetailButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 715002011D13CDBE00F5927F /* BundleDetailButton.m */; };
|
|
@@ -354,6 +360,17 @@
|
|
|
42D587B71F789731006B13F5 /* HWWeakTimer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HWWeakTimer.m; path = common/AutoScrollImage/HWWeakTimer.m; sourceTree = SOURCE_ROOT; };
|
|
42D587B71F789731006B13F5 /* HWWeakTimer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HWWeakTimer.m; path = common/AutoScrollImage/HWWeakTimer.m; sourceTree = SOURCE_ROOT; };
|
|
|
42D587B91F7898F7006B13F5 /* ModelDescriptionController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ModelDescriptionController.h; path = common/Functions/modelDetail/ModelDescriptionController.h; sourceTree = SOURCE_ROOT; };
|
|
42D587B91F7898F7006B13F5 /* ModelDescriptionController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ModelDescriptionController.h; path = common/Functions/modelDetail/ModelDescriptionController.h; sourceTree = SOURCE_ROOT; };
|
|
|
42D587BA1F7898F7006B13F5 /* ModelDescriptionController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ModelDescriptionController.m; path = common/Functions/modelDetail/ModelDescriptionController.m; sourceTree = SOURCE_ROOT; };
|
|
42D587BA1F7898F7006B13F5 /* ModelDescriptionController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ModelDescriptionController.m; path = common/Functions/modelDetail/ModelDescriptionController.m; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
+ 42EC5FEA1FA1D84C00F8FAA4 /* FileCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FileCache.h; path = ../../common/FileCache.h; sourceTree = "<group>"; };
|
|
|
|
|
+ 42EC5FEB1FA1D84C00F8FAA4 /* RAConvertor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAConvertor.h; path = ../../common/RAConvertor.h; sourceTree = "<group>"; };
|
|
|
|
|
+ 42EC5FEC1FA1D84D00F8FAA4 /* FileCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FileCache.m; path = ../../common/FileCache.m; sourceTree = "<group>"; };
|
|
|
|
|
+ 42EC5FED1FA1D84D00F8FAA4 /* RAConvertor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAConvertor.m; path = ../../common/RAConvertor.m; sourceTree = "<group>"; };
|
|
|
|
|
+ 42EC5FF11FA1D86300F8FAA4 /* EnumModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EnumModel.h; sourceTree = "<group>"; };
|
|
|
|
|
+ 42EC5FF21FA1D86300F8FAA4 /* EnumModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EnumModel.m; sourceTree = "<group>"; };
|
|
|
|
|
+ 42EC5FF31FA1D86300F8FAA4 /* EnumSelectAndSort.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = EnumSelectAndSort.storyboard; sourceTree = "<group>"; };
|
|
|
|
|
+ 42EC5FF41FA1D86300F8FAA4 /* EnumSelectAndSortCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EnumSelectAndSortCell.h; sourceTree = "<group>"; };
|
|
|
|
|
+ 42EC5FF51FA1D86300F8FAA4 /* EnumSelectAndSortCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EnumSelectAndSortCell.m; sourceTree = "<group>"; };
|
|
|
|
|
+ 42EC5FF61FA1D86300F8FAA4 /* EnumSelectAndSortViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EnumSelectAndSortViewController.h; sourceTree = "<group>"; };
|
|
|
|
|
+ 42EC5FF71FA1D86300F8FAA4 /* EnumSelectAndSortViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EnumSelectAndSortViewController.m; sourceTree = "<group>"; };
|
|
|
42F9FAD31F8C5A8600D9C781 /* NetworkUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NetworkUtils.m; path = ../../common/NetworkUtils.m; sourceTree = "<group>"; };
|
|
42F9FAD31F8C5A8600D9C781 /* NetworkUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NetworkUtils.m; path = ../../common/NetworkUtils.m; sourceTree = "<group>"; };
|
|
|
42F9FAD41F8C5A8600D9C781 /* NetworkUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NetworkUtils.h; path = ../../common/NetworkUtils.h; sourceTree = "<group>"; };
|
|
42F9FAD41F8C5A8600D9C781 /* NetworkUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NetworkUtils.h; path = ../../common/NetworkUtils.h; sourceTree = "<group>"; };
|
|
|
42F9FAD51F8C5A8600D9C781 /* RANetworkTaskDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RANetworkTaskDelegate.h; path = ../../common/upload/RANetworkTaskDelegate.h; sourceTree = "<group>"; };
|
|
42F9FAD51F8C5A8600D9C781 /* RANetworkTaskDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RANetworkTaskDelegate.h; path = ../../common/upload/RANetworkTaskDelegate.h; sourceTree = "<group>"; };
|
|
@@ -999,6 +1016,21 @@
|
|
|
name = Frameworks;
|
|
name = Frameworks;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
|
};
|
|
};
|
|
|
|
|
+ 42EC5FF01FA1D86200F8FAA4 /* EnumSelectAndSort */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 42EC5FF11FA1D86300F8FAA4 /* EnumModel.h */,
|
|
|
|
|
+ 42EC5FF21FA1D86300F8FAA4 /* EnumModel.m */,
|
|
|
|
|
+ 42EC5FF31FA1D86300F8FAA4 /* EnumSelectAndSort.storyboard */,
|
|
|
|
|
+ 42EC5FF41FA1D86300F8FAA4 /* EnumSelectAndSortCell.h */,
|
|
|
|
|
+ 42EC5FF51FA1D86300F8FAA4 /* EnumSelectAndSortCell.m */,
|
|
|
|
|
+ 42EC5FF61FA1D86300F8FAA4 /* EnumSelectAndSortViewController.h */,
|
|
|
|
|
+ 42EC5FF71FA1D86300F8FAA4 /* EnumSelectAndSortViewController.m */,
|
|
|
|
|
+ );
|
|
|
|
|
+ name = EnumSelectAndSort;
|
|
|
|
|
+ path = common/CommonEditor/EnumSelectAndSort;
|
|
|
|
|
+ sourceTree = SOURCE_ROOT;
|
|
|
|
|
+ };
|
|
|
7183E83B1CF2913E00524787 = {
|
|
7183E83B1CF2913E00524787 = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
@@ -1133,6 +1165,10 @@
|
|
|
7183E8931CF29F3900524787 /* utils */ = {
|
|
7183E8931CF29F3900524787 /* utils */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ 42EC5FEA1FA1D84C00F8FAA4 /* FileCache.h */,
|
|
|
|
|
+ 42EC5FEC1FA1D84D00F8FAA4 /* FileCache.m */,
|
|
|
|
|
+ 42EC5FEB1FA1D84C00F8FAA4 /* RAConvertor.h */,
|
|
|
|
|
+ 42EC5FED1FA1D84D00F8FAA4 /* RAConvertor.m */,
|
|
|
42D587B61F789731006B13F5 /* HWWeakTimer.h */,
|
|
42D587B61F789731006B13F5 /* HWWeakTimer.h */,
|
|
|
42D587B71F789731006B13F5 /* HWWeakTimer.m */,
|
|
42D587B71F789731006B13F5 /* HWWeakTimer.m */,
|
|
|
42BEF3631E8A4C7D00632AB6 /* GoogleAnalytics */,
|
|
42BEF3631E8A4C7D00632AB6 /* GoogleAnalytics */,
|
|
@@ -1256,6 +1292,7 @@
|
|
|
7183E8EC1CF29F4500524787 /* MonthPickerViewController.m */,
|
|
7183E8EC1CF29F4500524787 /* MonthPickerViewController.m */,
|
|
|
7183E8ED1CF29F4500524787 /* SRMonthPicker.h */,
|
|
7183E8ED1CF29F4500524787 /* SRMonthPicker.h */,
|
|
|
7183E8EE1CF29F4500524787 /* SRMonthPicker.m */,
|
|
7183E8EE1CF29F4500524787 /* SRMonthPicker.m */,
|
|
|
|
|
+ 42EC5FF01FA1D86200F8FAA4 /* EnumSelectAndSort */,
|
|
|
);
|
|
);
|
|
|
name = CommonEditor;
|
|
name = CommonEditor;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -1799,6 +1836,7 @@
|
|
|
7183EA441CF2A06600524787 /* Main.storyboard in Resources */,
|
|
7183EA441CF2A06600524787 /* Main.storyboard in Resources */,
|
|
|
71C1D8201F45574200CEA1C9 /* PhotoList.storyboard in Resources */,
|
|
71C1D8201F45574200CEA1C9 /* PhotoList.storyboard in Resources */,
|
|
|
7183EA411CF2A04D00524787 /* OLM.storyboard in Resources */,
|
|
7183EA411CF2A04D00524787 /* OLM.storyboard in Resources */,
|
|
|
|
|
+ 42EC5FF91FA1D86300F8FAA4 /* EnumSelectAndSort.storyboard in Resources */,
|
|
|
7183EA041CF29FCB00524787 /* customer_info_template.json in Resources */,
|
|
7183EA041CF29FCB00524787 /* customer_info_template.json in Resources */,
|
|
|
7183E9241CF29F4500524787 /* include in Resources */,
|
|
7183E9241CF29F4500524787 /* include in Resources */,
|
|
|
719562441CF6937F00C74A49 /* default_appearance.json in Resources */,
|
|
719562441CF6937F00C74A49 /* default_appearance.json in Resources */,
|
|
@@ -1847,6 +1885,7 @@
|
|
|
4289806A1E24A9DE005F1BD8 /* OfflineUnlockViewController.m in Sources */,
|
|
4289806A1E24A9DE005F1BD8 /* OfflineUnlockViewController.m in Sources */,
|
|
|
42F9FAD81F8C5A8700D9C781 /* RANetworkTaskDelegate.m in Sources */,
|
|
42F9FAD81F8C5A8700D9C781 /* RANetworkTaskDelegate.m in Sources */,
|
|
|
7183E89D1CF29F3900524787 /* qrinput.c in Sources */,
|
|
7183E89D1CF29F3900524787 /* qrinput.c in Sources */,
|
|
|
|
|
+ 42EC5FEF1FA1D84D00F8FAA4 /* RAConvertor.m in Sources */,
|
|
|
7183E9061CF29F4500524787 /* NIDropDown.m in Sources */,
|
|
7183E9061CF29F4500524787 /* NIDropDown.m in Sources */,
|
|
|
428980911E24B2C2005F1BD8 /* RAPDFPage.m in Sources */,
|
|
428980911E24B2C2005F1BD8 /* RAPDFPage.m in Sources */,
|
|
|
7183EA0A1CF29FCB00524787 /* DetailKVCell.m in Sources */,
|
|
7183EA0A1CF29FCB00524787 /* DetailKVCell.m in Sources */,
|
|
@@ -1879,6 +1918,7 @@
|
|
|
7183E9131CF29F4500524787 /* CommonEditorCellLabel.m in Sources */,
|
|
7183E9131CF29F4500524787 /* CommonEditorCellLabel.m in Sources */,
|
|
|
7183EA111CF29FCB00524787 /* HomeTableViewCellTopic.m in Sources */,
|
|
7183EA111CF29FCB00524787 /* HomeTableViewCellTopic.m in Sources */,
|
|
|
42BEF39A1E8A4C7D00632AB6 /* README.md in Sources */,
|
|
42BEF39A1E8A4C7D00632AB6 /* README.md in Sources */,
|
|
|
|
|
+ 42EC5FFA1FA1D86300F8FAA4 /* EnumSelectAndSortCell.m in Sources */,
|
|
|
7195623F1CF580E800C74A49 /* DefaultTableHeaderView.m in Sources */,
|
|
7195623F1CF580E800C74A49 /* DefaultTableHeaderView.m in Sources */,
|
|
|
7183EA1F1CF29FCB00524787 /* PDFListViewController.m in Sources */,
|
|
7183EA1F1CF29FCB00524787 /* PDFListViewController.m in Sources */,
|
|
|
7183E8A81CF29F3900524787 /* iSalesDB.m in Sources */,
|
|
7183E8A81CF29F3900524787 /* iSalesDB.m in Sources */,
|
|
@@ -1915,6 +1955,7 @@
|
|
|
4289806F1E24AEA6005F1BD8 /* Singleton.m in Sources */,
|
|
4289806F1E24AEA6005F1BD8 /* Singleton.m in Sources */,
|
|
|
71D30A2A1CFC0EDD006F9477 /* DefaultImageButton.m in Sources */,
|
|
71D30A2A1CFC0EDD006F9477 /* DefaultImageButton.m in Sources */,
|
|
|
7183E8941CF29F3900524787 /* ioapi.c in Sources */,
|
|
7183E8941CF29F3900524787 /* ioapi.c in Sources */,
|
|
|
|
|
+ 42EC5FFB1FA1D86300F8FAA4 /* EnumSelectAndSortViewController.m in Sources */,
|
|
|
7183E8A61CF29F3900524787 /* Reachability.m in Sources */,
|
|
7183E8A61CF29F3900524787 /* Reachability.m in Sources */,
|
|
|
7183EA6D1CF2B05C00524787 /* NSData+Base64.m in Sources */,
|
|
7183EA6D1CF2B05C00524787 /* NSData+Base64.m in Sources */,
|
|
|
7183E9F91CF29FCB00524787 /* RATreeView+Enums.m in Sources */,
|
|
7183E9F91CF29FCB00524787 /* RATreeView+Enums.m in Sources */,
|
|
@@ -1954,6 +1995,7 @@
|
|
|
7183EA1A1CF29FCB00524787 /* OrderListViewController.m in Sources */,
|
|
7183EA1A1CF29FCB00524787 /* OrderListViewController.m in Sources */,
|
|
|
7183E91A1CF29F4500524787 /* DatePickerViewController.m in Sources */,
|
|
7183E91A1CF29F4500524787 /* DatePickerViewController.m in Sources */,
|
|
|
7183E8491CF2913E00524787 /* main.m in Sources */,
|
|
7183E8491CF2913E00524787 /* main.m in Sources */,
|
|
|
|
|
+ 42EC5FF81FA1D86300F8FAA4 /* EnumModel.m in Sources */,
|
|
|
42BEF3971E8A4C7D00632AB6 /* README.md in Sources */,
|
|
42BEF3971E8A4C7D00632AB6 /* README.md in Sources */,
|
|
|
42BEF39D1E8A4C7D00632AB6 /* GTMNSData+zlib.m in Sources */,
|
|
42BEF39D1E8A4C7D00632AB6 /* GTMNSData+zlib.m in Sources */,
|
|
|
7183E9E91CF29FCB00524787 /* BundleModelViewController.m in Sources */,
|
|
7183E9E91CF29FCB00524787 /* BundleModelViewController.m in Sources */,
|
|
@@ -1994,6 +2036,7 @@
|
|
|
7183E8951CF29F3900524787 /* mztools.c in Sources */,
|
|
7183E8951CF29F3900524787 /* mztools.c in Sources */,
|
|
|
7183EA301CF29FCB00524787 /* PopupNavigationController.m in Sources */,
|
|
7183EA301CF29FCB00524787 /* PopupNavigationController.m in Sources */,
|
|
|
7183E9041CF29F4500524787 /* ImageUploadViewController.m in Sources */,
|
|
7183E9041CF29F4500524787 /* ImageUploadViewController.m in Sources */,
|
|
|
|
|
+ 42EC5FEE1FA1D84D00F8FAA4 /* FileCache.m in Sources */,
|
|
|
7183E9F11CF29FCB00524787 /* CategorySearchFilterViewController.m in Sources */,
|
|
7183E9F11CF29FCB00524787 /* CategorySearchFilterViewController.m in Sources */,
|
|
|
7183E9F01CF29FCB00524787 /* CategoryCellSmall.m in Sources */,
|
|
7183E9F01CF29FCB00524787 /* CategoryCellSmall.m in Sources */,
|
|
|
7183EA241CF29FCB00524787 /* ScannerViewController.m in Sources */,
|
|
7183EA241CF29FCB00524787 /* ScannerViewController.m in Sources */,
|