Skip to content

Commit

Permalink
Renamed to VIntage
Browse files Browse the repository at this point in the history
  • Loading branch information
seanhess committed Nov 4, 2011
1 parent eae9387 commit 7e6f5ed
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 844 deletions.
2 changes: 1 addition & 1 deletion InputNinjaAppDelegate.h → AppDelegate.h
Expand Up @@ -10,7 +10,7 @@

#import "VIListener.h"

@interface InputNinjaAppDelegate : NSObject <NSApplicationDelegate> {
@interface AppDelegate : NSObject <NSApplicationDelegate> {
NSWindow *window;
NSStatusItem * statusItem;
VIListener * listener;
Expand Down
4 changes: 2 additions & 2 deletions InputNinjaAppDelegate.m → AppDelegate.m
Expand Up @@ -6,11 +6,11 @@
// Copyright 2011 __MyCompanyName__. All rights reserved.
//

#import "InputNinjaAppDelegate.h"
#import "AppDelegate.h"
#import "KeyInterceptor.h"
#import "EventTapExample.h"

@implementation InputNinjaAppDelegate
@implementation AppDelegate

@synthesize window, statusItem;

Expand Down

0 comments on commit 7e6f5ed

Please sign in to comment.