Skip to content

Commit

Permalink
Cleaned up the project and the app delegate
Browse files Browse the repository at this point in the history
  • Loading branch information
newmarcel committed Feb 5, 2016
1 parent aa0265e commit 52aea96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 10 additions & 2 deletions KeepingYouAwake.xcodeproj/project.pbxproj
Expand Up @@ -196,8 +196,6 @@
DA637B3B19F14693004C8838 /* KeepingYouAwake */ = {
isa = PBXGroup;
children = (
DA637B4519F14693004C8838 /* MainMenu.xib */,
DA637B4319F14693004C8838 /* Images.xcassets */,
DA637B4019F14693004C8838 /* KYAAppDelegate.h */,
DA637B4119F14693004C8838 /* KYAAppDelegate.m */,
DA637B5C19F146B6004C8838 /* KYAAppController.h */,
Expand All @@ -209,6 +207,7 @@
DA5B5A241C28612800EE45C6 /* Battery Status */,
DA4919C51ACFFF8D00D44F6A /* Event Handler */,
DA4919C61ACFFF9600D44F6A /* Extensions */,
DAC322C91C65199300DF8B63 /* Resources */,
);
path = KeepingYouAwake;
sourceTree = "<group>";
Expand Down Expand Up @@ -244,6 +243,15 @@
name = Preferences;
sourceTree = "<group>";
};
DAC322C91C65199300DF8B63 /* Resources */ = {
isa = PBXGroup;
children = (
DA637B4519F14693004C8838 /* MainMenu.xib */,
DA637B4319F14693004C8838 /* Images.xcassets */,
);
name = Resources;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down
8 changes: 0 additions & 8 deletions KeepingYouAwake/KYAAppDelegate.m
Expand Up @@ -14,14 +14,6 @@ @interface KYAAppDelegate () <NSWindowDelegate>

@implementation KYAAppDelegate

- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
}

- (void)applicationWillTerminate:(NSNotification *)aNotification
{
}

#pragma mark - Preferences Window

- (NSWindowController *)preferencesWindowController
Expand Down

0 comments on commit 52aea96

Please sign in to comment.