|
@@ -15,6 +15,11 @@
|
|
|
9948171422783494007C7CEA /* msg_route.json in Resources */ = {isa = PBXBuildFile; fileRef = 9948171322783494007C7CEA /* msg_route.json */; };
|
|
9948171422783494007C7CEA /* msg_route.json in Resources */ = {isa = PBXBuildFile; fileRef = 9948171322783494007C7CEA /* msg_route.json */; };
|
|
|
9948171722785013007C7CEA /* YRWorkTabCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9948171622785013007C7CEA /* YRWorkTabCell.m */; };
|
|
9948171722785013007C7CEA /* YRWorkTabCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9948171622785013007C7CEA /* YRWorkTabCell.m */; };
|
|
|
9948171A22785044007C7CEA /* YRWorkCollCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9948171922785044007C7CEA /* YRWorkCollCell.m */; };
|
|
9948171A22785044007C7CEA /* YRWorkCollCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9948171922785044007C7CEA /* YRWorkCollCell.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 */; };
|
|
|
|
|
+ 999F651A227E697D00329012 /* UILabel+vertical.m in Sources */ = {isa = PBXBuildFile; fileRef = 999F6519227E697D00329012 /* UILabel+vertical.m */; };
|
|
|
|
|
+ 999F651E227E6A6000329012 /* NSString+regular.m in Sources */ = {isa = PBXBuildFile; fileRef = 999F651D227E6A6000329012 /* NSString+regular.m */; };
|
|
|
99C6FE6122768B5C00C7070A /* UU_EntTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE6022768B5C00C7070A /* UU_EntTests.m */; };
|
|
99C6FE6122768B5C00C7070A /* UU_EntTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE6022768B5C00C7070A /* UU_EntTests.m */; };
|
|
|
99C6FE6C22768B5C00C7070A /* UU_EntUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE6B22768B5C00C7070A /* UU_EntUITests.m */; };
|
|
99C6FE6C22768B5C00C7070A /* UU_EntUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE6B22768B5C00C7070A /* UU_EntUITests.m */; };
|
|
|
99C6FE8F22768EC000C7070A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE7E22768EC000C7070A /* AppDelegate.m */; };
|
|
99C6FE8F22768EC000C7070A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE7E22768EC000C7070A /* AppDelegate.m */; };
|
|
@@ -143,6 +148,16 @@
|
|
|
9948171622785013007C7CEA /* YRWorkTabCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRWorkTabCell.m; sourceTree = "<group>"; };
|
|
9948171622785013007C7CEA /* YRWorkTabCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRWorkTabCell.m; sourceTree = "<group>"; };
|
|
|
9948171822785044007C7CEA /* YRWorkCollCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRWorkCollCell.h; sourceTree = "<group>"; };
|
|
9948171822785044007C7CEA /* YRWorkCollCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRWorkCollCell.h; sourceTree = "<group>"; };
|
|
|
9948171922785044007C7CEA /* YRWorkCollCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRWorkCollCell.m; sourceTree = "<group>"; };
|
|
9948171922785044007C7CEA /* YRWorkCollCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRWorkCollCell.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>"; };
|
|
|
|
|
+ 999F6512227E664C00329012 /* UIImageView+userId.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+userId.m"; sourceTree = "<group>"; };
|
|
|
|
|
+ 999F6514227E688600329012 /* UIView+selector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIView+selector.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 999F6515227E688600329012 /* UIView+selector.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIView+selector.m"; sourceTree = "<group>"; };
|
|
|
|
|
+ 999F6518227E697D00329012 /* UILabel+vertical.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UILabel+vertical.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 999F6519227E697D00329012 /* UILabel+vertical.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UILabel+vertical.m"; sourceTree = "<group>"; };
|
|
|
|
|
+ 999F651C227E6A6000329012 /* NSString+regular.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSString+regular.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 999F651D227E6A6000329012 /* NSString+regular.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSString+regular.m"; sourceTree = "<group>"; };
|
|
|
99C6FE4422768B5B00C7070A /* UU_Ent.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UU_Ent.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
99C6FE4422768B5B00C7070A /* UU_Ent.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UU_Ent.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
99C6FE5C22768B5C00C7070A /* UU_EntTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UU_EntTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
99C6FE5C22768B5C00C7070A /* UU_EntTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UU_EntTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
99C6FE6022768B5C00C7070A /* UU_EntTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UU_EntTests.m; sourceTree = "<group>"; };
|
|
99C6FE6022768B5C00C7070A /* UU_EntTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UU_EntTests.m; sourceTree = "<group>"; };
|
|
@@ -310,6 +325,44 @@
|
|
|
path = UIButton;
|
|
path = UIButton;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
|
};
|
|
};
|
|
|
|
|
+ 999F650C227E656B00329012 /* UIView */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 999F650E227E658E00329012 /* UIView+frame.h */,
|
|
|
|
|
+ 999F650F227E658E00329012 /* UIView+frame.m */,
|
|
|
|
|
+ 999F6514227E688600329012 /* UIView+selector.h */,
|
|
|
|
|
+ 999F6515227E688600329012 /* UIView+selector.m */,
|
|
|
|
|
+ );
|
|
|
|
|
+ path = UIView;
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
|
|
+ 999F650D227E656B00329012 /* UIImageView */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 999F6511227E664C00329012 /* UIImageView+userId.h */,
|
|
|
|
|
+ 999F6512227E664C00329012 /* UIImageView+userId.m */,
|
|
|
|
|
+ );
|
|
|
|
|
+ path = UIImageView;
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
|
|
+ 999F6517227E696900329012 /* UILabel */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 999F6518227E697D00329012 /* UILabel+vertical.h */,
|
|
|
|
|
+ 999F6519227E697D00329012 /* UILabel+vertical.m */,
|
|
|
|
|
+ );
|
|
|
|
|
+ path = UILabel;
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
|
|
+ 999F651B227E6A3E00329012 /* NSString */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 999F651C227E6A6000329012 /* NSString+regular.h */,
|
|
|
|
|
+ 999F651D227E6A6000329012 /* NSString+regular.m */,
|
|
|
|
|
+ );
|
|
|
|
|
+ path = NSString;
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
99C6FE3B22768B5B00C7070A = {
|
|
99C6FE3B22768B5B00C7070A = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
@@ -470,6 +523,10 @@
|
|
|
99C6FE8D22768EC000C7070A /* Utils */ = {
|
|
99C6FE8D22768EC000C7070A /* Utils */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ 999F651B227E6A3E00329012 /* NSString */,
|
|
|
|
|
+ 999F6517227E696900329012 /* UILabel */,
|
|
|
|
|
+ 999F650D227E656B00329012 /* UIImageView */,
|
|
|
|
|
+ 999F650C227E656B00329012 /* UIView */,
|
|
|
27029BCD227709A700D53A94 /* UIButton */,
|
|
27029BCD227709A700D53A94 /* UIButton */,
|
|
|
27029BC9227705DB00D53A94 /* UIColor */,
|
|
27029BC9227705DB00D53A94 /* UIColor */,
|
|
|
99C6FF182276DD2400C7070A /* tableView */,
|
|
99C6FF182276DD2400C7070A /* tableView */,
|
|
@@ -1215,6 +1272,7 @@
|
|
|
99C6FE99227690F800C7070A /* YRBaseNav.m in Sources */,
|
|
99C6FE99227690F800C7070A /* YRBaseNav.m in Sources */,
|
|
|
99C6FE96227690BE00C7070A /* YRBaseVC.m in Sources */,
|
|
99C6FE96227690BE00C7070A /* YRBaseVC.m in Sources */,
|
|
|
99C6FF172276D13500C7070A /* YRUserInfo.m in Sources */,
|
|
99C6FF172276D13500C7070A /* YRUserInfo.m in Sources */,
|
|
|
|
|
+ 999F6510227E658E00329012 /* UIView+frame.m in Sources */,
|
|
|
99C6FEC32276959B00C7070A /* YRWorkVC.m in Sources */,
|
|
99C6FEC32276959B00C7070A /* YRWorkVC.m in Sources */,
|
|
|
99F4A73D2277D1B8009AA6ED /* YRLoadImgCacheTool.m in Sources */,
|
|
99F4A73D2277D1B8009AA6ED /* YRLoadImgCacheTool.m in Sources */,
|
|
|
99C6FECE227697DA00C7070A /* YRContactVC.m in Sources */,
|
|
99C6FECE227697DA00C7070A /* YRContactVC.m in Sources */,
|
|
@@ -1225,10 +1283,14 @@
|
|
|
27029BCC2277063F00D53A94 /* UIColor+HexColor.m in Sources */,
|
|
27029BCC2277063F00D53A94 /* UIColor+HexColor.m in Sources */,
|
|
|
99F4A7402277D2DF009AA6ED /* YRLoadingVC.m in Sources */,
|
|
99F4A7402277D2DF009AA6ED /* YRLoadingVC.m in Sources */,
|
|
|
99C6FE8F22768EC000C7070A /* AppDelegate.m in Sources */,
|
|
99C6FE8F22768EC000C7070A /* AppDelegate.m in Sources */,
|
|
|
|
|
+ 999F6516227E688600329012 /* UIView+selector.m in Sources */,
|
|
|
|
|
+ 999F651E227E6A6000329012 /* NSString+regular.m in Sources */,
|
|
|
99F4A7432277D332009AA6ED /* YRCountDownView.m in Sources */,
|
|
99F4A7432277D332009AA6ED /* YRCountDownView.m in Sources */,
|
|
|
99C6FEBA2276950C00C7070A /* YRMainVC.m in Sources */,
|
|
99C6FEBA2276950C00C7070A /* YRMainVC.m in Sources */,
|
|
|
9948171A22785044007C7CEA /* YRWorkCollCell.m in Sources */,
|
|
9948171A22785044007C7CEA /* YRWorkCollCell.m in Sources */,
|
|
|
27029BC72276A23400D53A94 /* YRLoginVC.m in Sources */,
|
|
27029BC72276A23400D53A94 /* YRLoginVC.m in Sources */,
|
|
|
|
|
+ 999F6513227E664C00329012 /* UIImageView+userId.m in Sources */,
|
|
|
|
|
+ 999F651A227E697D00329012 /* UILabel+vertical.m in Sources */,
|
|
|
9948171722785013007C7CEA /* YRWorkTabCell.m in Sources */,
|
|
9948171722785013007C7CEA /* YRWorkTabCell.m in Sources */,
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|