Hi there.
We have a couple of projects based on the tracker platform.
We would like to have the configuration for device OS version and platform be stored with the source code and set automatically when we import the project. Additionally we would like to be able to use these values in our ci/cd pipelines to ensure consistency from dev to production.
Is there a recommended way to do this?
Ideally we could set this in the project.properties
, but I do also see that the values are available in the local .vscode/settings.json
file