phofman / vs-plugin

Visual Studio Plugin for BlackBerry Native Development
13 stars 3 forks source link

Cascades version could be exposed by the NdkInfo #17

Closed phofman closed 9 years ago

phofman commented 9 years ago

Currently the PuppetMasterWizardEngine has "1.2" Cascades version hardcoded and passing this value to underlying templates. The desired behavior is to be able to provide different value at runtime - based on the installed and active NDK. Then all created projects and project-items could benefit.

Solution: It could be detected based on NDK version and for now hardcoded, but at NdkInfo::Load() level.

phofman commented 9 years ago

Implemented on develop@PH-v2.0.0-beta. Any NDK must be downloaded and selected, otherwise "1.2" version is used.