/Xcodeproj

Create and modify Xcode projects from Ruby.

Primary LanguageRubyMIT LicenseMIT

Xcodeproj

Build Status Coverage Status Code Climate

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.

The documentation can be found here.

Installing Xcodeproj

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

$ [sudo] gem install xcodeproj

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 @CocoaPods to get up to date information about what's going on in the CocoaPods world.

LICENSE

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