I’m deploying a project now with a lot of required dynamic link libraries.
I’d like to only upload them one time and then turn off that copy step.
I am goign to try to get them to work out of the app.executablefile.parent path (which is what I am doing on Mac and Windows), and I’ll find out if they are deleted with subsequent deployments… but I’m wondering if there is a preferred way to handle this.
I can’t get access to the /usr/lib/ directory (nor should I).
When doing a copy-files build step for Xojo cloud, what is the Frameworks folder going to point to?
Suggestions anyone?
TIA.