MacGapProject / MacGap1

Desktop WebKit wrapper for HTML/CSS/JS applications.
Other
3.55k stars 208 forks source link

<input type="file" /> fails #18

Closed dorkalev closed 12 years ago

maccman commented 12 years ago

Fixed

dorkalev commented 12 years ago

thx but still ain't workin here on my machine (osx 10.7.2)

maccman commented 12 years ago

You recompiled?

dorkalev commented 12 years ago

yes, with: macgap --name MyApp --output ./build ./public

maccman commented 12 years ago

That's not re-building it. You need to compile the XCode project.

dorkalev commented 12 years ago

ok, so I opened MacGap.xcodeproj and APPLE+B built it successfully then macgap --name MyApp --output ./build ./public and none :\

what steps have i missed?

maccman commented 12 years ago

? - macgap is a Ruby gem, building the XCode project won't update that. https://github.com/maccman/macgap-rb

dorkalev commented 12 years ago

f-course, working will now. thx