specta / expecta

A Matcher Framework for Objective-C/Cocoa
MIT License
1.59k stars 158 forks source link

Silence build warnings in Xcode 7 GM Seed #164

Closed iosdev-republicofapps closed 9 years ago

iosdev-republicofapps commented 9 years ago

This silences the warnings that we see in Xcode 7 GM Seed (7A218 ) when building both Expecta itself as a standalone as well as the warnings we see when we build and use Expecta as a CocoaPod.

We like to have warning-free builds even in our tests. :-)

All tests in the Expecta project pass.

Thanks for the awesome work on Expecta, I love it!

iosdev-republicofapps commented 9 years ago

OOPS, and maybe bump Cocoapods to a new version 1.0.3 and include this change if possible so we can pull down the change as a pod? :-)

Thanks!

orta commented 9 years ago

Sure, this sounds good to me.