how can I generate scripting bridge files at runtime? I want to use scripting bridge to quit an appliction, but that application is not known at compile time.
|
feedback
|
| |||
|
feedback
|
|
Scripting Bridge is a compile-time technology. You may be able to generate the header at run-time, but what good would that do to your compiled application? Try with AppleScript:
Given an app name | |||
|
feedback
|