A sandboxed app can access a sqlite database on the Mac Desktop without requiring a confirmation for each save. Is this new or standard behavior?
I ask because when I started experimenting with sandboxing a few months ago, the databases that I could previously access on the Desktop or in Documents would display a confirmation each time they were modified when sandboxing was turned on. Using SpecialFolder.ApplicationData to find a suitable datafile location made the confirmation dialog stop appearing. Apple’s App Store folks were not initailly comfortable with that choice of the datafile location, but let it slide when I described the above problem.
Now I notice (coincidentally after updating to Tahoe 26.01 and using Xojo 2025.2.1) the confirmation dialogs have stopped appearing when updating records in databases on the Desktop or in the Documents folder.
So I’m wondering if, mislead by my inexperience, I formed some wrong impressions a while back or has something changed recently?