lenkaiser / simple-iphone-image-processing

Automatically exported from code.google.com/p/simple-iphone-image-processing
0 stars 0 forks source link

Unit tests are not compiling - temporarily removed #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by cmgreening@gmail.com on 15 Apr 2009 at 3:58