liftoffcli / liftoff

CLI for creating and configuring new Xcode projects
MIT License
1.6k stars 106 forks source link

fix #273 #274

Open alexiscreuzot opened 8 years ago

alexiscreuzot commented 8 years ago

Summary

Here's an implementation of a possible improvement linked to issue #273. Please do review it carefully as Ruby isn't my strong suit.

Feature

You can now optionally specify an array of suffixes that need to be processed by liftoff as resource (ie not be added to the Compile Sources phase), using the key additional_resource_suffixes.

Example

additional_resource_suffixes:
 - txt
 - yaml
 - ttf

Test

See https://github.com/kirualex/liftoff/blob/feature/%23273/spec/project_configuration_spec.rb#L76-L84