Authored by gaoqiang xu

fix project

... ... @@ -7,18 +7,21 @@
objects = {
/* Begin PBXBuildFile section */
50A3C42D1EEEC091006D8931 /* DDLog+YOHO.m in Sources */ = {isa = PBXBuildFile; fileRef = 50A3C42C1EEEC091006D8931 /* DDLog+YOHO.m */; };
50B1383E1EE816D8009A9168 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 50B1383D1EE816D8009A9168 /* main.m */; };
50B138411EE816D8009A9168 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 50B138401EE816D8009A9168 /* AppDelegate.m */; };
50B138441EE816D8009A9168 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 50B138431EE816D8009A9168 /* ViewController.m */; };
50B138471EE816D8009A9168 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 50B138451EE816D8009A9168 /* Main.storyboard */; };
50B138491EE816D8009A9168 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 50B138481EE816D8009A9168 /* Assets.xcassets */; };
50B1384C1EE816D8009A9168 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 50B1384A1EE816D8009A9168 /* LaunchScreen.storyboard */; };
50B138561EE8279C009A9168 /* DDLog+YOHO.m in Sources */ = {isa = PBXBuildFile; fileRef = 50B138551EE8279C009A9168 /* DDLog+YOHO.m */; };
F8FD8E5F7D51B5DA2591CED2 /* libPods-LoggerDemo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DF59B499A15EB334B6EC39B8 /* libPods-LoggerDemo.a */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
2174AADE73D4C93B19B05587 /* Pods-LoggerDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LoggerDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-LoggerDemo/Pods-LoggerDemo.release.xcconfig"; sourceTree = "<group>"; };
50A3C42A1EEEC091006D8931 /* CocoaLumberjack+YOHO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CocoaLumberjack+YOHO.h"; sourceTree = "<group>"; };
50A3C42B1EEEC091006D8931 /* DDLog+YOHO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "DDLog+YOHO.h"; sourceTree = "<group>"; };
50A3C42C1EEEC091006D8931 /* DDLog+YOHO.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "DDLog+YOHO.m"; sourceTree = "<group>"; };
50B138391EE816D8009A9168 /* LoggerDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LoggerDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
50B1383D1EE816D8009A9168 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
50B1383F1EE816D8009A9168 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
... ... @@ -29,9 +32,6 @@
50B138481EE816D8009A9168 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
50B1384B1EE816D8009A9168 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
50B1384D1EE816D9009A9168 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
50B138531EE82055009A9168 /* CocoaLumberjack+YOHO.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CocoaLumberjack+YOHO.h"; sourceTree = "<group>"; };
50B138541EE8279C009A9168 /* DDLog+YOHO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "DDLog+YOHO.h"; sourceTree = "<group>"; };
50B138551EE8279C009A9168 /* DDLog+YOHO.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "DDLog+YOHO.m"; sourceTree = "<group>"; };
90FE846D8DEC937044B233E4 /* Pods-LoggerDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LoggerDemo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-LoggerDemo/Pods-LoggerDemo.debug.xcconfig"; sourceTree = "<group>"; };
DF59B499A15EB334B6EC39B8 /* libPods-LoggerDemo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-LoggerDemo.a"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
... ... @@ -56,6 +56,16 @@
name = Frameworks;
sourceTree = "<group>";
};
50A3C4291EEEC091006D8931 /* YH_Lumberjack */ = {
isa = PBXGroup;
children = (
50A3C42A1EEEC091006D8931 /* CocoaLumberjack+YOHO.h */,
50A3C42B1EEEC091006D8931 /* DDLog+YOHO.h */,
50A3C42C1EEEC091006D8931 /* DDLog+YOHO.m */,
);
path = YH_Lumberjack;
sourceTree = "<group>";
};
50B138301EE816D8009A9168 = {
isa = PBXGroup;
children = (
... ... @@ -77,6 +87,7 @@
50B1383B1EE816D8009A9168 /* LoggerDemo */ = {
isa = PBXGroup;
children = (
50A3C4291EEEC091006D8931 /* YH_Lumberjack */,
50B1383F1EE816D8009A9168 /* AppDelegate.h */,
50B138401EE816D8009A9168 /* AppDelegate.m */,
50B138421EE816D8009A9168 /* ViewController.h */,
... ... @@ -86,9 +97,6 @@
50B1384A1EE816D8009A9168 /* LaunchScreen.storyboard */,
50B1384D1EE816D9009A9168 /* Info.plist */,
50B1383C1EE816D8009A9168 /* Supporting Files */,
50B138531EE82055009A9168 /* CocoaLumberjack+YOHO.h */,
50B138541EE8279C009A9168 /* DDLog+YOHO.h */,
50B138551EE8279C009A9168 /* DDLog+YOHO.m */,
);
path = LoggerDemo;
sourceTree = "<group>";
... ... @@ -236,7 +244,7 @@
50B138441EE816D8009A9168 /* ViewController.m in Sources */,
50B138411EE816D8009A9168 /* AppDelegate.m in Sources */,
50B1383E1EE816D8009A9168 /* main.m in Sources */,
50B138561EE8279C009A9168 /* DDLog+YOHO.m in Sources */,
50A3C42D1EEEC091006D8931 /* DDLog+YOHO.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
... ...