mfikes / ambly

ClojureScript REPL into embedded JavaScriptCore
http://ambly.fikesfarm.com
Eclipse Public License 1.0
541 stars 21 forks source link

Put startup façade in Ambly src #39

Closed mfikes closed 9 years ago

mfikes commented 9 years ago

Currently the demo app has some code in its application:didFinishLaunchingWithOptions:.

Move this into some reusable startup façade in Ambly src proper.

mfikes commented 9 years ago

application:didFinishLaunchingWithOptions: is much simpler now.