Pierce T. Wetter III
pierc****@twinf*****
Sat Apr 21 01:31:19 JST 2007
On Apr 20, 2007, at 9:11 AM, Pierce T. Wetter III wrote: > > 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. Yep, I just dragged /Library/BuildSupport into the Resources of the XCode project for RubyCocoa and XCode happily copies it into the resulting framework. Pierce