summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/app-bundle/TestApp/TestAppAppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/mac/app-bundle/TestApp/TestAppAppDelegate.m')
-rw-r--r--deps/gyp/test/mac/app-bundle/TestApp/TestAppAppDelegate.m15
1 files changed, 15 insertions, 0 deletions
diff --git a/deps/gyp/test/mac/app-bundle/TestApp/TestAppAppDelegate.m b/deps/gyp/test/mac/app-bundle/TestApp/TestAppAppDelegate.m
new file mode 100644
index 0000000000..9aafa42000
--- /dev/null
+++ b/deps/gyp/test/mac/app-bundle/TestApp/TestAppAppDelegate.m
@@ -0,0 +1,15 @@
+// Copyright (c) 2011 Google Inc. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#import "TestAppAppDelegate.h"
+
+@implementation TestAppAppDelegate
+
+@synthesize window;
+
+- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
+ // Insert code here to initialize your application
+}
+
+@end