Notarize Helper Stack in LC lesson updated
matthias_livecode_150811 at m-r-d.de
matthias_livecode_150811 at m-r-d.de
Sat Jan 29 17:40:05 EST 2022
Hm, interesting. Seems to be a problem with a wrong or missing timestamp. So maybe adding --timestamp parameter will fix this.
Could you please change the following lines in the stack script of the NotarizeHelper stack and try again after that?
line 904
put "codesign --deep --force --verify --verbose --sign ##developerIDApplication## --options runtime --entitlements ##entitlementsplist## ##myapp##" into tShell
with this line
put "codesign --timestamp --deep --force --verify --verbose --sign ##developerIDApplication## --options runtime --entitlements ##entitlementsplist## ##myapp##" into tShell
line 908
put "codesign --deep --force --verify --verbose --sign ##developerIDApplication## --options runtime ##myapp##" into tShell
with
put "codesign --timestamp --deep --force --verify --verbose --sign ##developerIDApplication## --options runtime ##myapp##" into tShell
line 953
put "codesign --deep --force --verify --verbose --sign ##developerIDApplication## --options runtime ##myDMG##" into tShell
with
put "codesign --timestamp --deep --force --verify --verbose --sign ##developerIDApplication## --options runtime ##myDMG##" into tShell
> Am 29.01.2022 um 22:17 schrieb General 2018 via use-livecode <use-livecode at lists.runrev.com>:
>
> Tried all these, result the same.
>
> In show “Notarization requests” for each :-
>
> Status = invalid 2
> Status Code = Pac
> Status Message = age invalid
>
> Regards Camm
>
>> On 29 Jan 2022, at 20:37, matthias rebbe via use-livecode <use-livecode at lists.runrev.com> wrote:
>>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list