Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8030989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T00:56:56+00:00 2026-06-05T00:56:56+00:00

If I want to target all iOS devices version 4.3 or later, I can

  • 0

If I want to target all iOS devices version 4.3 or later, I can use:

#if __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_4_3

Also, if I want to target iOS devices in general, I can use:

#if TARGET_OS_IPHONE

Is there something similar for Mac OS X?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T00:56:57+00:00Added an answer on June 5, 2026 at 12:56 am

    NSAppKitVersionNumber is your friend on OS X. To target eg. 10.5 and upwards, you can do this:

    #if NSAppKitVersionNumber >= NSAppKitVersionNumber10_5
    
    // ...
    
    #endif
    

    Edit: Just seen that there are also __MAC_OS_X_VERSION_MAX_ALLOWED and __MAC_OS_X_VERSION_MIN_REQUIRED on OS X, which might work better and which are available in the Availability.h which is not Cocoa dependent.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want my project to run on all iPhone devices with iOS version 4.0
I want to target all blackberry devices do some device specific changes. Following is
So sometimes (oftentimes!) you want to target a specific .NET version (say 3.0), but
I can check for iPhone with this code: (navigator.userAgent.match(/iPhone/i)) But I want to target
I want preserve original value of target field and use json_decode to use following
I want to develop a program in c# that can target and application or
I want to allocate virtually contiguous range memory so that I can use the
I want to target all divs that have an id that begins with section;
I want to use Twitter framework for iOS 5, but be able to run
In my application I want to target all Android Versions >= 8 (Push-Notification required),

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.