I am building a TVOS app in Xcode. I know it is recommended to have following file structure:
client/(this folder is outside my project folder)client/templates(tvml files)client/js(javascript files)
But client/ is not part of my tvosapp.xcodeproj, therefore in XCode, I cannot see the tVML files.
Questions:
How do I include the
/templates/jsfolders in my project to be submitted in XCode?If I have 2 projects, how can I separate the
/templates/jsfolder for each project if I share the same/clientfolder?