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

Add framework search paths to project #41

Closed gfontenot closed 9 years ago

gfontenot commented 9 years ago

Without these, Xcode can't build the frameworks. That seems kind of important.

Can I also request a new tagged version after this gets merged so that I can stop pointing at master?

gfontenot commented 9 years ago

Pulled these directly out of https://github.com/Quick/Nimble, fwiw :wink:

jeffh commented 9 years ago

Thanks @gfontenot!