|
|
@@ -13,6 +13,9 @@
|
|
|
42A51BF41D62F60300F13667 /* more_info.html in Resources */ = {isa = PBXBuildFile; fileRef = 42A51BF31D62F60300F13667 /* more_info.html */; };
|
|
|
42A51BF61D62F9AB00F13667 /* orderDetail.json in Resources */ = {isa = PBXBuildFile; fileRef = 42A51BF51D62F9AB00F13667 /* orderDetail.json */; };
|
|
|
42B3C9BB1D642C880053985C /* order_info.html in Resources */ = {isa = PBXBuildFile; fileRef = 42B3C9BA1D642C880053985C /* order_info.html */; };
|
|
|
+ 42B99E131D7D032300E773CD /* SortItemViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 42B99E121D7D032300E773CD /* SortItemViewController.m */; };
|
|
|
+ 42B99E161D7D052A00E773CD /* SortItemCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42B99E151D7D052A00E773CD /* SortItemCell.m */; };
|
|
|
+ 42B99E1A1D7D206A00E773CD /* UIImage+ColorImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 42B99E191D7D206A00E773CD /* UIImage+ColorImage.m */; };
|
|
|
42C9FB151D5B28FA001DCA8B /* contactAdvanceSearch.json in Resources */ = {isa = PBXBuildFile; fileRef = 42C9FB141D5B28FA001DCA8B /* contactAdvanceSearch.json */; };
|
|
|
42DC31131D546FBE00BCD1C6 /* category.json in Resources */ = {isa = PBXBuildFile; fileRef = 42DC31121D546FBE00BCD1C6 /* category.json */; };
|
|
|
710274251CC606C4009FD219 /* UserListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 710274241CC606C4009FD219 /* UserListViewController.m */; };
|
|
|
@@ -206,6 +209,12 @@
|
|
|
42A51BF31D62F60300F13667 /* more_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = more_info.html; sourceTree = "<group>"; };
|
|
|
42A51BF51D62F9AB00F13667 /* orderDetail.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = orderDetail.json; sourceTree = "<group>"; };
|
|
|
42B3C9BA1D642C880053985C /* order_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = order_info.html; sourceTree = "<group>"; };
|
|
|
+ 42B99E111D7D032300E773CD /* SortItemViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SortItemViewController.h; sourceTree = "<group>"; };
|
|
|
+ 42B99E121D7D032300E773CD /* SortItemViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SortItemViewController.m; sourceTree = "<group>"; };
|
|
|
+ 42B99E141D7D052A00E773CD /* SortItemCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SortItemCell.h; sourceTree = "<group>"; };
|
|
|
+ 42B99E151D7D052A00E773CD /* SortItemCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SortItemCell.m; sourceTree = "<group>"; };
|
|
|
+ 42B99E181D7D206A00E773CD /* UIImage+ColorImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+ColorImage.h"; sourceTree = "<group>"; };
|
|
|
+ 42B99E191D7D206A00E773CD /* UIImage+ColorImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+ColorImage.m"; sourceTree = "<group>"; };
|
|
|
42C9FB141D5B28FA001DCA8B /* contactAdvanceSearch.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = contactAdvanceSearch.json; sourceTree = "<group>"; };
|
|
|
42DC31121D546FBE00BCD1C6 /* category.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = category.json; sourceTree = "<group>"; };
|
|
|
56528CA8B8A71F67C2EE5366 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
@@ -576,6 +585,15 @@
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
+ 42B99E171D7D206A00E773CD /* UIImage+ColorImage */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 42B99E181D7D206A00E773CD /* UIImage+ColorImage.h */,
|
|
|
+ 42B99E191D7D206A00E773CD /* UIImage+ColorImage.m */,
|
|
|
+ );
|
|
|
+ path = "UIImage+ColorImage";
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
710212821B8D59DE00E1788B /* watchlist */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -808,6 +826,7 @@
|
|
|
716387C71953CDB4006E65E6 /* utils */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 42B99E171D7D206A00E773CD /* UIImage+ColorImage */,
|
|
|
71BBA2171CEAC10200C91DED /* zip */,
|
|
|
71B1250B1C55BD4600118904 /* QRCODE */,
|
|
|
71BE066E1BA1607400FA6544 /* AES */,
|
|
|
@@ -1158,6 +1177,10 @@
|
|
|
719562411CF5828200C74A49 /* DefaultTableHeaderView.m */,
|
|
|
715001FD1D114D9100F5927F /* BundleDetailButton.h */,
|
|
|
715001FE1D114D9100F5927F /* BundleDetailButton.m */,
|
|
|
+ 42B99E111D7D032300E773CD /* SortItemViewController.h */,
|
|
|
+ 42B99E121D7D032300E773CD /* SortItemViewController.m */,
|
|
|
+ 42B99E141D7D052A00E773CD /* SortItemCell.h */,
|
|
|
+ 42B99E151D7D052A00E773CD /* SortItemCell.m */,
|
|
|
);
|
|
|
name = CommonUI;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -1394,6 +1417,7 @@
|
|
|
71DF74621C575E7900F2789C /* CommonEditorCellSignature.m in Sources */,
|
|
|
7162A5E01C5876E300AB630E /* SettingViewController.m in Sources */,
|
|
|
71DF748B1C57608F00F2789C /* SimpleGrid.m in Sources */,
|
|
|
+ 42B99E131D7D032300E773CD /* SortItemViewController.m in Sources */,
|
|
|
71DF74651C575E7900F2789C /* CommonEditorViewController.m in Sources */,
|
|
|
7162A5171C58704600AB630E /* BundleModelViewController.m in Sources */,
|
|
|
71DF745B1C575E7900F2789C /* CommonEditorCellAction.m in Sources */,
|
|
|
@@ -1403,6 +1427,7 @@
|
|
|
7162A5AD1C58735900AB630E /* TearSheetParamViewController.m in Sources */,
|
|
|
7141DD611C5747CE00F7DF59 /* NSData+Base64.m in Sources */,
|
|
|
71BBA2431CEAEF0700C91DED /* zip.c in Sources */,
|
|
|
+ 42B99E1A1D7D206A00E773CD /* UIImage+ColorImage.m in Sources */,
|
|
|
7141DD5F1C5747CE00F7DF59 /* AESCrypt.m in Sources */,
|
|
|
7162A5991C58733400AB630E /* OrderDetailHtmlCell.m in Sources */,
|
|
|
7162A5091C586FC100AB630E /* CycleScrollView.m in Sources */,
|
|
|
@@ -1419,6 +1444,7 @@
|
|
|
719562421CF5828200C74A49 /* DefaultTableHeaderView.m in Sources */,
|
|
|
716AF8E11D7AA0E0001188E0 /* SelectUploadOrderViewController.m in Sources */,
|
|
|
7162A5611C58724700AB630E /* CustomerInfoViewController.m in Sources */,
|
|
|
+ 42B99E161D7D052A00E773CD /* SortItemCell.m in Sources */,
|
|
|
7162A5AB1C58735900AB630E /* PDFListViewController.m in Sources */,
|
|
|
71DF74681C575E7900F2789C /* EnumSelectViewController.m in Sources */,
|
|
|
71D99D301CEF02E700CA32DE /* CustomIOSAlertView.m in Sources */,
|