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
name age message
file .gitignore Sun Dec 28 21:55:33 -0800 2008 Ignore personal Xcode files. [Timothy J. Wood]
directory Configurations/ Fri Aug 28 00:29:31 -0700 2009 Batch applied changes up to r118113 from Omni's... [Timothy J. Wood]
directory Frameworks/ Fri Aug 28 00:55:15 -0700 2009 Missed one last string encoding warning. [Timothy J. Wood]
file OmniSourceLicense.html Tue Dec 30 13:27:46 -0800 2008 Adding a copy OmniSourceLicense.html at the top... [Timothy J. Wood]
file README.txt Tue Dec 30 19:34:49 -0800 2008 Added a few more notes to the README to help pe... [Timothy J. Wood]
directory Scripts/ Tue Dec 30 13:15:37 -0800 2008 Added a simplistic check of the main source dir... [Timothy J. Wood]
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!