Showing
4 changed files
with
16 additions
and
8 deletions
@@ -7,18 +7,21 @@ | @@ -7,18 +7,21 @@ | ||
7 | objects = { | 7 | objects = { |
8 | 8 | ||
9 | /* Begin PBXBuildFile section */ | 9 | /* Begin PBXBuildFile section */ |
10 | + 50A3C42D1EEEC091006D8931 /* DDLog+YOHO.m in Sources */ = {isa = PBXBuildFile; fileRef = 50A3C42C1EEEC091006D8931 /* DDLog+YOHO.m */; }; | ||
10 | 50B1383E1EE816D8009A9168 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 50B1383D1EE816D8009A9168 /* main.m */; }; | 11 | 50B1383E1EE816D8009A9168 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 50B1383D1EE816D8009A9168 /* main.m */; }; |
11 | 50B138411EE816D8009A9168 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 50B138401EE816D8009A9168 /* AppDelegate.m */; }; | 12 | 50B138411EE816D8009A9168 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 50B138401EE816D8009A9168 /* AppDelegate.m */; }; |
12 | 50B138441EE816D8009A9168 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 50B138431EE816D8009A9168 /* ViewController.m */; }; | 13 | 50B138441EE816D8009A9168 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 50B138431EE816D8009A9168 /* ViewController.m */; }; |
13 | 50B138471EE816D8009A9168 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 50B138451EE816D8009A9168 /* Main.storyboard */; }; | 14 | 50B138471EE816D8009A9168 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 50B138451EE816D8009A9168 /* Main.storyboard */; }; |
14 | 50B138491EE816D8009A9168 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 50B138481EE816D8009A9168 /* Assets.xcassets */; }; | 15 | 50B138491EE816D8009A9168 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 50B138481EE816D8009A9168 /* Assets.xcassets */; }; |
15 | 50B1384C1EE816D8009A9168 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 50B1384A1EE816D8009A9168 /* LaunchScreen.storyboard */; }; | 16 | 50B1384C1EE816D8009A9168 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 50B1384A1EE816D8009A9168 /* LaunchScreen.storyboard */; }; |
16 | - 50B138561EE8279C009A9168 /* DDLog+YOHO.m in Sources */ = {isa = PBXBuildFile; fileRef = 50B138551EE8279C009A9168 /* DDLog+YOHO.m */; }; | ||
17 | F8FD8E5F7D51B5DA2591CED2 /* libPods-LoggerDemo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DF59B499A15EB334B6EC39B8 /* libPods-LoggerDemo.a */; }; | 17 | F8FD8E5F7D51B5DA2591CED2 /* libPods-LoggerDemo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DF59B499A15EB334B6EC39B8 /* libPods-LoggerDemo.a */; }; |
18 | /* End PBXBuildFile section */ | 18 | /* End PBXBuildFile section */ |
19 | 19 | ||
20 | /* Begin PBXFileReference section */ | 20 | /* Begin PBXFileReference section */ |
21 | 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>"; }; | 21 | 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>"; }; |
22 | + 50A3C42A1EEEC091006D8931 /* CocoaLumberjack+YOHO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CocoaLumberjack+YOHO.h"; sourceTree = "<group>"; }; | ||
23 | + 50A3C42B1EEEC091006D8931 /* DDLog+YOHO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "DDLog+YOHO.h"; sourceTree = "<group>"; }; | ||
24 | + 50A3C42C1EEEC091006D8931 /* DDLog+YOHO.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "DDLog+YOHO.m"; sourceTree = "<group>"; }; | ||
22 | 50B138391EE816D8009A9168 /* LoggerDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LoggerDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 25 | 50B138391EE816D8009A9168 /* LoggerDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LoggerDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
23 | 50B1383D1EE816D8009A9168 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; | 26 | 50B1383D1EE816D8009A9168 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
24 | 50B1383F1EE816D8009A9168 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; | 27 | 50B1383F1EE816D8009A9168 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
@@ -29,9 +32,6 @@ | @@ -29,9 +32,6 @@ | ||
29 | 50B138481EE816D8009A9168 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | 32 | 50B138481EE816D8009A9168 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
30 | 50B1384B1EE816D8009A9168 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; | 33 | 50B1384B1EE816D8009A9168 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
31 | 50B1384D1EE816D9009A9168 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 34 | 50B1384D1EE816D9009A9168 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
32 | - 50B138531EE82055009A9168 /* CocoaLumberjack+YOHO.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CocoaLumberjack+YOHO.h"; sourceTree = "<group>"; }; | ||
33 | - 50B138541EE8279C009A9168 /* DDLog+YOHO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "DDLog+YOHO.h"; sourceTree = "<group>"; }; | ||
34 | - 50B138551EE8279C009A9168 /* DDLog+YOHO.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "DDLog+YOHO.m"; sourceTree = "<group>"; }; | ||
35 | 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>"; }; | 35 | 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>"; }; |
36 | DF59B499A15EB334B6EC39B8 /* libPods-LoggerDemo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-LoggerDemo.a"; sourceTree = BUILT_PRODUCTS_DIR; }; | 36 | DF59B499A15EB334B6EC39B8 /* libPods-LoggerDemo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-LoggerDemo.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
37 | /* End PBXFileReference section */ | 37 | /* End PBXFileReference section */ |
@@ -56,6 +56,16 @@ | @@ -56,6 +56,16 @@ | ||
56 | name = Frameworks; | 56 | name = Frameworks; |
57 | sourceTree = "<group>"; | 57 | sourceTree = "<group>"; |
58 | }; | 58 | }; |
59 | + 50A3C4291EEEC091006D8931 /* YH_Lumberjack */ = { | ||
60 | + isa = PBXGroup; | ||
61 | + children = ( | ||
62 | + 50A3C42A1EEEC091006D8931 /* CocoaLumberjack+YOHO.h */, | ||
63 | + 50A3C42B1EEEC091006D8931 /* DDLog+YOHO.h */, | ||
64 | + 50A3C42C1EEEC091006D8931 /* DDLog+YOHO.m */, | ||
65 | + ); | ||
66 | + path = YH_Lumberjack; | ||
67 | + sourceTree = "<group>"; | ||
68 | + }; | ||
59 | 50B138301EE816D8009A9168 = { | 69 | 50B138301EE816D8009A9168 = { |
60 | isa = PBXGroup; | 70 | isa = PBXGroup; |
61 | children = ( | 71 | children = ( |
@@ -77,6 +87,7 @@ | @@ -77,6 +87,7 @@ | ||
77 | 50B1383B1EE816D8009A9168 /* LoggerDemo */ = { | 87 | 50B1383B1EE816D8009A9168 /* LoggerDemo */ = { |
78 | isa = PBXGroup; | 88 | isa = PBXGroup; |
79 | children = ( | 89 | children = ( |
90 | + 50A3C4291EEEC091006D8931 /* YH_Lumberjack */, | ||
80 | 50B1383F1EE816D8009A9168 /* AppDelegate.h */, | 91 | 50B1383F1EE816D8009A9168 /* AppDelegate.h */, |
81 | 50B138401EE816D8009A9168 /* AppDelegate.m */, | 92 | 50B138401EE816D8009A9168 /* AppDelegate.m */, |
82 | 50B138421EE816D8009A9168 /* ViewController.h */, | 93 | 50B138421EE816D8009A9168 /* ViewController.h */, |
@@ -86,9 +97,6 @@ | @@ -86,9 +97,6 @@ | ||
86 | 50B1384A1EE816D8009A9168 /* LaunchScreen.storyboard */, | 97 | 50B1384A1EE816D8009A9168 /* LaunchScreen.storyboard */, |
87 | 50B1384D1EE816D9009A9168 /* Info.plist */, | 98 | 50B1384D1EE816D9009A9168 /* Info.plist */, |
88 | 50B1383C1EE816D8009A9168 /* Supporting Files */, | 99 | 50B1383C1EE816D8009A9168 /* Supporting Files */, |
89 | - 50B138531EE82055009A9168 /* CocoaLumberjack+YOHO.h */, | ||
90 | - 50B138541EE8279C009A9168 /* DDLog+YOHO.h */, | ||
91 | - 50B138551EE8279C009A9168 /* DDLog+YOHO.m */, | ||
92 | ); | 100 | ); |
93 | path = LoggerDemo; | 101 | path = LoggerDemo; |
94 | sourceTree = "<group>"; | 102 | sourceTree = "<group>"; |
@@ -236,7 +244,7 @@ | @@ -236,7 +244,7 @@ | ||
236 | 50B138441EE816D8009A9168 /* ViewController.m in Sources */, | 244 | 50B138441EE816D8009A9168 /* ViewController.m in Sources */, |
237 | 50B138411EE816D8009A9168 /* AppDelegate.m in Sources */, | 245 | 50B138411EE816D8009A9168 /* AppDelegate.m in Sources */, |
238 | 50B1383E1EE816D8009A9168 /* main.m in Sources */, | 246 | 50B1383E1EE816D8009A9168 /* main.m in Sources */, |
239 | - 50B138561EE8279C009A9168 /* DDLog+YOHO.m in Sources */, | 247 | + 50A3C42D1EEEC091006D8931 /* DDLog+YOHO.m in Sources */, |
240 | ); | 248 | ); |
241 | runOnlyForDeploymentPostprocessing = 0; | 249 | runOnlyForDeploymentPostprocessing = 0; |
242 | }; | 250 | }; |
-
Please register or login to post a comment