Question

I have a class that I want to share between two different applications. The only real difference is the base framework it references. Cocoa imports and of course Cocoa-Touch imports . I would like to use a precompiler directive to check what I am compiling to and allow the correct import. What can I check to see if what My target is? or is there a better way to do this?

Was it helpful?

Solution

You're looking for:

#ifdef TARGET_OS_IPHONE
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top