liftoffcli / liftoff

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

Add Bundler dependency manager #260

Closed edwardloveall closed 8 years ago

edwardloveall commented 8 years ago

This adds bundler as a dependency manager. It seems to work (copies files, runs bundle install) but because I'm not deeply familiar with Xcode I wouldn't be surprised if there was something obvious missing. I'd love to see someone who knows better than I do actually run this and see if it does what they would expect.

cc @keith because you requested it initially

Resolves #156

gfontenot commented 8 years ago

This is rad. I'm happy it dropped into the existing architecture so well.

edwardloveall commented 8 years ago

Let me rebase and squash all these commits if you decide to merge.

gfontenot commented 8 years ago

@jakecraige Mind giving this a gander, since you implemented the other dependency managers?

jakecraige commented 8 years ago

Sorry for the delay at looking this over. I'll try to get to it by the end of the week.

gfontenot commented 8 years ago

Thanks! Merged as 8439456