• 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: AppleScript-Users Digest, Vol 8, Issue 186
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AppleScript-Users Digest, Vol 8, Issue 186


  • Subject: Re: AppleScript-Users Digest, Vol 8, Issue 186
  • From: Jim Weisbin <email@hidden>
  • Date: Sun, 01 May 2011 18:42:42 -0400


On May 1, 2011, Luther Fuller wrote:

You should read this document
http://developer.apple.com/library/mac/#documentation/General/Reference/InfoPlistKeyReference/Introduction/Introduction.html

I don;t know if you can dynamically switch between 32 & 64 bit. The 32/64 bit info is contained in your application's Info.plist file and the document above explains it.

Right now Logic is set to open in 64-bit mode, but the Info.plist reads as follows:

<key>LSArchitecturePriority</key>
<array>
<string>i386</string>
<string>x86_64</string>
</array>
<key>LSMinimumSystemVersion</key>
<string>10.5.0</string>
<key>LSMinimumSystemVersionByArchitecture</key>
<dict>
<key>i386</key>
<string>10.5.0</string>
<key>x86_64</key>
<string>10.6.2</string>
</dict>

So it is not clear from the documentation referred to how to set the mode.


Jim Weisbin | C.T.O. | human | 138 Fifth Avenue | 3rd Floor | New York, NY | 10011 |  (212) 352-0211 |  (917) 375-2272 | Los Angeles Office | 2046 Broadway | Santa Monica, CA | 90404 |  (310) 264-0211 telephone | www.humanworldwide.com


Click here to view our online reel


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: AppleScript-Users Digest, Vol 8, Issue 186
      • From: Luther Fuller <email@hidden>
  • Prev by Date: Re: how to set 32-bit or 64-bit mode for a program?
  • Next by Date: Re: how to set 32-bit or 64-bit mode for a program?
  • Previous by thread: Re: how to set 32-bit or 64-bit mode for a program?
  • Next by thread: Re: AppleScript-Users Digest, Vol 8, Issue 186
  • Index(es):
    • Date
    • Thread