MACSCRPT Archives

November 2009

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Lively <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Mon, 9 Nov 2009 13:05:41 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (31 lines)
If you were to right click on an application and show package  
contents, there would be a file in there called "Info.plist"
On of the keys in the file is "Bundle identifier" which contains  
"com.Apple.TextEdit" for instance.

You can add one to an application if it doesn't have one.


On Nov 9, 2009, at 12:52 PM, Paul Skinner wrote:

> Hello,
>
> get id of application "TextEdit"
> -->"com.apple.TextEdit"
>
> get id of application "applescriptApplication.app"
> -->"aplt"
>
> What is it that causes an applescript application to create a plist  
> and, I assume, thusly be locatable with the...
>
> tell application id "com.apple.TextEdit"
>    make new document
> end tell
>
> ...construct?
>
> thanks,
> Paul
>

ATOM RSS1 RSS2