jscocoa icon indicating copy to clipboard operation
jscocoa copied to clipboard

Write Cocoa applications in Javascript

Results 5 jscocoa issues
Sort by recently updated
recently updated
newest added

This pull ups the warning levels to -Wall and -Wextra. We have nothing to loose by going that bit further and it gives a warning free build on 32/64 bit...

The project doesn't work on ios 7 and later. Be a long time no one to maintain it. And I found that the latest committed in the Fork Network Graph...

I noticed a "iPhone" folder in the project, will this project work on iPhone? I tried to run it on XCode but no luck. ``` /Users/siuying/Documents/workspace/jscocoa/JSCocoa/JSCocoaController.m:4572: 'struct objc_super' has no...

To reproduce: run WebCocoa project on 10.8. Solution: add: ``` || [className isEqualToString:@"__NSAtom"] ``` to the "Skip classes crashing when added to an NSArray" section.

The JSCocoa framework project seems to have lost its 32 bit target. Is there a reason? Jonathan