I’ve started using SD8 on an old laptop running macOS Mojave.
I opened a code signed & notarised copy of my applet, made two small changes, compiled and saved. It’s an “Apple” application.
That process wrote over my “applet.icns” file with the default AppleScript applet icons file. It also removed the “Localizable.strings” file from the “en.lproj” resources folder. So, my applet’s dialogs show in German instead of English (“de.lproj” is the first language folder).
Is there a setting or something else I should have done before editing the code signed applet ?
Should I avoid editing code signed files completely ?