Re: where does the standalonebuilder saves the substacks in an Mac OS App?

2017-03-28 Thread Bob Sneidar via use-livecode
Is it a library that will not be edited programmatically at runtime? If not, then that is the place it belongs. Bob S > On Mar 28, 2017, at 06:07 , Tiemo Hollmann TB via use-livecode > wrote: > > Creating a standalone on MacOS 10.12 with LC 8.1.3, LiveCode

AW: where does the standalonebuilder saves the substacks in an Mac OS App?

2017-03-28 Thread Tiemo Hollmann TB via use-livecode
Creating a standalone on MacOS 10.12 with LC 8.1.3, LiveCode puts the file "revsecurity.dylib" into "my.app/Contents/MacOS/" As you say, this would be against the rules of Apple. Is this a bug? Or is it still arbitrary, where to put your files? Tiemo -Ursprüngliche Nachricht- Von:

Re: where does the standalonebuilder saves the substacks in an Mac OS App?

2017-03-27 Thread J. Landman Gay via use-livecode
I think that's right, Apple enforces this rule. The standalone builder will move files to a Resources folder when it builds the app. For backward compatibility, scripts that reference the engine folder are redirected to the Resources folder automatically. On 3/27/17 1:22 PM, Bob Sneidar via

Re: where does the standalonebuilder saves the substacks in an Mac OS App?

2017-03-27 Thread Bob Sneidar via use-livecode
To my understanding, it's a requirement in accordance with Apple's sandboxing policies, if you want an executable to be able to make changes to files inside the executable bundle. The way it's supposed to work, no application is allowed to write or modify anything in the old location where the

AW: where does the standalonebuilder saves the substacks in an Mac OS App?

2017-03-27 Thread Tiemo Hollmann TB via use-livecode
Hello, "Apple requires" - Is this only a "best practise" guideline or what will happen if you don't care? I have an old application just migrated to LC 8, where I am running an independent stack file in that old dir("Contents/MacOS"), and it is running fine on MacOS 10.12.3 Is there any Apple

Re: where does the standalonebuilder saves the substacks in an Mac OS App?

2017-03-15 Thread Matthias Rebbe via use-livecode
Hi Jacqueline, thanks for that hint. Seems i have missed that part.. Regards, Matthias > Am 15.03.2017 um 07:44 schrieb J. Landman Gay via use-livecode > >: > > On 3/14/17 6:58 PM, Matthias Rebbe via use-livecode wrote: >>

Re: where does the standalonebuilder saves the substacks in an Mac OS App?

2017-03-15 Thread J. Landman Gay via use-livecode
On 3/14/17 6:58 PM, Matthias Rebbe via use-livecode wrote: is it correct when the standalone settings of an stack are set to move substacks into individual stack files that under Mac OS X the substacks in an compiled app (e.g. test.app) are stored in 'test.app/Contents/Resources/_MacOS/‘

where does the standalonebuilder saves the substacks in an Mac OS App?

2017-03-14 Thread Matthias Rebbe via use-livecode
Hi, is it correct when the standalone settings of an stack are set to move substacks into individual stack files that under Mac OS X the substacks in an compiled app (e.g. test.app) are stored in 'test.app/Contents/Resources/_MacOS/‘ instead of being stored in 'test.app/Contents/MacOS/'