This posting is older than 6 months and can contain outdated information.
Hi,
I was trying to take advantage of the Script Remote functionality from within my objective-C application using the apple Scripting Bridge technology (https://developer.apple.com/leopard/devcenter/docs/documentation/Cocoa/Conceptual/ScriptingBridgeConcepts/index.html).
However, when I run the command to generate the headerfile for Remote Buddy I get an almost empty header file:
sdef "Remote Buddy.app" | sdp -fh --basename RemoteBuddy
results in:
/*
* RemoteBuddy.h
*/
#import <AppKit/AppKit.h>
#import <ScriptingBridge/ScriptingBridge.h>
I've tried the same on other apple and non-apple scriptable applications, and there I get a complete header file.
Any idea why the generated header file for Remote Buddy is empty? Something not right with the Remote Buddy sdef file?
regards,
Kjeld.