• 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: Universal binary with x86_64 for 10.6 only
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Universal binary with x86_64 for 10.6 only


  • Subject: Re: Universal binary with x86_64 for 10.6 only
  • From: BJ Homer <email@hidden>
  • Date: Thu, 21 Jan 2010 11:30:53 -0700


> I've found the LSMinimumSystemVersionByArchitecture key that can be put into
> an app bundle's Info.plist, but this is a flat file. I tried embedding the
> Info.plist inside the flat binary, but it didn't seem to make a difference.

AIUI, that should work


I've embedded this plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>LSMinimumSystemVersionByArchitecture</key>
<dict>
<key>x86_64</key>
<string>10.7.0</string>
</dict>
</dict>
</plist>

into the binary. Since I'm on Snow Leopard, I'm not running 10.7 (obviously), I'd expect to launch the i386 version if this worked from the command line. It still launches x86_64.

Are there some other required keys?

-BJ
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Universal binary with x86_64 for 10.6 only
      • From: Paul Kim <email@hidden>
References: 
 >Universal binary with x86_64 for 10.6 only (From: BJ Homer <email@hidden>)
 >Re: Universal binary with x86_64 for 10.6 only (From: Steve Christensen <email@hidden>)
 >Re: Universal binary with x86_64 for 10.6 only (From: Clark Cox <email@hidden>)

  • Prev by Date: Re: Universal binary with x86_64 for 10.6 only
  • Next by Date: Re: Universal binary with x86_64 for 10.6 only
  • Previous by thread: Re: Universal binary with x86_64 for 10.6 only
  • Next by thread: Re: Universal binary with x86_64 for 10.6 only
  • Index(es):
    • Date
    • Thread