Skip to content

Commit

Permalink
Bug fix for missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiehanson committed Jun 8, 2012
1 parent 00acec7 commit 3f55cd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Lumberjack/DDTTYLogger.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#import <Foundation/Foundation.h>

#if !TARGET_OS_IPHONE
#import <AppKit/NSColor.h>
#endif

#import "DDLog.h"

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(

// Update label for better understanding.
//
// Be sure to install XcodeColors (an Xcode plugin)
// https://github.com/robbiehanson/XcodeColors
// Be sure to follow the instructions for seting up XcodeColors here:
// https://github.com/robbiehanson/CocoaLumberjack/wiki/XcodeColors

char *xcode_colors = getenv("XcodeColors");
if (xcode_colors)
Expand Down

0 comments on commit 3f55cd5

Please sign in to comment.