• 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: Launching 10.5 app on 10.4
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Launching 10.5 app on 10.4


  • Subject: Re: Launching 10.5 app on 10.4
  • From: Nick Zitzmann <email@hidden>
  • Date: Tue, 18 Oct 2011 13:33:45 -0600

On Oct 18, 2011, at 12:37 PM, email@hidden wrote:

> What is the canonical method of alerting a user that an application is built for a newer version of OSX?

You need to set the LSMinimumSystemVersion or LSMinimumSystemVersionByArchitecture keys in your application's info.plist file. The former will block the app from running on any older version of the OS[1]. The latter is used to prevent certain architectures from being launched under certain versions of the OS, and is typically used to lock the 64-bit version of any app from running under Leopard[2].

If the key is set, and a user tries to run it under an unsupported OS, then they'll get an error message saying the app requires a newer OS version, except under Panther, where the error message won't appear due to a bug that was fixed in Tiger.

[1] except under Cheetah and Puma, where the key-value is ignored, but nobody uses Cheetah or Puma anymore
[2] since Leopard's 64-bit frameworks were very immature

Nick Zitzmann
<http://www.chronosnet.com/>

_______________________________________________

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: Launching 10.5 app on 10.4
      • From: James Walker <email@hidden>
References: 
 >Launching 10.5 app on 10.4 (From: email@hidden)

  • Prev by Date: Re: Launching 10.5 app on 10.4
  • Next by Date: How to get key code from "SysDefined" Carbon Event
  • Previous by thread: Re: Launching 10.5 app on 10.4
  • Next by thread: Re: Launching 10.5 app on 10.4
  • Index(es):
    • Date
    • Thread