dylibbundler

Small Terminal tool for Mac OS X that eases bundling dynamic libraries (.dylib) inside app bundles
Download

dylibbundler Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Marianne Gagnon
  • Publisher web site:
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 17 KB

dylibbundler Tags


dylibbundler Description

Small Terminal tool for Mac OS X that eases bundling dynamic libraries (.dylib) inside app bundles Mac OS X intoduced an innovative and very useful way to package applications: app bundles. While their design has all that is needed to ease distribution of resources and frameworks, it seems like dynamic libraries (.dylib) are very complicated to distribute. Sure, applications developed specifically for OS X will not make use of them, however other applications, ported from Linux or other Unices, may have dependencies that will only compile as dylibs.By default, there exists no mecanism to bundle them but some command-line utilities provided by Apple - however it turns out that for a single program it is often necessary to issue dozens of commands! This often leads each porter to develop their own "home solution" wich are often hacky, poorly portable and/or unoptimal.dylibbundler is a small command-line programs that aims to make bundling .dylibs as easy as possible. dylibbundler automatically determines which dylibs are needed by your program, copies these libraries inside the app bundle, and fixes both them and the executable to be ready for distribution... all this with a single command on the teminal! dylibbundler will also work if your program uses plug-ins that have dependencies too.dylibbundler usually involves 2 actions :· Creating a directory (by default called libs) that can be placed inside the Contents folder of the app bundle.· Fixing the executable file so that it is aware of the new location of its dependencies. What's New in This Release: ·


dylibbundler Related Software