I have created a small utility some weeks ago that I use very often when distributing my work in the form of static libraries for iOS.
You see, I couldn't find a way of creating a FAT static library that works when compiling your project on both the iPhone and the iOS Simulator, and I created a tool that does just that, and some other things.
The tool is able to take two libraries with different architectures and merge them into a FAT static library, something that it is not possible using Xcode. It will also display information about a static library if you throw it at it.
My goal is to make it better, so that it reaches a point where it can actually be useful. So far, it has been proven much useful to me.
So, I need feedback from developers (which are the target group) in the form:
-- What would you like to see implemented?
-- Has it been working as expected for you? If not, what libraries have you encountered problems with?
-- Recommendations?
You can download the application here, and test it yourself. I would appreciate any feedback on this. And remember: This is a pre-alpha release, so expect bugs!
Unilib Application Link (free, of course!)
I hope it works for you, and I would appreciate any feedback and constructive criticism that will be able to improve the application, so that it can actually be helpful for us developers.
EDIT: OK, the server should be up again, now.
You see, I couldn't find a way of creating a FAT static library that works when compiling your project on both the iPhone and the iOS Simulator, and I created a tool that does just that, and some other things.
The tool is able to take two libraries with different architectures and merge them into a FAT static library, something that it is not possible using Xcode. It will also display information about a static library if you throw it at it.
My goal is to make it better, so that it reaches a point where it can actually be useful. So far, it has been proven much useful to me.
So, I need feedback from developers (which are the target group) in the form:
-- What would you like to see implemented?
-- Has it been working as expected for you? If not, what libraries have you encountered problems with?
-- Recommendations?
You can download the application here, and test it yourself. I would appreciate any feedback on this. And remember: This is a pre-alpha release, so expect bugs!
Unilib Application Link (free, of course!)
I hope it works for you, and I would appreciate any feedback and constructive criticism that will be able to improve the application, so that it can actually be helpful for us developers.
EDIT: OK, the server should be up again, now.
Last edited: