Let me start by saying I know how to create fat library manually, as described in this post: How to build a library for both iPhone simulator and device?
My question is, does anyone know how to configure Jenkins to do the same job?
A little background: I am creating a library, thus every time I'm doing release, I have to go through all the process of building for simulator and device, then go into their respective folders to grab the frameworks produced, and lump them together using the lipo tool.
I'm able to automate the lumping process through a script, so I'm wondering if I can automate Jenkins to output frameworks for both architecture types and call then call this custom script.
Thanks