• 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
Preference Pane require version test?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Preference Pane require version test?


  • Subject: Preference Pane require version test?
  • From: Trygve Inda <email@hidden>
  • Date: Tue, 19 Dec 2006 09:45:49 +0000
  • Thread-topic: Preference Pane require version test?

I have a System Preference Pane that needs to require 10.4. How can I tell
the System Preference app that my pane needs 10.4?

I tried setting my plist:

    <key>LSMinimumSystemVersion</key>
    <string>10.4</string>
    <key>LSEnvironment</key>
    <dict>
        <key>MinimumSystemVersion</key>
        <string>10.4</string>
    </dict>

But that does not work and there seems to be no equivalent to
replyToShouldUnselect for testing the environment.

Thanks,

Trygve


_______________________________________________

Cocoa-dev mailing list (email@hidden)

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: Preference Pane require version test?
      • From: Steve Christensen <email@hidden>
    • Re: Preference Pane require version test?
      • From: leenoori <email@hidden>
  • Prev by Date: managedObjectContext.hasChanges not binding right to non-menu UI items?
  • Next by Date: Re: No launch complete notification
  • Previous by thread: Re: managedObjectContext.hasChanges not binding right to non-menu UI items?
  • Next by thread: Re: Preference Pane require version test?
  • Index(es):
    • Date
    • Thread