Skip to content

Commit

Permalink
Fixed build issue with including BWToolkit in NSLogger sources
Browse files Browse the repository at this point in the history
  • Loading branch information
fpillet committed Feb 18, 2011
1 parent beb12d4 commit 6753d41
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Desktop Viewer/Classes/LoggerSplitView.h
Expand Up @@ -28,7 +28,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
#import "BWToolkitFramework/BWToolkitFramework.h"
#import "BWToolkitFramework.h"

@interface LoggerSplitView : BWSplitView
{
Expand Down
2 changes: 1 addition & 1 deletion Desktop Viewer/Classes/LoggerWindowController.h
Expand Up @@ -29,7 +29,7 @@
*
*/
#import "LoggerConnection.h"
#import "BWToolkitFramework/BWToolkitFramework.h"
#import "BWToolkitFramework.h"

@class LoggerMessageCell, LoggerClientInfoCell, LoggerMarkerCell, LoggerTableView;
@class LoggerDetailsWindowController;
Expand Down
6 changes: 6 additions & 0 deletions Desktop Viewer/NSLogger.xcodeproj/project.pbxproj
Expand Up @@ -610,6 +610,9 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = NSLogger_Prefix.pch;
HEADER_SEARCH_PATHS = (
"\"Third Party/BWToolkit\"",
);
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
PRODUCT_NAME = NSLogger;
Expand All @@ -624,6 +627,9 @@
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = NSLogger_Prefix.pch;
HEADER_SEARCH_PATHS = (
"\"Third Party/BWToolkit\"",
);
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
PRODUCT_NAME = NSLogger;
Expand Down
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -67,7 +67,7 @@ This tool comes from a personal need for a more powerful logger. There are more

You'll find documentation in the [NSLogger Wiki](https://github.com/fpillet/NSLogger/wiki/)

NSLogger uses [Brandon Walkin's BWToolkit](http://www.brandonwalkin.com/bwtoolkit/). The source tree for BWToolkit is currently included here because I suck at Git.
NSLogger uses [Brandon Walkin's BWToolkit](http://www.brandonwalkin.com/bwtoolkit/), for which source code is included with NSLogger.

NSLogger is Copyright (c) 2010 Florent Pillet, All Rights Reserved, All Wrongs Revenged. Released under the [New BSD Licence](http://www.opensource.org/licenses/bsd-license.php).
NSLogger is Copyright (c) 2010-2011 Florent Pillet, All Rights Reserved, All Wrongs Revenged. Released under the [New BSD Licence](http://www.opensource.org/licenses/bsd-license.php).
The NSLogger icon is Copyright (c) [Louis Harboe](http://www.graphicpeel.com)

0 comments on commit 6753d41

Please sign in to comment.