Pierce T. Wetter III
pierc****@twinf*****
Sat Apr 21 01:11:54 JST 2007
On Apr 20, 2007, at 8:28 AM, Laurent Sansonetti wrote: > Hi Pierce, > > Sorry for the long reply (I have been away for the week). I will also > reply to your CoreData thread. > > Regarding this issue, it is unfortunately not possible yet to embed > RubyCocoa, as it requires it to locate the bridge support files. We > will make sure the next release will support this though. Ah, that was all the hint I needed. Looking at the code, it already looks in RubyCocoa.framework/ Resources for the BridgeSupport folder, so copying /Library/ BridgeSupport into there in the build after the fact works. So probably this could be done via a project file tweak. Make a second xcode project called RC embeddable that has the standard configurations (Debug/Release), includes the regular framework, and copies the BuildSupport files into the framework. If anyone would like a copy of my app, let me know. It's yet another app for GettingThingsDone, it just has the advantage that I wrote the first version > 1 year ago, so this round has all the things I realized you really need. Pierce