phofman / vs-plugin

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

DeveloperDefinition could provide AuthorID #18

Closed phofman closed 9 years ago

phofman commented 9 years ago

It's a bit tricky now to put AuthorName/AuthorID into the templates. Those values are not stored anywhere outside the debug-token, but could be nice-to-have feature to automatically set them, when new project is created.

Solution: Cache the AuthorName/AuthorID inside the registry settings, whenever this info is read from debug-token. Maybe also add ability to updated in on options page. Then use this cached value whenever required.

phofman commented 9 years ago

This feature has been implemented on develop@PH-v2.0.0-beta. Developer can manually setup AuthorID/AuthorName on 'Signing' options page. It is also automatically updated, when new debug-token is created and uploaded onto devices and when using bar-descriptor editor to update publisher info from any debug-token.