Closed vbuchii closed 3 years ago
We're definitely getting closer here! I'd like to avoid re-parsing the manifest file if possible, but my bigger concern is around the use of
process.cwd()
in a static property ofRoAppInfo
— that won't work for our end-to-end tests (which you worked around by manually assigning to a private field), and will subtly break other use-cases as they arise.Do you happen to know which
manifest
file is used whencreateObject("roAppInfo")
is called from a ComponentLibrary? I imagine that will complicate things here a bit 😃
I was unable to find any related info about that in the Roku SDK. So, I've tested on a sample and seen that it is used the manifest file from root of the project. In other words, regardless of where the object is created, the main manifest is used.
fixes #537