CWWebApplication automatically shows the web app on an UIWebView. For this, we need to import UIKit. This is the only place in Connichiwa where we need a framework that is exclusive to iOS (stuff like CLLocationManager is available for both iOS and OS X).
Maybe we should kick this out and leave the task of showing 127.0.0.1 to the application?
CWWebApplication automatically shows the web app on an UIWebView. For this, we need to import UIKit. This is the only place in Connichiwa where we need a framework that is exclusive to iOS (stuff like CLLocationManager is available for both iOS and OS X).
Maybe we should kick this out and leave the task of showing 127.0.0.1 to the application?