From 8bf33f1619c548d3901cf139dcf2a83b71c2b63c Mon Sep 17 00:00:00 2001 From: Socapex Date: Mon, 3 Dec 2012 18:29:54 -0500 Subject: Initial changes for OS X build. --- Xcode/ManaPlus/AppDelegate.m | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Xcode/ManaPlus/AppDelegate.m (limited to 'Xcode/ManaPlus/AppDelegate.m') diff --git a/Xcode/ManaPlus/AppDelegate.m b/Xcode/ManaPlus/AppDelegate.m new file mode 100644 index 000000000..b255617eb --- /dev/null +++ b/Xcode/ManaPlus/AppDelegate.m @@ -0,0 +1,23 @@ +// +// AppDelegate.m +// ManaPlus +// +// Created by Philippe Groarke on 2012-12-03. +// Copyright (c) 2012 evolonline. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (void)dealloc +{ + [super dealloc]; +} + +- (void)applicationDidFinishLaunching:(NSNotification *)aNotification +{ + // Insert code here to initialize your application +} + +@end -- cgit v1.2.3-60-g2f50