Folks,
Rather than thrashing around on this, I am asking for some general guidance.

I am working on a large project that has a splash stack, some stacks that do 
things, and some of those stacks access data contained in the app. It’s a 
project I built at least 10 years ago and, of course, it needs to be 64bit.  
I’m revising the navigation between different stacks and making other 
additions. I have set the stack locations in the stackfiles property of the 
splash stack. These filepaths are constructed according to the development 
folder that contains the project.  The required data file ares specified in the 
stack settings preferences of the development environment. 

So, I notice that the specialfolderpath(“resources”) returns different paths, 
depending on which of the project stacks calls it. So, my idea is to maybe set 
up all of the paths to the data in the splash stack using specialfolderpath as 
a base location. This worries me a bit because I’d like the various pieces of 
the project to be modular, so I could use them easily in other projects.

Question: should I set all paths of stacks and data in the splash stack? Also, 
do you have any suggestions on the use of specialfolderpath, where it’s 
appropriate when other stacks are in that path?

Thanks for pointing me to a resource to help me understand and optimize this, 
or give suggestions. 

Best,
Bill

William Prothero
https://earthlearningsolutions.org

> On Feb 3, 2022, at 12:55 PM, General 2018 via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> Update >>>> Success.
> 
> Tried everything, then read a post that pointed to :-
> Apple Worldwide Developer Relations Certification Authority Cert
> Developer ID Certification Authority Cert
> 
> In Keychain my existing expired 2027, I downloaded and installed the latest 
> expiring 2030/2031 - re run mrSign and notarization success.
> 
> Status = Success 0 
> Status Code = Pac 
> Status Message = Age Approved
> 
> Regards
> Camm
> 
>> On 29 Jan 2022, at 22:41, matthias rebbe via use-livecode 
>> <use-livecode@lists.runrev.com> wrote:
>> 
>> 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@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@lists.runrev.com> wrote:
>>>> 
>>> _______________________________________________
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> 
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to