Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.59 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.59 KB

Xcodeproj

Build Status Coverage 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

Collaborate

All Xcodeproj development happens on GitHub. Contributing patches is really easy and gratifying.

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.