Sha256: 6a421ff653a50ff4797f330fd1b663fe7b82b4dd40abaefe7829efedd3cb9406
Contents?: true
Size: 537 Bytes
Versions: 26
Compression:
Stored size: 537 Bytes
Contents
// // <%= @app_name %>AppDelegate.m // <%= @app_name %> // // Copyright (c) <%= Date.today.year %> Future Workshops. All rights reserved. // #import "<%= @prefix %>AppDelegate.h" @implementation <%= @prefix %>AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; self.window.backgroundColor = [UIColor whiteColor]; [self.window makeKeyAndVisible]; return YES; } @end
Version data entries
26 entries across 26 versions & 1 rubygems