n8chur / Chassis

Scripts to generate frameworks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chassis

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

Dependencies

Xcodeproj

$ [sudo] gem install xcodeproj

Carthage

$ 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]"

About

Scripts to generate frameworks

License:Apache License 2.0


Languages

Language:Ruby 93.9%Language:Objective-C 6.1%