Skip to content

fix: derive Voltra version from package metadata - #238

Draft
V3RON wants to merge 2 commits into
mainfrom
agent/dynamic-voltra-version
Draft

fix: derive Voltra version from package metadata#238
V3RON wants to merge 2 commits into
mainfrom
agent/dynamic-voltra-version

Conversation

@V3RON

@V3RON V3RON commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

What is this?

Dynamic Widget build environments now report the installed Voltra client package version instead of the stale hardcoded 1.4.1 value.

How does it work?

Node-based generation resolves the platform client package manifest from the app project. Android continues to expose that value through BuildConfig; iOS writes it to the widget extension's Info.plist, where Swift reads it at runtime. Placeholder prerendering and CLI-generated artifacts use the same resolved value.

Why is this useful?

Version metadata in widget environments now stays aligned with the Voltra package that actually ships, improving diagnostics and preventing release-time manual synchronization across TypeScript, Swift, and Kotlin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant