• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: predefined macro iOS vs OS X
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: predefined macro iOS vs OS X


  • Subject: Re: predefined macro iOS vs OS X
  • From: Greg Parker <email@hidden>
  • Date: Fri, 16 Aug 2013 11:33:18 -0700

On Aug 16, 2013, at 5:10 AM, Gerriet M. Denkmann <email@hidden> 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


--
Greg Parker     email@hidden     Runtime Wrangler



_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden


  • Follow-Ups:
    • Re: predefined macro iOS vs OS X
      • From: "Gerriet M. Denkmann" <email@hidden>
References: 
 >predefined macro iOS vs OS X (From: "Gerriet M. Denkmann" <email@hidden>)

  • Prev by Date: Re: Auto layout semantics?
  • Next by Date: Re: predefined macro iOS vs OS X
  • Previous by thread: Re: predefined macro iOS vs OS X
  • Next by thread: Re: predefined macro iOS vs OS X
  • Index(es):
    • Date
    • Thread