Hacker News new | ask | show | jobs
by latexr 2033 days ago
You can call `osascript` from inside your app, or you can export an AppleScript script as an app. So yes, it works on unsigned apps. It has the same Gatekeeper caveats as any other unsigned app, but there’s nothing about notifications that’s especially locked.
1 comments

Can I natively call the Objective C API from an unsigned app or not?