Huluzai / OmniGroup

Source for many of The Omni Group's frameworks

Home Page:http://www.omnigroup.com/developer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OmniGroup

Checking out the source

git clone git://github.com/omnigroup/OmniGroup
git submodule update --init

Xcode

  • We currently use Xcode 9 beta 6 for all platforms. You'll probably have the best results if you do too.
  • Add the projects you want to your workspace.
  • Take a look in the Workspaces directory for a sample workspace for the TextEditor iPad example app.

Supported Targets

  • We require iOS 11 and Mac OS X 10.11.

Configuring the Source

We place our project-wide configuration options in xcconfig files, under OmniGroup/Configurations. The naming scheme of the files is fairly straightforward, hopefully. Each project has Omni-Global-{Debug,Release,...}.xcconfig as the basis for the corresponding configuration. Each Mac target has Omni-{Bundle,Application,Tool,...}-{Debug,Release,...}.xcconfig and each iOS target has Touch-{Application,Library}-{Debug,Release,...}.xcconfig. Each of these end point configurations when #includes 'superclass' configurations (with "Common" in the name).

Building

The Workspaces directory contains a couple sample workspace that can be built from Xcode.

Enjoy!

About

Source for many of The Omni Group's frameworks

http://www.omnigroup.com/developer/


Languages

Language:Objective-C 92.4%Language:C 2.7%Language:Swift 2.3%Language:HTML 1.0%Language:Ruby 0.7%Language:Shell 0.2%Language:Python 0.2%Language:C++ 0.1%Language:Perl 0.1%Language:Makefile 0.1%Language:CSS 0.1%Language:Objective-C++ 0.0%Language:Awk 0.0%Language:XSLT 0.0%Language:GDB 0.0%