From: Patrick G. <pge...@wa...> - 2008-08-05 16:06:49
|
> Alternatively, if there isn't such a repository, do people feel that > it would be worthwhile to create one? I'd be happy enough to do the > work to get the ball rolling. YES! if we're talking of a .bridgesupport files repository — you should not need to write code to call existing framework functions. Your calling UpdateSystemActivity should work provided you have a .bridgesupport file exposing it. I've tried gen_bridge_metadata to expose the ObjC runtime functions, without success. I'm working on a JavascriptCore bridge and I've resorted to manually exposing these runtime functions ... This sucks. We need to massage gen_bridge_metadata into exposing any framework function. -Patrick |