From: Eloy D. <elo...@gm...> - 2009-01-08 16:04:02
|
I all else fails, you can always create one by hand. See one of the many bridgesupport files in the standard frameworks. - Eloy On Jan 8, 2009, at 4:16 PM, Brian Marick wrote: > I have a tiny .m file that I use for testing. I create a bundle from > it: > > `cc -o #{basename}.bundle -bundle -framework Foundation > #{basename}.m` > > Is there a way to get metadata for that file without building a > framework? gen_bridge_metadata(1) has an example of creating metadata > from -lcurl, but I can't make it work for my .m and .h file. Should I > keep digging or give up? > > ----- > Brian Marick, independent consultant > Mostly on agile methods with a testing slant > www.exampler.com, www.exampler.com/blog, www.twitter.com/marick > > > ------------------------------------------------------------------------------ > Check out the new SourceForge.net Marketplace. > It is the best place to buy or sell services for > just about anything Open Source. > http://p.sf.net/sfu/Xq1LFB > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |