Ver código fonte

1.修改GATIT编译错误。

Pen Li 8 anos atrás
pai
commit
c2ea2bd66a

+ 30 - 0
RedAnt ERP Mobile/iSales-GATIT.xcodeproj/project.pbxproj

@@ -40,6 +40,10 @@
 		42BEF35F1E89FEE300632AB6 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 42BEF35E1E89FEE300632AB6 /* CoreData.framework */; };
 		42BEF3621E8A005800632AB6 /* GoogleAnalyst.m in Sources */ = {isa = PBXBuildFile; fileRef = 42BEF3611E8A005800632AB6 /* GoogleAnalyst.m */; };
 		42BF67CC1E5179970081F90A /* ERPUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 42BF67CB1E5179970081F90A /* ERPUtils.m */; };
+		42CB4B032008524B006BDB88 /* CommonEditorAutoCompleteView.m in Sources */ = {isa = PBXBuildFile; fileRef = 42CB4B012008524B006BDB88 /* CommonEditorAutoCompleteView.m */; };
+		42CB4B042008524B006BDB88 /* CommonEditorAutoCompleteView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42CB4B022008524B006BDB88 /* CommonEditorAutoCompleteView.xib */; };
+		42CB4B07200852E0006BDB88 /* MDHTMLLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 42CB4B06200852E0006BDB88 /* MDHTMLLabel.m */; };
+		42CB4B0A20085385006BDB88 /* RABackOrderSubmitAlertController.m in Sources */ = {isa = PBXBuildFile; fileRef = 42CB4B0920085385006BDB88 /* RABackOrderSubmitAlertController.m */; };
 		42D3A4A11EFA6D36007A54C1 /* ContentPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D3A49B1EFA6D36007A54C1 /* ContentPreviewController.m */; };
 		42D3A4A21EFA6D36007A54C1 /* PhotoList.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 42D3A49D1EFA6D36007A54C1 /* PhotoList.storyboard */; };
 		42D3A4A31EFA6D36007A54C1 /* PhotoPreviewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D3A4A01EFA6D36007A54C1 /* PhotoPreviewCell.m */; };
