Xcodeproj

Master Build Status

Xcodeproj lets you create and modify Xcode projects from Ruby.
Script boring management tasks or build Xcode-friendly libraries. Also includes
support for Xcode workspaces (.xcworkspace) and configuration files (.xcconfig).

It is used in CocoaPods to create a
static library from scratch, for both iOS and OSX.

Installing Xcodeproj

Xcodeproj itself installs through RubyGems, the Ruby package manager. Install it
by performing the following command:

$ [sudo] gem install xcodeproj –pre

Colaborate

All Xcodeproj development happens on GitHub. Contributing patches
is really easy and gratifying. You even get push access when one of your patches
is accepted.

Follow @CocoaPodsOrg to get up to date information about what’s
going on in the CocoaPods world.

If you’re really oldschool and you want to discuss Xcodeproj development you
can join #cocoapods on irc.freenode.net.

LICENSE

These works are available under the MIT license. See the LICENSE file
for more info.

Included in this package is the inflector part of ActiveSupport
which is also available under the MIT license.