xcake icon indicating copy to clipboard operation
xcake copied to clipboard

:cake: Describe Xcode projects in a human readable format and (re)generate one on demand.

Results 4 xcake issues
Sort by recently updated
recently updated
newest added

Hi, I am new to xcake. (The Repo is over here: https://github.com/srbaker/Raphael) I have the following Cakefile, and it references a framework which is built already that I just want...

We have some good recipes for some common tasks: https://github.com/igor-makarov/xcake/tree/master/docs/Cookbook Some seem a bit convoluted, so perhaps we could improve the Xcake API with some additional convenience methods to make...

One thing I've noticed is over time we've ended up with logic for detecting which paths should be included in two spots. For example here: https://github.com/igor-makarov/xcake/blob/master/lib/xcake/generator/target_file_reference_generator.rb#L23 and here: https://github.com/igor-makarov/xcake/blob/master/lib/xcake/path_classifier.rb We...

### Description After generating the project with `xcake` there are a few user-defined build settings set that I don't need—for example `MTL_ENABLE_DEBUG_INFO` or `MTL_FAST_MATH`. 1. Is there a way I...