This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
tlrobinson (author)
Sun Nov 09 01:56:09 -0800 2008
commit b65dbdc0884687054fe48d31252456ac7c444e1e
tree facb83aeab5bedcce086d6da57742c9e6f4ff327
parent ca41231532b198ac02bc73ec27d091749cb5b15b
tree facb83aeab5bedcce086d6da57742c9e6f4ff327
parent ca41231532b198ac02bc73ec27d091749cb5b15b
tlrobinson / jscocoa
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
README | Fri Oct 10 02:38:03 -0700 2008 | |
| |
jscocoa.m | Fri Oct 10 02:38:03 -0700 2008 | |
| |
jscore-bridge.m | Fri Oct 10 02:38:03 -0700 2008 |
jscocoa/README
"jscocoa" is a simple command line interface to JSCocoa: - http://inexdo.com/JSCocoa - http://code.google.com/p/jscocoa/ 1) Create a new command line tool project in Xcode 2) Replace the main file with jscocoa.m Perform the steps listed here: http://code.google.com/p/jscocoa/wiki/QuickStart 3) Add JavascriptCore.framework to frameworks 4) In 'Build' project settings, add -lffi to 'Other linker flags' 5) Copy (or reference) all the files from the JSCocoa folder in your project. Only the following are really necessary: JSCocoaPrivateObject.m JSCocoaController.h JSCocoaController.m JSCocoaFFIArgument.h JSCocoaFFIArgument.m JSCocoaFFIClosure.h JSCocoaFFIClosure.m JSCocoaHelper.h JSCocoaHelper.m JSCocoaPrivateObject.h BridgeSupportController.m BridgeSupportController.h jscore-bridge.m is very incomplete and obsoleted by JSCocoa.







