It appears that the latest update of SD 8.0.6 negatively impacted one of my scripts.
For reference, I have code at the beginning of my script to trigger the “Desktop Folder” and “Network Volumes” security setting prompt at the beginning of the script.
When I create a new run-only export of the script using 8.0.6, when I try to run in on my machine, it will always pull up the desktop prompt on every run of the script. The app will show up in the preferences pane, but only show the “desktop folder” checkbox - the network volumes will not show up. these settings that show up do not affect the script behavior, however, because even though the desktop setting is checked, it will still ask the next time.
Oddly, the network checkbox doesn’t show up at all, even though it does have network access.
I was pulling my hair out trying to figure out what was happening, and I finally found a copy of 8.0.5 on another machine. I replaced the latest version with that one, re-exported a new version from 8.0.5 (all export settings are the same regardless of the version), and ran the script. It ran as expected, prompting both the desktop and network access dialogs, and that created a new entry in the pref pane, that included BOTH desktop and network checkboxes. So I ended up with two entries for my app in the pref pane, even though I didn’t change anything about the export settings (other than using two app versions)
I’m not sure what all that means tbh, and for now I am having to use 8.0.5 to get my deadlines met. Just curious if anyone has seen similar to this, or where I might poke later to provide more specific feedback or potential bug report?