As a caveat this will also change the definitions of NSInteger and NSUInteger to long and unsigned long respectively. Despite the return types/address being 64 Bit quantities the underlying 32 bit API won't return values/address' above the 4GB ceiling.
Note: this doesn't alter the definition of the CGFloat type, it is exclusively float/double depending on the architecture.
by Keith Duncan — Feb 14
Note: this doesn't alter the definition of the CGFloat type, it is exclusively float/double depending on the architecture.