keithpitt / vendor

Dependency management for iOS and OSX development
http://www.vendorkit.com
MIT License
99 stars 7 forks source link

Added support for per-file compiler flags #8

Closed twobitlabs closed 12 years ago

twobitlabs commented 12 years ago

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

keithpitt commented 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!

burtlo commented 12 years ago

@twobitlabs since @keithpitt merged in the changes that I made to use xcoder, this functionality should be supported.

burtlo commented 12 years ago

@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.

burtlo commented 12 years ago

Because I changed the implementation drastically, I copied your tests and the small snippets of the code that you created and manually merged them.

burtlo commented 12 years ago

This feature is complete.