• 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 App for Intel Only
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AppleScript App for Intel Only


  • Subject: Re: AppleScript App for Intel Only
  • From: tom wible <email@hidden>
  • Date: Sat, 12 Mar 2011 20:05:13 -0500

On Fri, 11 Mar 2011 11:01:35 Roger Howard wrote:
You may be able to use Monolingual or similar app that's designed to strip PPC or Intel code from a Universal Binary. Not sure if that'll even work with AppleScript apps, or will past muster for the App Store, but worth a shot.

the only thing u/b in an a/s app is the file my.app/Contents/MacOS/ applet:
my.app/Contents/MacOS/applet: Mach-O universal binary with 2 architectures
my.app/Contents/MacOS/applet (for architecture ppc): Mach-O executable ppc
my.app/Contents/MacOS/applet (for architecture i386): Mach-O executable i386


which is the standard applet in every a/s.app.

the actual a/s code is in file my.app/Contents/Resources/Scripts/ main.scpt
my.app/Contents/Resources/Scripts/main.scpt: data


so there's nothing 2 b gained by stripping the applet, maybe halving its size;

ls -l my.app/Contents/MacOS/applet
-rwxr-xr-x  1 dvr  dvr  33740 Jun 23  2007 my.app/Contents/MacOS/applet

_______________________________________________
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 App for Intel Only
      • From: Alex Zavatone <email@hidden>
  • Prev by Date: Re: Converting UNIX TIME STAMP to Mac Os X Date
  • Next by Date: Re: AppleScript App for Intel Only
  • Previous by thread: Re: AppleScript App for Intel Only
  • Next by thread: Re: AppleScript App for Intel Only
  • Index(es):
    • Date
    • Thread