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

Fix build for Carthage #27

Closed jspahrsummers closed 9 years ago

jspahrsummers commented 9 years ago

This adds Carthage support, ensuring that carthage build --no-skip-current works on Fox.

The primary issue here was that compiling for iOS device architectures introduces several 64-bit to 32-bit conversions. Since the warning for that is explicitly enabled, I fixed up the conversions themselves rather than disabling it.

Resolves #8.

/cc @jeffh @modocache

jeffh commented 9 years ago

Cool thanks @jspahrsummers!

jspahrsummers commented 9 years ago

No problem! :v: