Started on Feature #14. Server is now running. But cannot communicate.

This commit is contained in:
michael starke
2013-06-17 21:06:27 +02:00
parent 999c8ce95f
commit ed78068a6d
10 changed files with 141 additions and 8 deletions

View File

@@ -12,6 +12,7 @@
#import "MPPasswordCreatorViewController.h"
#import "MPSettingsHelper.h"
#import "MPUppercaseStringValueTransformer.h"
#import "MPStringLengthValueTransformer.h"
#import "MPServerDaemon.h"
@interface MPAppDelegate () {
@@ -31,6 +32,7 @@
+ (void)initialize {
[MPSettingsHelper setupDefaults];
[MPUppercaseStringValueTransformer registerTransformer];
[MPStringLengthValueTransformer registerTransformer];
}
- (BOOL)applicationShouldOpenUntitledFile:(NSApplication *)sender {