avialan
February 25, 2021, 6:12pm
#1
I see that the beta does not have the same app configuration options as SD7. I need to create a background-only app. Background-only apps made with SD7 are Intel.
What’s the outlook for Apple Silicon background-only apps? Is there a workaround where I can manually set something in plist.info ? Thank you!
The options are still there (and more) — they have just moved. Choose File -> Bundle & Export Options…
(command-shift-B).
See here:
Script Debugger 8 introduces the Bundle & Export Settings dialog which combines various previous settings, and some new ones, in one place. But the new arrangement isn’t just about immediate convenience – it’s about re-thinking the way scripts are developed and distributed.
[BundleExportSettings]
AppleScript was designed for maximum appeal to non-programmers, and one shining example of this approach was the way you can use the same file format for writing and saving scripts as you do running …
And here:
Script Debugger 8 simplifies exporting of run-only scripts by making it a one-step process, which we call Direct Export. It’s part of a suite of changes to help users better manage scripting projects. As the requirements for scripts become more complicated with issues like code-signing and notarizing, these changes make it more convenient to separate the development and deployment processes.
At its heart, the new process works by storing your export settings, so they do not have to be re-entere…
1 Like