We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the manifest checks perform a pseudo static check on particular strings.
It should be possible to read the information (like appVersion or appName) from the environment and check this against the manifest.json file.
The text was updated successfully, but these errors were encountered:
blocked by https://youtrack.cuba-platform.com/issue/PL-9022 (which will be released in CUBA 6.6)
Sorry, something went wrong.
[#6] switched to warning if app meta information in wizard do not mat…
6220356
…ch the pseudo app name, version and producer
[#9][#6] added support for dynamic metadata information via BuildInfo…
bee3f19
… bean from CUBA 6.6
fixed through the usage of CUBA 6.6s BuildInfo bean
No branches or pull requests
Currently, the manifest checks perform a pseudo static check on particular strings.
It should be possible to read the information (like appVersion or appName) from the environment and check this against the manifest.json file.
The text was updated successfully, but these errors were encountered: