Export to GitHub

simple-iphone-image-processing - issue #3
Unit tests are not compiling - temporarily removed
Posted on Apr 15, 2009 by
Happy Horse
NSPoint and NSRect are not available on the device.
I've temporarily typedeffed them to CGPoint and CGRect.
This should work on the device - we'll need to work out a way of switching in the definitions for Simulator builds and unit test builds.
Status: Accepted
Labels:
Type-Defect
Priority-High