Skip to content

n8chur/Chassis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Scripts to generate frameworks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 93.9%
  • Objective-C 6.1%