Need to incorporate the presentation on app launch, including application entry point, top level code, main.swift, and the synthesis we get with @UIApplicationMain.
(To be referenced in RSSReader Lesson 1).
In addition, we'll want to include the storyboard unmarshaling, initial view controller instantiation, and the interaction between the app instance, delegate, window, the initial view controller, and its view.