Skip to content

Commit

Permalink
Add header comment to default AppDelegate.swift
Browse files Browse the repository at this point in the history
This is the default for files from Xcode. Even though we at thoughtbot
dislike these header comments, we should use the default behavior here
for Liftoff. This file is easily overridden by a custom app delegate
template, so removing these comments is trivial.
  • Loading branch information
gfontenot committed Feb 4, 2015
1 parent fd04483 commit 0a06872
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
//
// AppDelegate.swift
// <%= project_name %>
//
// Created by <%= author %> on <%= Time.now.strftime("%-m/%-d/%y") %>
// Copyright (c) <%= Time.now.strftime('%Y') %> <%= company %>. All rights reserved.
//

import UIKit

@UIApplicationMain
Expand Down

0 comments on commit 0a06872

Please sign in to comment.