I've just made a website using nothing but HTML, css & js all offline nothing fancy, and I was wondering how I could convert it into a standalone Mac OS X application?

I know you can get PhoneGap to make websites into Native iOS apps. I would like this, but instead for OS X apps, if possible.

link|improve this question

25% accept rate
Why not just open it in the browser? What's your end-goal? A single executable? – techie007 Nov 28 '11 at 1:00
Hi, Its for my university assessment, and dumb teachers so I'd like a single .app for osx teachers and .exe for win32 (already sorted) so there are not loads of files floating around as it will be passed around on USB stick so if its a single executable then no lose ends – Owen Melbourne Nov 28 '11 at 1:03
Just use a zip or tarball. – Casey Robinson Nov 28 '11 at 1:40
then the teachers will have to extract it each time and will see numerous files, i just want 1 file. – Owen Melbourne Nov 28 '11 at 1:45
1  
You could run it in Prism or Fluid, a site-specific browser. The only thing you'll have to worry about is the placement of the HTML files. – slhck Nov 28 '11 at 7:48
show 8 more comments
feedback

1 Answer

up vote 1 down vote accepted

For any other person looking for an answer, I just used Xcode, included the webkit framework and used webview for it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.