On 17 Aug 2013, at 01:33, Greg Parker <gpar...@apple.com> wrote:

> On Aug 16, 2013, at 5:10 AM, Gerriet M. Denkmann <gerr...@mdenkmann.de> wrote:
>> I have some code which is almost identical vor iOS and OS X.
>> So I want to write something like:
>> 
>> #ifdef SOME_THING
>>      //      OS X
>>      NSRect someRect = ...
>> #else
>>      // iOS
>>      CGRect someRect =...
>> #endif
>> 
>> But what to choose for SOME_THING?
> 
> You want TargetConditionals.h.
> 
> http://sealiesoftware.com/blog/archive/2010/8/16/TargetConditionalsh.html

This is a truly amazing link. It really should be part of the documentation. 
Thanks a lot!

Kind regards

Gerriet.


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to