e-mission / e-mission-data-collection

Repository for our own data collection
BSD 3-Clause "New" or "Revised" License
4 stars 19 forks source link

Refactor the init code to move from the AppDelegate to plugin init #96

Closed shankari closed 8 years ago

shankari commented 8 years ago

Right now, the didFinishLoadingWithOptions call does not depend on anything in the app delegate and can be moved out. But people are used to having the calls in there in the AppDelegate so let's leave it there for now.