|
|
@@ -204,7 +204,6 @@
|
|
|
20D1D46E1FF39E5C00484427 /* README.txt in Resources */ = {isa = PBXBuildFile; fileRef = 20D1D4661FF39E5900484427 /* README.txt */; };
|
|
|
20D1D4711FF39E5C00484427 /* read_me.txt in Resources */ = {isa = PBXBuildFile; fileRef = 20D1D46D1FF39E5C00484427 /* read_me.txt */; };
|
|
|
20D2E7BC1F4BBA3E00DE0314 /* libSVProgressHUD.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 20D2E7BB1F4BBA3E00DE0314 /* libSVProgressHUD.a */; };
|
|
|
- 20D2E7C41F4BBEE600DE0314 /* MoreDataVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 20D2E7C01F4BBEE600DE0314 /* MoreDataVC.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
|
|
|
20D2E7CB1F4BD45F00DE0314 /* UASListModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 20D2E7CA1F4BD45F00DE0314 /* UASListModel.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
|
|
|
20D65EC21F748F6E0097F596 /* UASInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 20D65EC01F748F6E0097F596 /* UASInputView.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
|
|
|
20D65EC51F74902F0097F596 /* UASBaseVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 20D65EC41F74902F0097F596 /* UASBaseVC.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
|
|
|
@@ -1441,6 +1440,8 @@
|
|
|
995230A421476B4000BBEFAD /* UASClientMaCarefulCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 995230A321476B4000BBEFAD /* UASClientMaCarefulCell.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
|
|
|
995230A72147BCE700BBEFAD /* UASAddPreClientVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 995230A62147BCE700BBEFAD /* UASAddPreClientVC.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
|
|
|
995288D1215CE1F100305FFB /* UASVisitPlanVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 995288D0215CE1F100305FFB /* UASVisitPlanVC.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
|
|
|
+ 99596A392315215D004545EB /* YRBiServeVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 99596A382315215D004545EB /* YRBiServeVC.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
|
|
|
+ 99596A40231528CF004545EB /* MoreDataVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 99596A3F231528CE004545EB /* MoreDataVC.m */; };
|
|
|
995CD902214F7A180068859B /* UASClientDetailVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 995CD901214F7A180068859B /* UASClientDetailVC.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
|
|
|
995CD905214F7A930068859B /* UASClientDetailFooterView.m in Sources */ = {isa = PBXBuildFile; fileRef = 995CD904214F7A930068859B /* UASClientDetailFooterView.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
|
|
|
995CD908214FA1F70068859B /* UASClientDocuVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 995CD907214FA1F70068859B /* UASClientDocuVC.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
|
|
|
@@ -3215,8 +3216,6 @@
|
|
|
20D1D46A1FF39E5B00484427 /* UMSocialWechatHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UMSocialWechatHandler.h; sourceTree = "<group>"; };
|
|
|
20D1D46D1FF39E5C00484427 /* read_me.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = read_me.txt; sourceTree = "<group>"; };
|
|
|
20D2E7BB1F4BBA3E00DE0314 /* libSVProgressHUD.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSVProgressHUD.a; path = "../../../../Library/Developer/Xcode/DerivedData/shiku_im-drjguawcmcisupglbmvvvvmfnjsg/Build/Products/Debug-iphoneos/SVProgressHUD/libSVProgressHUD.a"; sourceTree = "<group>"; };
|
|
|
- 20D2E7BF1F4BBEE600DE0314 /* MoreDataVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MoreDataVC.h; sourceTree = "<group>"; };
|
|
|
- 20D2E7C01F4BBEE600DE0314 /* MoreDataVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MoreDataVC.m; sourceTree = "<group>"; };
|
|
|
20D2E7C91F4BD45F00DE0314 /* UASListModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UASListModel.h; sourceTree = "<group>"; };
|
|
|
20D2E7CA1F4BD45F00DE0314 /* UASListModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UASListModel.m; sourceTree = "<group>"; };
|
|
|
20D65EC01F748F6E0097F596 /* UASInputView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UASInputView.m; sourceTree = "<group>"; };
|
|
|
@@ -5099,6 +5098,10 @@
|
|
|
995230A62147BCE700BBEFAD /* UASAddPreClientVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UASAddPreClientVC.m; sourceTree = "<group>"; };
|
|
|
995288CF215CE1F100305FFB /* UASVisitPlanVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UASVisitPlanVC.h; sourceTree = "<group>"; };
|
|
|
995288D0215CE1F100305FFB /* UASVisitPlanVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UASVisitPlanVC.m; sourceTree = "<group>"; };
|
|
|
+ 99596A372315215D004545EB /* YRBiServeVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRBiServeVC.h; sourceTree = "<group>"; };
|
|
|
+ 99596A382315215D004545EB /* YRBiServeVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRBiServeVC.m; sourceTree = "<group>"; };
|
|
|
+ 99596A3E231528CE004545EB /* MoreDataVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MoreDataVC.h; path = "shiku_im/文件夹1/MoreDataVC.h"; sourceTree = SOURCE_ROOT; };
|
|
|
+ 99596A3F231528CE004545EB /* MoreDataVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MoreDataVC.m; path = "shiku_im/文件夹1/MoreDataVC.m"; sourceTree = SOURCE_ROOT; };
|
|
|
995CD900214F7A180068859B /* UASClientDetailVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UASClientDetailVC.h; sourceTree = "<group>"; };
|
|
|
995CD901214F7A180068859B /* UASClientDetailVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UASClientDetailVC.m; sourceTree = "<group>"; };
|
|
|
995CD903214F7A930068859B /* UASClientDetailFooterView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UASClientDetailFooterView.h; sourceTree = "<group>"; };
|
|
|
@@ -8040,8 +8043,8 @@
|
|
|
20D2E7BE1F4BBEE600DE0314 /* Controllers */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 20D2E7BF1F4BBEE600DE0314 /* MoreDataVC.h */,
|
|
|
- 20D2E7C01F4BBEE600DE0314 /* MoreDataVC.m */,
|
|
|
+ 99596A3E231528CE004545EB /* MoreDataVC.h */,
|
|
|
+ 99596A3F231528CE004545EB /* MoreDataVC.m */,
|
|
|
2002D8F11F6B79CF00A3B19A /* UASSearchMoreVC.h */,
|
|
|
2002D8F21F6B79CF00A3B19A /* UASSearchMoreVC.m */,
|
|
|
);
|
|
|
@@ -10386,6 +10389,7 @@
|
|
|
4DE842771E949DE900D20EA2 /* Work(工作) */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 99596A3623152124004545EB /* BIService */,
|
|
|
271CAB2D21C0DED5006FCCD8 /* 多明细通用表单 */,
|
|
|
2759C8362140B03800BA8105 /* CRM3.0 */,
|
|
|
2771C7ED20B537370066984D /* 英唐之歌 */,
|
|
|
@@ -12069,6 +12073,47 @@
|
|
|
name = UIDevice;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 99596A3623152124004545EB /* BIService */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 99596A3D2315217E004545EB /* Others */,
|
|
|
+ 99596A3C23152175004545EB /* Views */,
|
|
|
+ 99596A3B2315216D004545EB /* Models */,
|
|
|
+ 99596A3A23152163004545EB /* Controllers */,
|
|
|
+ );
|
|
|
+ path = BIService;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 99596A3A23152163004545EB /* Controllers */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 99596A372315215D004545EB /* YRBiServeVC.h */,
|
|
|
+ 99596A382315215D004545EB /* YRBiServeVC.m */,
|
|
|
+ );
|
|
|
+ path = Controllers;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 99596A3B2315216D004545EB /* Models */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Models;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 99596A3C23152175004545EB /* Views */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Views;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 99596A3D2315217E004545EB /* Others */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Others;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
996069D9230CD21A0073E089 /* WebView */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -19333,6 +19378,7 @@
|
|
|
CC1D1912195432CA0029F7FD /* ICSDrawerController.m in Sources */,
|
|
|
CC6D87201939E51A00AE1EBA /* JXWaitView.m in Sources */,
|
|
|
273E9EA01DAF738A006295CF /* UMSWhatTableViewController.m in Sources */,
|
|
|
+ 99596A392315215D004545EB /* YRBiServeVC.m in Sources */,
|
|
|
CC875A5B19361892007D2DA1 /* NSCharacterSet_Extensions.m in Sources */,
|
|
|
273F3F4F1D373B9E00160ECE /* UIColor+Zirkfied.m in Sources */,
|
|
|
7D37F76D1E6986030073D7DE /* JLHDThreeCell.m in Sources */,
|
|
|
@@ -19565,6 +19611,7 @@
|
|
|
271CAB3621C0DFC3006FCCD8 /* MoreGridDocuVC.m in Sources */,
|
|
|
AAF05DAB1EC1E6C7006A3BFE /* selectBusinessTableViewCell.m in Sources */,
|
|
|
273E9EB71DAF76C8006295CF /* UMSocialShareSelectionViewCell.m in Sources */,
|
|
|
+ 99596A40231528CF004545EB /* MoreDataVC.m in Sources */,
|
|
|
7DEAF0B61FDE728C00DFE5FD /* BTServiceModel.m in Sources */,
|
|
|
273316AD1D2CD7B400BD978C /* UILabel+Boldify.m in Sources */,
|
|
|
CCE241F618FFB8EB00A3CB5A /* XMPPIQ+JabberRPC.m in Sources */,
|
|
|
@@ -19717,7 +19764,6 @@
|
|
|
27524F78214A041D0050869B /* ScheduleRemindVC.m in Sources */,
|
|
|
CC3017731951BABF0059BADA /* DialogUtil.m in Sources */,
|
|
|
CCC02C5A1A80DB0B004E32B5 /* searchData.m in Sources */,
|
|
|
- 20D2E7C41F4BBEE600DE0314 /* MoreDataVC.m in Sources */,
|
|
|
CC1D1913195432CA0029F7FD /* ICSDropShadowView.m in Sources */,
|
|
|
CCE2422218FFB8EB00A3CB5A /* XMPPMessageArchiving_Message_CoreDataObject.m in Sources */,
|
|
|
CCE242FC18FFB8EB00A3CB5A /* XMPPJID.m in Sources */,
|