Closed twobitlabs closed 12 years ago
This is awesome. Could you expand on what the per_file_flag does in a comment in the example? Once that's done, I'll merge it in!
@twobitlabs since @keithpitt merged in the changes that I made to use xcoder, this functionality should be supported.
@twobitlabs it was awesome that you pointed this out to me as I did not have that functionality within Xcoder to provide support for such things.
Because I changed the implementation drastically, I copied your tests and the small snippets of the code that you created and manually merged them.
This feature is complete.
Allows you to specify one or more compiler flags to be added to each build file reference. The main reason for this is using VendorKit to include a non-ARC library in an ARC project. You can see an example of where we're doing this at https://github.com/twobitlabs/expecta