liftoff icon indicating copy to clipboard operation
liftoff copied to clipboard

CLI for creating and configuring new Xcode projects

Results 31 liftoff issues
Sort by recently updated
recently updated
newest added

## Current state Currently, resources files are managed using this function : https://github.com/thoughtbot/liftoff/blob/master/lib/liftoff/project_builder.rb#L90-L92 ## Problem In some projects, the user might want to use custom templates files for resources, like...

I have a few xcconfig files from https://github.com/jspahrsummers/xcconfigs. I want to add them into project but not have them added into app target or test target. How can I do...

Hi, I would like copy my color palette template file (.clr) to ~/Library/Colors. Is there a liftoff option to do it ? Thanks

It's possible to add App Capabilities, App-Groups in the specific, to the generated project?

Hello, I've just added a swift 3/Xcode 8 compatibility for my personal use and i think it could help others peoples :) I edited the file named `project.rb` but at...

When creating new project with liftoff, certain recommended build settings for new project are not configured. ![screen shot 2016-03-12 at 11 18 51](https://cloud.githubusercontent.com/assets/2234474/13722395/62341b8a-e844-11e5-932a-d55ba5ae481d.png)

If that's something that makes sense, I can send a PR later.

enhancement

Hi Is there a way to add an application target (executable)? For example I want this second "qwe Staging" target ![screenshot](https://cloud.githubusercontent.com/assets/8573865/11531491/f332ed68-98db-11e5-9e71-076a1086b3ee.png) Thanks in advance!

if I put provide a .liftoffrc file along with some templates in .liftoff/templates and then use liftoff and specify where I would like the project to go by using `liftoff...

bug-unconfirmed

We're printing a bunch of white text to the screen. It would be nice to pretty-up the text that we're printing with some color.

feature-request
help-wanted