azu / Coveralls-iOS

iOS/Objective-C: minimum setup for Coveralls.
MIT License
51 stars 10 forks source link

Spaces in target names #1

Closed cloudkite closed 11 years ago

cloudkite commented 11 years ago

This looks great! However if the test target has spaces in the name then OBJECT_FILE_DIR_normal will not be exported correctly

cloudkite commented 11 years ago

Got it working :). Ended up exporting environment variables using method described at https://github.com/jonreid/XcodeCoverage and slightly modifying the coveralls.sh https://github.com/cloudkite/Masonry/blob/master/script/coveralls.sh