/Chassis

Scripts to generate frameworks

Primary LanguageRubyApache License 2.0Apache-2.0

Chassis

Chassis generates iOS framework projects that leverage jspahrsummers/xcconfigs for build configurations. Projects generated with Chassis also contain a testing target.

Dependencies

$ [sudo] gem install xcodeproj

$ brew install carthage

Usage

When given a framework_name, organization_name, bundle_id_prefix, and optionally an output_dir (defaults to framework_name) Chassis will populate the output_dir with the iOS framework project.

Syntax

:generate, [:framework_name, :organization_name, :bundle_id_prefix, :output_dir]

Example

rake "generate[MyFramework, MyOrganization, com.myorganization, /Some/Folder]"