Hi,
I distribute my app for macOS outside AppStore. I implemented Auto Update function which worked perfectly up to Ventura 13.0. And it was broken since Ventura 13.1+
- The old version of my app downloads a ZIP arhive with a new version to temporary folder and unpack it to User's Library > Application Support > My AppFolder.
- The new unpacked version gets attribute com.apple.quarantine and the old app cannot run it.
- Before Ventura 13.1 the new unpacked app could be run successfully and it closes the old version and replaces the old APP bundle in Applications. And then a copy of new app in a temporary folder is being deleted.
In fact, the new APP could work as an agent to perform the update of my app.
Both apps (old and new) are signed and notarized by one team (the same signature).