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

PBT.xcodeproj: Export public headers #1

Closed modocache closed 9 years ago

modocache commented 9 years ago

Since none of the headers were exported, the library could only be used from within the test target (in Objective-C). Export the headers in order to allow use in other targets.


Unfortunately, there's a crash in PBTDeterministicRandom when using the library. Not sure what the exact issue is, but probably related to the fact that the file is Obj-C++.

jeffh commented 9 years ago

Yeah xcode, Swift, and objective-c++ is hard to get working together. Thanks for the pull request!

I'll try this weekend to put it on a side project.