igor-makarov / xcake

:cake: Describe Xcode projects in a human readable format and (re)generate one on demand.
MIT License
632 stars 48 forks source link

Custom configurations #210

Closed pedyard closed 4 years ago

pedyard commented 4 years ago

When trying to create a custom configuration with project.debug_configuration :Test, I do see this configuration in project.all_configurations.each, but not in target.all_configurations.each. Besides not having Test there, target also still has the implicit configurations Debug and Release.

Not sure if this is the way it is supposed to be and if so, is there a way I could get the project configurations also as target configurations?

igor-makarov commented 4 years ago

Published 0.9.3 - please give it a few minutes to propagate to the gem registry.

pedyard commented 4 years ago

Thanks. It is working as expected now.