roundware / roundware-ios-framework-v2

Roundware framework, updated for api v2 and re-built in Swift (as much as possible)
MIT License
1 stars 8 forks source link

design and implement multi-project capability #17

Open hburgund opened 7 years ago

hburgund commented 7 years ago

For the upcoming "Optimus Prime" Roundware app, we need to have a single generic app that can reconfigure itself based on a project selected by the user. Right now, the framework is designed to be single-project and therefore needs a few changes to make it project agnostic.

Proposed updated initialization flow

Notes