@@ -351,6 +355,13 @@
 		42BEF3611E8A005800632AB6 /* GoogleAnalyst.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GoogleAnalyst.m; sourceTree = "<group>"; };
 		42BF67CA1E5179970081F90A /* ERPUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ERPUtils.h; path = common/ERPUtils.h; sourceTree = SOURCE_ROOT; };
 		42BF67CB1E5179970081F90A /* ERPUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ERPUtils.m; path = common/ERPUtils.m; sourceTree = SOURCE_ROOT; };
+		42CB4B002008524B006BDB88 /* CommonEditorAutoCompleteView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorAutoCompleteView.h; path = ../../common/customUI/commoneditor/CommonEditorAutoCompleteView.h; sourceTree = "<group>"; };
+		42CB4B012008524B006BDB88 /* CommonEditorAutoCompleteView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorAutoCompleteView.m; path = ../../common/customUI/commoneditor/CommonEditorAutoCompleteView.m; sourceTree = "<group>"; };
+		42CB4B022008524B006BDB88 /* CommonEditorAutoCompleteView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = CommonEditorAutoCompleteView.xib; path = ../../common/customUI/commoneditor/CommonEditorAutoCompleteView.xib; sourceTree = "<group>"; };
+		42CB4B05200852E0006BDB88 /* MDHTMLLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MDHTMLLabel.h; path = common/customUI/MDHTMLLabel.h; sourceTree = SOURCE_ROOT; };
+		42CB4B06200852E0006BDB88 /* MDHTMLLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MDHTMLLabel.m; path = common/customUI/MDHTMLLabel.m; sourceTree = SOURCE_ROOT; };
+		42CB4B0820085385006BDB88 /* RABackOrderSubmitAlertController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RABackOrderSubmitAlertController.h; path = common/Functions/order/RABackOrderSubmitAlertController.h; sourceTree = SOURCE_ROOT; };
+		42CB4B0920085385006BDB88 /* RABackOrderSubmitAlertController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RABackOrderSubmitAlertController.m; path = common/Functions/order/RABackOrderSubmitAlertController.m; sourceTree = SOURCE_ROOT; };
 		42D3A49A1EFA6D36007A54C1 /* ContentPreviewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContentPreviewController.h; sourceTree = "<group>"; };
 		42D3A49B1EFA6D36007A54C1 /* ContentPreviewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContentPreviewController.m; sourceTree = "<group>"; };
 		42D3A49D1EFA6D36007A54C1 /* PhotoList.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = PhotoList.storyboard; sourceTree = "<group>"; };
@@ -1058,6 +1069,16 @@
 			name = Frameworks;
 			sourceTree = "<group>";
 		};
+		42CB4AFF20085228006BDB88 /* AutoComplete */ = {
+			isa = PBXGroup;
+			children = (
+				42CB4B002008524B006BDB88 /* CommonEditorAutoCompleteView.h */,
+				42CB4B012008524B006BDB88 /* CommonEditorAutoCompleteView.m */,
+				42CB4B022008524B006BDB88 /* CommonEditorAutoCompleteView.xib */,
+			);
+			name = AutoComplete;
+			sourceTree = "<group>";
+		};
 		42D3A4981EFA6D36007A54C1 /* PhotoList */ = {
 			isa = PBXGroup;
 			children = (
@@ -1124,6 +1145,8 @@
 		42FD1A0D1FBD5B7600C5D9A8 /* Order Preview */ = {
 			isa = PBXGroup;
 			children = (
+				42CB4B0820085385006BDB88 /* RABackOrderSubmitAlertController.h */,
+				42CB4B0920085385006BDB88 /* RABackOrderSubmitAlertController.m */,
 				42FD1A111FBD5BB800C5D9A8 /* RAOrderPreviewController.h */,
 				42FD1A121FBD5BB900C5D9A8 /* RAOrderPreviewController.m */,
 			);
@@ -1682,6 +1705,8 @@
 		719E45D71B63883100FD098B /* modelDetail */ = {
 			isa = PBXGroup;
 			children = (
+				42CB4B05200852E0006BDB88 /* MDHTMLLabel.h */,
+				42CB4B06200852E0006BDB88 /* MDHTMLLabel.m */,
 				42ED88A41FC3AF69000687C8 /* HomerModelDetailHeaderCell.h */,
 				42ED88A21FC3AF68000687C8 /* HomerModelDetailHeaderCell.m */,
 				42ED88A31FC3AF69000687C8 /* HomerModelDetailHeaderCell.xib */,
@@ -1842,6 +1867,7 @@
 		71DF743A1C575E6600F2789C /* CommonEditor */ = {
 			isa = PBXGroup;
 			children = (
+				42CB4AFF20085228006BDB88 /* AutoComplete */,
 				42D8CD581FC6620C005BEA15 /* CommonEditorTableContainerView.h */,
 				42D8CD571FC6620C005BEA15 /* CommonEditorTableContainerView.m */,
 				71DF743B1C575E7900F2789C /* CommonEditorCellAction.h */,
@@ -1953,6 +1979,7 @@
 			isa = PBXResourcesBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
+				42CB4B042008524B006BDB88 /* CommonEditorAutoCompleteView.xib in Resources */,
 				71C014CE1F46943F00DEB153 /* config.plist in Resources */,
 				71C1D83E1F456BE800CEA1C9 /* order_info.html in Resources */,
 				42BEF3591E89FE1200632AB6 /* LICENSE in Resources */,
@@ -2094,6 +2121,7 @@
 				4289809E1E24B526005F1BD8 /* JKTimerManager.m in Sources */,
 				7162A5021C586F5B00AB630E /* AddressEditorViewController.m in Sources */,
 				71131F921CA1372300DBF6E2 /* SimplifiedBuyingProgramViewController.m in Sources */,
+				42CB4B07200852E0006BDB88 /* MDHTMLLabel.m in Sources */,
 				7162A55C1C58724700AB630E /* ContactListTableViewCell.m in Sources */,
 				71DF745C1C575E7900F2789C /* CommonEditorCellEdit.m in Sources */,
 				7186C25D1C97A6EE00CB43F4 /* FunctionTestViewController.m in Sources */,
@@ -2118,6 +2146,7 @@
 				7162A59F1C58733400AB630E /* OrderListViewController.m in Sources */,
 				712AFEE21DBA077F00254965 /* pdfCreator.m in Sources */,
 				71BBA2401CEAEF0700C91DED /* ioapi.c in Sources */,
+				42CB4B0A20085385006BDB88 /* RABackOrderSubmitAlertController.m in Sources */,
 				71DF74641C575E7900F2789C /* CommonEditorCellTextView.m in Sources */,
 				7162A5461C58719D00AB630E /* RATreeView+Enums.m in Sources */,
 				7162A54B1C58719D00AB630E /* RAViewController.m in Sources */,
@@ -2156,6 +2185,7 @@
 				42F9FACF1F8C592700D9C781 /* NetworkUtils.m in Sources */,
 				7162A5C41C5873BB00AB630E /* ItemSearchViewController.m in Sources */,
 				7162A5481C58719D00AB630E /* RATreeView+TableViewDataSource.m in Sources */,
+				42CB4B032008524B006BDB88 /* CommonEditorAutoCompleteView.m in Sources */,
 				42EC60011FA1D8F200F8FAA4 /* RAConvertor.m in Sources */,
 				42D3A4A31EFA6D36007A54C1 /* PhotoPreviewCell.m in Sources */,
 				7162A5DB1C5876E300AB630E /* CacheViewController.m in Sources */,