Re: Another question about multiple stack projects

2021-02-16 Thread Peter Bogdanoff via use-livecode
Also, if you are going to notarize the application package after code signing in macOS, the files need to be where the standalone maker puts them. Otherwise it will fail Apple’s notarization service. I found this out after trial and error. Previously I had manually put them into the package whe

Re: Another question about multiple stack projects

2021-02-16 Thread William Prothero via use-livecode
What I should have done is search the help files first, but I somehow chose unhelpful search terms, so didn’t see this until this morning. Sorry. So it appears that the only purpose of the “Stacks” setting is to set properties for each stack that locates them within the particular app directory

Re: Another question about multiple stack projects

2021-02-16 Thread Bob Sneidar via use-livecode
Listing them in the stack files gives LC the ability to find them when you refer to them by name only (as opposed to the full path.) In the case of script only Libraries, you can start using them at any time before you make a call to them. For instance, I have a database setup card that configur