> >> > 2) If you want to use a JavaScript interpreter from Cocoa, you might
> >> > want to check out the open sourced
[quoted text clipped - 12 lines]
> Okay, I also need to extend it with some extra functions, echo, include and
> some basic file i/o.
Those are already included (with the ability to intercept where they go,
restrict include paths, etc...)
> Ah, that sounds like it. Where do I get the crash log ?
~/Library/Logs/CrashReporter/
> Does JSKit detect whether JavaScriptCore/Safai 3.0 is installed or not and
> produce an human friendly error message ?
Not currently, but that's a worthwhile addition.
One can also just set LSMinimumSystemVersion in your Info.plist file
Aaron Gray - 26 May 2008 20:25 GMT
>> >> > 2) If you want to use a JavaScript interpreter from Cocoa, you might
>> >> > want to check out the open sourced
[quoted text clipped - 18 lines]
> Those are already included (with the ability to intercept where they go,
> restrict include paths, etc...)
Oh, in Apple's or yours ?
>> Ah, that sounds like it. Where do I get the crash log ?
>
> ~/Library/Logs/CrashReporter/
Okay thanks.
>> Does JSKit detect whether JavaScriptCore/Safai 3.0 is installed or not
>> and
[quoted text clipped - 3 lines]
>
> One can also just set LSMinimumSystemVersion in your Info.plist file
Presumably that would outlaw Safari updates without system updates if such a
thing can happen ?
The remote BusError crash is not due to missing Safari Javascript :(
Still cannot sus it.
I will have serious look at your code as its probably the way to go on the
Mac.
Thanks,
Aaron