I've developed a stand-alone app which requires a data file outside of the application bundle. I'm trying to distribute as a .DMG file downloaded from my website.
Once download from the Internet, the .app file and data file have the quarantine attribute set when they are copied from my DMG.
The issue is that on 10.14 and above, regardless of signing the application, data file and DMG, my application can’t find my DATA file UNLESS I copy the data file separately. Yes, actually copy the application to a folder, then copy the data file separately.
I am wondering if anybody has an any ideas on how to solve this?
From everything I've read and heard, it seems like the problem may be that the .app file needs to be notarized but if there is another solution that would be great to know.
Thanks much for any advice anyone may have!