jeffh / Fox

Property Based Testing Library for Objective-C and Swift. QuickCheck for Apple's Platforms.
http://fox-testing.rtfd.org
Other
624 stars 30 forks source link

Remove Fox-Swift.h from umbrella header #39

Closed gfontenot closed 9 years ago

gfontenot commented 9 years ago

This was added in ee0dfae, but actually breaks the build. Removing it lets us build successfully again.

gfontenot commented 9 years ago

To clarify, it breaks the build in Xcode 6.3, where it was theoretically added to fix the build. This isn't needed for Swift 1.2 support.

jeffh commented 9 years ago

Thanks @gfontenot, I added it to fix some build warnings Xcode 6.3 was recommending. I'm not sure the exact cause of this, but I'll merge this since it seems like I'm the only one seeing this.

screen shot 2015-02-16 at 2 57 59 pm

gfontenot commented 9 years ago

I saw those too, but they went away after I rebuilt the framework.