HomeOramind ProjectsMac AppsUnilib Creator (beta)

UniLib Creator (beta)

Universal Library Creator (Unilib) is an small application created in my spare time to facilitate operations done on static and dynamic libraries on iOS and OS X.

It combines some pretty neat stuff I wanted to try for so long using system services. I began writing some code for system services some time ago, and this is a project I made for myself, and thing it will help others. 

It has helped me in many occasions, especially with Xcode 4. On iOS, the static libraries produced are for the actual device or the iPhone. It's never for both. I don't know why Apple hasn't included this functionality in XCode 4, since it was already included in Xcode 3. All I know, is that I had found it hard to distribute my static libraries without giving the code, since the user would have to link them against the device or the simulator depending on the test environment, never both.

Some features:

  • Combine static FAT or plain libraries to make FAT static libraries for both OS X and iPhone
  • Obtain info about a static library like the architectures in it, and the object files in it
  • Exctract specific applications from a library.
  • Really UGLY user interface for the time being. Will certainly be improved.

Unilib is currently in bleeding edge beta, with only those basic functions implemented. It will be updated constantly, until it reaches to a point where it will be a commercial application for the Mac Application Store. So far it is free for use.

Requires Lion and an Intel 64-bit platform.

You can download the application here. It also includes some basic auto-update mechanism. Will add more features in future releases.

Last Updated on Thursday, 06 October 2011 17:33

Read the blog!

blogger-iconRead the Oramind Blog for the latest news, articles, opinions about technology and programming, and tutorials that will make your life easier.

Take me there...

Facebook

facebook-iconJoin Oramind in Facebook for the latest information regarding Oramind, and news about technology and other geeky stuff!

Oramind in Facebook

Follow us on Twitter!

twitter-iconFollow Oramind (Christos Sotiriou) on twitter and learn about exciting new projects and news about technology and relevant matters.

Christos Sotiriou's Twitter

Go to top