Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow arbitrary template files #146

Closed
frosty opened this issue Apr 28, 2014 · 3 comments · Fixed by #147
Closed

Allow arbitrary template files #146

frosty opened this issue Apr 28, 2014 · 3 comments · Fixed by #147

Comments

@frosty
Copy link

frosty commented Apr 28, 2014

Our continuous integration server requires a build info JSON file to be present in the project's root folder (much like Travis CI's .travis.yml file). It would be nice if we could specify this as a template file (so we can automatically populate project / workspace names, etc) and just have it copied over. It doesn't necessarily need to be included in the Xcode project, just be present in the project root.

@gfontenot
Copy link
Member

This actually seems like a much more flexible way of supporting #141. Maybe a templates key in the config? Something like:

templates:
  - <template-name>: <destination (relative to project root)>
  - travis.yml: .travis.yml
  - Gemfile: Gemfile
  - test.sh: test.sh

This is similar to the format for defining run script build phases.

@gfontenot
Copy link
Member

Just merged this into master. It'll work as proposed here, and it'll be included in the next release. Thanks!

@frosty
Copy link
Author

frosty commented May 1, 2014

Wow, amazing! Thanks! Can't wait to try it out! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants