|
|
@@ -30,11 +30,15 @@
|
|
|
991C14762282D89C0080B54A /* publi.txt in Resources */ = {isa = PBXBuildFile; fileRef = 991C14732282D89C0080B54A /* publi.txt */; };
|
|
|
991C14792282EFFC0080B54A /* UIButton+Extersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 991C14782282EFFC0080B54A /* UIButton+Extersion.m */; };
|
|
|
991C147C2282F0520080B54A /* UIButton+block.m in Sources */ = {isa = PBXBuildFile; fileRef = 991C147A2282F0510080B54A /* UIButton+block.m */; };
|
|
|
+ 993F84462330693600E01145 /* YRHomeVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 993F84452330693600E01145 /* YRHomeVC.m */; };
|
|
|
+ 993F8449233074B600E01145 /* YRTabbarView.m in Sources */ = {isa = PBXBuildFile; fileRef = 993F8448233074B600E01145 /* YRTabbarView.m */; };
|
|
|
+ 993F844C2330D36D00E01145 /* YRHomeScheHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 993F844B2330D36D00E01145 /* YRHomeScheHeader.m */; };
|
|
|
9948171422783494007C7CEA /* msg_route.json in Resources */ = {isa = PBXBuildFile; fileRef = 9948171322783494007C7CEA /* msg_route.json */; };
|
|
|
9948171722785013007C7CEA /* YRWorkTabCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9948171622785013007C7CEA /* YRWorkTabCell.m */; };
|
|
|
9948171A22785044007C7CEA /* YRWorkCollCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9948171922785044007C7CEA /* YRWorkCollCell.m */; };
|
|
|
994AC5492283CEE0006FE026 /* YRNavHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 994AC5482283CEE0006FE026 /* YRNavHeaderView.m */; };
|
|
|
994AC54C2283FEDC006FE026 /* UINavigationController+alpha.m in Sources */ = {isa = PBXBuildFile; fileRef = 994AC54B2283FEDC006FE026 /* UINavigationController+alpha.m */; };
|
|
|
+ 9979E8EC230E87BB00516C77 /* YRWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9979E8EB230E87BB00516C77 /* YRWebView.m */; };
|
|
|
999F6510227E658E00329012 /* UIView+frame.m in Sources */ = {isa = PBXBuildFile; fileRef = 999F650F227E658E00329012 /* UIView+frame.m */; };
|
|
|
999F6513227E664C00329012 /* UIImageView+userId.m in Sources */ = {isa = PBXBuildFile; fileRef = 999F6512227E664C00329012 /* UIImageView+userId.m */; };
|
|
|
999F6516227E688600329012 /* UIView+selector.m in Sources */ = {isa = PBXBuildFile; fileRef = 999F6515227E688600329012 /* UIView+selector.m */; };
|
|
|
@@ -204,6 +208,12 @@
|
|
|
991C14782282EFFC0080B54A /* UIButton+Extersion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIButton+Extersion.m"; sourceTree = "<group>"; };
|
|
|
991C147A2282F0510080B54A /* UIButton+block.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIButton+block.m"; sourceTree = "<group>"; };
|
|
|
991C147B2282F0510080B54A /* UIButton+block.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIButton+block.h"; sourceTree = "<group>"; };
|
|
|
+ 993F84442330693600E01145 /* YRHomeVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRHomeVC.h; sourceTree = "<group>"; };
|
|
|
+ 993F84452330693600E01145 /* YRHomeVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRHomeVC.m; sourceTree = "<group>"; };
|
|
|
+ 993F8447233074B600E01145 /* YRTabbarView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRTabbarView.h; sourceTree = "<group>"; };
|
|
|
+ 993F8448233074B600E01145 /* YRTabbarView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRTabbarView.m; sourceTree = "<group>"; };
|
|
|
+ 993F844A2330D36D00E01145 /* YRHomeScheHeader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRHomeScheHeader.h; sourceTree = "<group>"; };
|
|
|
+ 993F844B2330D36D00E01145 /* YRHomeScheHeader.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRHomeScheHeader.m; sourceTree = "<group>"; };
|
|
|
994817112278281F007C7CEA /* macro.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = macro.h; sourceTree = "<group>"; };
|
|
|
994817122278290A007C7CEA /* import.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = import.h; sourceTree = "<group>"; };
|
|
|
9948171322783494007C7CEA /* msg_route.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = msg_route.json; sourceTree = "<group>"; };
|
|
|
@@ -215,6 +225,8 @@
|
|
|
994AC5482283CEE0006FE026 /* YRNavHeaderView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRNavHeaderView.m; sourceTree = "<group>"; };
|
|
|
994AC54A2283FEDC006FE026 /* UINavigationController+alpha.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UINavigationController+alpha.h"; sourceTree = "<group>"; };
|
|
|
994AC54B2283FEDC006FE026 /* UINavigationController+alpha.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UINavigationController+alpha.m"; sourceTree = "<group>"; };
|
|
|
+ 9979E8EA230E87BB00516C77 /* YRWebView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRWebView.h; sourceTree = "<group>"; };
|
|
|
+ 9979E8EB230E87BB00516C77 /* YRWebView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRWebView.m; sourceTree = "<group>"; };
|
|
|
999F650E227E658E00329012 /* UIView+frame.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIView+frame.h"; sourceTree = "<group>"; };
|
|
|
999F650F227E658E00329012 /* UIView+frame.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIView+frame.m"; sourceTree = "<group>"; };
|
|
|
999F6511227E664C00329012 /* UIImageView+userId.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIImageView+userId.h"; sourceTree = "<group>"; };
|
|
|
@@ -578,6 +590,66 @@
|
|
|
path = "NSString+secri";
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 993F843E2330691A00E01145 /* Home */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 993F843F2330691A00E01145 /* Main */,
|
|
|
+ );
|
|
|
+ path = Home;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 993F843F2330691A00E01145 /* Main */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 993F84402330691A00E01145 /* Others */,
|
|
|
+ 993F84412330691A00E01145 /* Models */,
|
|
|
+ 993F84422330691A00E01145 /* Controllers */,
|
|
|
+ 993F84432330691A00E01145 /* Views */,
|
|
|
+ );
|
|
|
+ path = Main;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 993F84402330691A00E01145 /* Others */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Others;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 993F84412330691A00E01145 /* Models */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Models;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 993F84422330691A00E01145 /* Controllers */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 993F84442330693600E01145 /* YRHomeVC.h */,
|
|
|
+ 993F84452330693600E01145 /* YRHomeVC.m */,
|
|
|
+ );
|
|
|
+ path = Controllers;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 993F84432330691A00E01145 /* Views */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 993F844A2330D36D00E01145 /* YRHomeScheHeader.h */,
|
|
|
+ 993F844B2330D36D00E01145 /* YRHomeScheHeader.m */,
|
|
|
+ );
|
|
|
+ path = Views;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 9979E8E9230E87AE00516C77 /* WebView */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 9979E8EA230E87BB00516C77 /* YRWebView.h */,
|
|
|
+ 9979E8EB230E87BB00516C77 /* YRWebView.m */,
|
|
|
+ );
|
|
|
+ path = WebView;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
999F650C227E656B00329012 /* UIView */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -727,6 +799,7 @@
|
|
|
99C6FE7B22768EC000C7070A /* Modules */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 993F843E2330691A00E01145 /* Home */,
|
|
|
99F4A7352277CFDD009AA6ED /* Loading */,
|
|
|
99C6FE8522768EC000C7070A /* Base */,
|
|
|
99C6FE7C22768EC000C7070A /* App */,
|
|
|
@@ -834,6 +907,7 @@
|
|
|
99C6FE8D22768EC000C7070A /* Utils */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 9979E8E9230E87AE00516C77 /* WebView */,
|
|
|
99F3F30522A61ED40061CB23 /* Network */,
|
|
|
991C14652282D8100080B54A /* encode */,
|
|
|
2710E66B2281744C0002A4B0 /* UIPopoverListView */,
|
|
|
@@ -941,6 +1015,8 @@
|
|
|
children = (
|
|
|
99C6FECF2276982F00C7070A /* YRTabBar.h */,
|
|
|
99C6FED02276982F00C7070A /* YRTabBar.m */,
|
|
|
+ 993F8447233074B600E01145 /* YRTabbarView.h */,
|
|
|
+ 993F8448233074B600E01145 /* YRTabbarView.m */,
|
|
|
);
|
|
|
path = Views;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -1529,12 +1605,14 @@
|
|
|
"${SRCROOT}/Pods/Target Support Files/Pods-UU_Ent/Pods-UU_Ent-resources.sh",
|
|
|
"${PODS_ROOT}/IQKeyboardManager/IQKeyboardManager/Resources/IQKeyboardManager.bundle",
|
|
|
"${PODS_ROOT}/MJRefresh/MJRefresh/MJRefresh.bundle",
|
|
|
+ "${PODS_ROOT}/NSDate+TimeAgo/NSDateTimeAgo.bundle",
|
|
|
"${PODS_CONFIGURATION_BUILD_DIR}/gRPC/gRPCCertificates.bundle",
|
|
|
);
|
|
|
name = "[CP] Copy Pods Resources";
|
|
|
outputPaths = (
|
|
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/IQKeyboardManager.bundle",
|
|
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MJRefresh.bundle",
|
|
|
+ "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/NSDateTimeAgo.bundle",
|
|
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/gRPCCertificates.bundle",
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
@@ -1580,11 +1658,14 @@
|
|
|
99C16340227FD24E002ED79D /* YRWorkConModel.m in Sources */,
|
|
|
99C0146522964BEB0057D7B2 /* NSString+device.m in Sources */,
|
|
|
99C6FF262276FAE000C7070A /* YRMsgMainModel.m in Sources */,
|
|
|
+ 993F84462330693600E01145 /* YRHomeVC.m in Sources */,
|
|
|
2710E66522815DCF0002A4B0 /* YRMineCell.m in Sources */,
|
|
|
99F4A7462277D503009AA6ED /* YRAdView.m in Sources */,
|
|
|
99C6FE9222768EC000C7070A /* main.m in Sources */,
|
|
|
99C6FE99227690F800C7070A /* YRBaseNav.m in Sources */,
|
|
|
+ 993F844C2330D36D00E01145 /* YRHomeScheHeader.m in Sources */,
|
|
|
99C6FE96227690BE00C7070A /* YRBaseVC.m in Sources */,
|
|
|
+ 9979E8EC230E87BB00516C77 /* YRWebView.m in Sources */,
|
|
|
2710E65522801B7E0002A4B0 /* YRRegisterVC.m in Sources */,
|
|
|
991C147C2282F0520080B54A /* UIButton+block.m in Sources */,
|
|
|
99C6FF172276D13500C7070A /* YRUserInfo.m in Sources */,
|
|
|
@@ -1608,6 +1689,7 @@
|
|
|
99B06C7322CDA1A800D21A36 /* YRDocuModel.m in Sources */,
|
|
|
99F4A7402277D2DF009AA6ED /* YRLoadingVC.m in Sources */,
|
|
|
99F3F30822A61F010061CB23 /* YRNetworkManager.m in Sources */,
|
|
|
+ 993F8449233074B600E01145 /* YRTabbarView.m in Sources */,
|
|
|
99C6FE8F22768EC000C7070A /* AppDelegate.m in Sources */,
|
|
|
999F6516227E688600329012 /* UIView+selector.m in Sources */,
|
|
|
999F651E227E6A6000329012 /* NSString+regular.m in Sources */,
|