This question is in regards to the downloadable release of ml4a-ofx on OSX.
After download, none of the apps have access to the files in the data folder until each app is manually moved to another folder and then moved back. This is due to OSX now translocating the app as a security feature until they are moved.
One workaround is to bundle the data into the internal resources folder inside .app
but this is problematic because all the apps have to share some large data files, which I’d prefer not to duplicate.
Is there any other workaround which makes this moving trick unnecessary so it behaves as expected?