• 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 9, Issue 127
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AppleScript-Users Digest, Vol 9, Issue 127


  • Subject: Re: AppleScript-Users Digest, Vol 9, Issue 127
  • From: "email@hidden" <email@hidden>
  • Date: Sat, 24 Mar 2012 06:18:24 -0400


在 Mar 23, 2012,15:00,email@hidden 写道:

> Send AppleScript-Users mailing list submissions to
>    email@hidden
>
> To subscribe or unsubscribe via the World Wide Web, visit
>    https://lists.apple.com/mailman/listinfo/applescript-users
> or, via email, send a message with subject or body 'help' to
>    email@hidden
>
> You can reach the person managing the list at
>    email@hidden
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of AppleScript-Users digest..."
>
>
> Today's Topics:
>
>   1. Re: Gatekeeper (Shane Stanley)
>   2. Re: Finder Comment (Axel Luttgens)
>   3. Re: Gatekeeper (Luther Fuller)
>   4. Re: Gatekeeper (Axel Luttgens)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 23 Mar 2012 09:37:06 +1100
> From: Shane Stanley <email@hidden>
> To: Applescript Users <email@hidden>
> Subject: Re: Gatekeeper
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=us-ascii
>
> On 23/03/2012, at 4:58 AM, Luther Fuller wrote:
>
>> so, I searched for "entitlements.plist" at Apple expecting to find a reference document that described in detail what needs to be in this file. But I quickly got lost in matters relating to iOS and Xcode.
>
> Gatekeeper and entitlements are only relevant if you're working in Xcode.
>
> --
> Shane Stanley <email@hidden>
> 'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/>
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 23 Mar 2012 12:33:47 +0100
> From: Axel Luttgens <email@hidden>
> To: asu <email@hidden>
> Subject: Re: Finder Comment
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=iso-8859-1
>
> Le 18 mars 2012 à 17:05, Luther Fuller a écrit :
>
>> [...]
>>
>> I departed, but in response to a previous comment. The "new problem" is actually an old problem that I posted some years ago. Perhaps, one day, I will find the cause.
>
>
> Le 3 déc. 2009 à 17:03, Luther Fuller a écrit :
>
>> The OS is Snow Leopard 10.6.2.
>>
>> More info.
>> I posted the wrong example. Here is the snippet where the problem is created ...
>>
>>                (newFileName & space & suffixNr & ".emlx")
>>                set newFile to my copyFile(sourceFile, dayFolder, the result)
>>                if class of newFile is alias then
>>                    set modification date of newFile to modDate -- date sent
>>                    set comment of newFile to (mailComt of headerRecord)
>>                end if
>>
>> The sourceFile has no comment. The newFile's comment is set in the last line.
>> The comment appears correctly in kMDItemFinderComment,
>> but the Finder does not display this in a few cases.
>>
>> Hope this clarifies the problem.
>
>
> Hello Luther,
>
> Under which circumstances do you encounter those "few cases"?
> When running your application against a bunch of hundreds (or thousands) files, or even when just a single file is handled?
>
> Axel
>
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 23 Mar 2012 09:58:22 -0500
> From: Luther Fuller <email@hidden>
> To: Applescript Users <email@hidden>
> Subject: Re: Gatekeeper
> Message-ID: <email@hidden>
> Content-Type: text/plain; CHARSET=US-ASCII
>
> On Mar 22, 2012, at 5:37 PM, Shane Stanley wrote:
>
>> On 23/03/2012, at 4:58 AM, Luther Fuller wrote:
>>
>>> so, I searched for "entitlements.plist" at Apple expecting to find a reference document that described in detail what needs to be in this file. But I quickly got lost in matters relating to iOS and Xcode.
>>
>> Gatekeeper and entitlements are only relevant if you're working in Xcode.
>
> You may be right, but I can't find clear documentation from Apple. After reading what I can find, perhaps the entitlements.plist file is located in an Xcode project and read by Xcode. And perhaps Xcode writes the entitlements information to the bundle's /Contents/_CodeSignature/CodeResources file.
>
> Or perhaps not. The documents just aren't clear on this.
>
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 23 Mar 2012 17:54:34 +0100
> From: Axel Luttgens <email@hidden>
> To: asu <email@hidden>
> Subject: Re: Gatekeeper
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=iso-8859-1
>
> Le 23 mars 2012 à 15:58, Luther Fuller a écrit :
>
>> On Mar 22, 2012, at 5:37 PM, Shane Stanley wrote:
>>
>>> On 23/03/2012, at 4:58 AM, Luther Fuller wrote:
>>>
>>>> so, I searched for "entitlements.plist" at Apple expecting to find a reference document that described in detail what needs to be in this file. But I quickly got lost in matters relating to iOS and Xcode.
>>>
>>> Gatekeeper and entitlements are only relevant if you're working in Xcode.
>>
>> You may be right, but I can't find clear documentation from Apple. After reading what I can find, perhaps the entitlements.plist file is located in an Xcode project and read by Xcode. And perhaps Xcode writes the entitlements information to the bundle's /Contents/_CodeSignature/CodeResources file.
>>
>> Or perhaps not. The documents just aren't clear on this.
>
> A rather clear document about those matters:
>
>    https://developer.apple.com/library/mac/#documentation/Security/Conceptual/AppSandboxDesignGuide/
>
> The plist file is just a technical detail.
> It is used by Xcode for storing a list of wanted entitlements for an application (or a binary) to be built; when signing the application, those entitlements are stored within the application's binary (or the binary) and protected by the signature.
>
> Axel
>
>
>
>
>
> ------------------------------
>
> _______________________________________________
> AppleScript-Users mailing list
> email@hidden
> https://lists.apple.com/mailman/listinfo/applescript-users
>
> End of AppleScript-Users Digest, Vol 9, Issue 127
> *************************************************

 _______________________________________________
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


  • Prev by Date: Re: Finder Comment
  • Next by Date: How to determine if iTunes has been updated or a sync has occurred?
  • Previous by thread: Re: Finder Comment
  • Next by thread: How to determine if iTunes has been updated or a sync has occurred?
  • Index(es):
    • Date
    • Thread