BlackWolf / Connichiwa

A framework for local multi-device web applications
15 stars 0 forks source link

Should UIKit be kicked out of CWWebApplication? #19

Closed BlackWolf closed 10 years ago

BlackWolf commented 10 years ago

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?

BlackWolf commented 10 years ago

Guess not ^^