You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
i can using F-Script with OS X GUI Apps , it's fun.
but , how can i using F-Script with command line app written in Objective-C ?
i can use lldb attch that app and successfully load by
p (char)[[NSBundle bundleWithPath:@"/Library/Frameworks/FScript.framework"] load]
but, the command line app does Not have an menu , so i can not
p (void)[FScriptMenuItem insertInMainMenu]
how can i fire up the F-Script Console ? Thanks!
The text was updated successfully, but these errors were encountered:
hi,
i can using F-Script with OS X GUI Apps , it's fun.
but , how can i using F-Script with command line app written in Objective-C ?
i can use lldb attch that app and successfully load by
but, the command line app does Not have an menu , so i can not
how can i fire up the F-Script Console ? Thanks!
The text was updated successfully, but these errors were encountered: