BridgeSupport build step for framework projects
I wrote an extremely short tutorial on how to automatically generate a BridgeSupport file for your Framework Xcode project: http://merbist.com/2011/02/19/bridgesupport-build/ Hopefully that will save some people the headache to figure it out on their own (not that it's hard tho). One thing I didn't mention because it seemed very obvious... you need to have your target set to copy the headers to the final product. - Matt
Is there any way to load BridgeSupport from a string in memory instead of a file on the desktop? I'd like to encrypt the bridge support files I have for my private frameworks and load them at runtime. I suppose I could always write a tmp file somewhere. -Robert On 20/02/2011, at 1:35 PM, Matt Aimonetti wrote:
I wrote an extremely short tutorial on how to automatically generate a BridgeSupport file for your Framework Xcode project: http://merbist.com/2011/02/19/bridgesupport-build/ Hopefully that will save some people the headache to figure it out on their own (not that it's hard tho).
One thing I didn't mention because it seemed very obvious... you need to have your target set to copy the headers to the final product.
- Matt _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (2)
-
Matt Aimonetti
-
Robert Payne