public
Description: Source for many of The Omni Group's frameworks
Homepage: http://www.omnigroup.com/developer/
Clone URL: git://github.com/omnigroup/omnigroup.git
README.txt
To checkout, preserving the intended case of the project (which the build scripts require right now):

  git clone git://github.com/omnigroup/omnigroup OmniGroup

To build Debug versions of all the Omni frameworks:

  cd OmniGroup
    ./Scripts/Build Frameworks

To build Release versions of all the Omni frameworks, instead do:

    ./Scripts/Build Frameworks install

Enjoy!