Re: revsecurity.dylib is not 64-bit on macOS

2018-12-04 Thread Brian Milby via use-livecode
Two files to update:

https://raw.githubusercontent.com/livecodepanos/livecode/78435e7a4e36ed0a0892262e88310adff2efc897/ide-support/revsaveasstandalone.livecodescript

https://raw.githubusercontent.com/livecodepanos/livecode/78435e7a4e36ed0a0892262e88310adff2efc897/ide-support/revsblibrary.livecodescript


On Tue, Dec 4, 2018 at 5:16 AM Matthias Rebbe via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Has anyone on the list already applied the fix locally and would like to
> share the modified file?
>
> Regards,
> Matthias
>
>
> Matthias Rebbe
>
> free tools for Livecoders:
> https://instamaker.dermattes.de
> https://winsignhelper.dermattes.de
>
> > Am 03.12.2018 um 23:23 schrieb panagiotis merakos via use-livecode <
> use-livecode@lists.runrev.com>:
> >
> > Hello all,
> >
> > This will be fixed in the next LiveCode release. If you can't wait, you
> can
> > apply the fix locally:
> >
> > https://github.com/livecode/livecode/pull/6806
> >
> > Best,
> > Panos
> >
> > On Mon, Dec 3, 2018, 21:56 Brian Milby via use-livecode <
> > use-livecode@lists.runrev.com wrote:
> >
> >> Just need to de-fat the file.  Need to change to the location within the
> >> app package in the terminal and use the following command:
> >>
> >> lipo revsecurity.dylib -remove i386 -output revsecurity.dylib
> >>
> >> May need to use "sudo".  Also, will need to resign the app after doing
> so.
> >>
> >> On Mon, Dec 3, 2018 at 3:43 PM kee nethery via use-livecode <
> >> use-livecode@lists.runrev.com> wrote:
> >>
> >>> Trying to upload to the Mac App Store and I get this error.
> >>>
> >>> “Unsupported Architectures. Your executable contained the following
> >>> disallowed architectures: ‘[i386 (in
> >> com.elloco.ellocotools.pkg/Payload/El
> >>> Loco Tools.app/Contents/MacOS/revsecurity.dylib)]’. New apps submitted
> to
> >>> the Mac App Store must support 64-bit starting January 2018, and Mac
> app
> >>> updates and existing apps must support 64-bit starting June 2018.”
> >>>
> >>> Is there a 64-bit revsecurity.dylib I can download and swap in to
> replace
> >>> the 32-bit version installed by LiveCode Standalone App Builder?
> >>>
> >>> Alternatively, what functionality must I remove from my app so that
> >>> revsecurity.dylib does not get installed (or can be safely removed
> >>> manually)?
> >>>
> >>> Kee Nethery
> >>> ___
> >>> 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
___
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

Re: revsecurity.dylib is not 64-bit on macOS

2018-12-04 Thread Matthias Rebbe via use-livecode
Has anyone on the list already applied the fix locally and would like to share 
the modified file?

Regards,
Matthias


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 03.12.2018 um 23:23 schrieb panagiotis merakos via use-livecode 
> :
> 
> Hello all,
> 
> This will be fixed in the next LiveCode release. If you can't wait, you can
> apply the fix locally:
> 
> https://github.com/livecode/livecode/pull/6806
> 
> Best,
> Panos
> 
> On Mon, Dec 3, 2018, 21:56 Brian Milby via use-livecode <
> use-livecode@lists.runrev.com wrote:
> 
>> Just need to de-fat the file.  Need to change to the location within the
>> app package in the terminal and use the following command:
>> 
>> lipo revsecurity.dylib -remove i386 -output revsecurity.dylib
>> 
>> May need to use "sudo".  Also, will need to resign the app after doing so.
>> 
>> On Mon, Dec 3, 2018 at 3:43 PM kee nethery via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> 
>>> Trying to upload to the Mac App Store and I get this error.
>>> 
>>> “Unsupported Architectures. Your executable contained the following
>>> disallowed architectures: ‘[i386 (in
>> com.elloco.ellocotools.pkg/Payload/El
>>> Loco Tools.app/Contents/MacOS/revsecurity.dylib)]’. New apps submitted to
>>> the Mac App Store must support 64-bit starting January 2018, and Mac app
>>> updates and existing apps must support 64-bit starting June 2018.”
>>> 
>>> Is there a 64-bit revsecurity.dylib I can download and swap in to replace
>>> the 32-bit version installed by LiveCode Standalone App Builder?
>>> 
>>> Alternatively, what functionality must I remove from my app so that
>>> revsecurity.dylib does not get installed (or can be safely removed
>>> manually)?
>>> 
>>> Kee Nethery
>>> ___
>>> 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

Re: revsecurity.dylib is not 64-bit on macOS

2018-12-03 Thread panagiotis merakos via use-livecode
Hello all,

This will be fixed in the next LiveCode release. If you can't wait, you can
apply the fix locally:

https://github.com/livecode/livecode/pull/6806

Best,
Panos

On Mon, Dec 3, 2018, 21:56 Brian Milby via use-livecode <
use-livecode@lists.runrev.com wrote:

> Just need to de-fat the file.  Need to change to the location within the
> app package in the terminal and use the following command:
>
> lipo revsecurity.dylib -remove i386 -output revsecurity.dylib
>
> May need to use "sudo".  Also, will need to resign the app after doing so.
>
> On Mon, Dec 3, 2018 at 3:43 PM kee nethery via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > Trying to upload to the Mac App Store and I get this error.
> >
> > “Unsupported Architectures. Your executable contained the following
> > disallowed architectures: ‘[i386 (in
> com.elloco.ellocotools.pkg/Payload/El
> > Loco Tools.app/Contents/MacOS/revsecurity.dylib)]’. New apps submitted to
> > the Mac App Store must support 64-bit starting January 2018, and Mac app
> > updates and existing apps must support 64-bit starting June 2018.”
> >
> > Is there a 64-bit revsecurity.dylib I can download and swap in to replace
> > the 32-bit version installed by LiveCode Standalone App Builder?
> >
> > Alternatively, what functionality must I remove from my app so that
> > revsecurity.dylib does not get installed (or can be safely removed
> > manually)?
> >
> > Kee Nethery
> > ___
> > 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

Re: revsecurity.dylib is not 64-bit on macOS

2018-12-03 Thread Brian Milby via use-livecode
Just need to de-fat the file.  Need to change to the location within the
app package in the terminal and use the following command:

lipo revsecurity.dylib -remove i386 -output revsecurity.dylib

May need to use "sudo".  Also, will need to resign the app after doing so.

On Mon, Dec 3, 2018 at 3:43 PM kee nethery via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Trying to upload to the Mac App Store and I get this error.
>
> “Unsupported Architectures. Your executable contained the following
> disallowed architectures: ‘[i386 (in com.elloco.ellocotools.pkg/Payload/El
> Loco Tools.app/Contents/MacOS/revsecurity.dylib)]’. New apps submitted to
> the Mac App Store must support 64-bit starting January 2018, and Mac app
> updates and existing apps must support 64-bit starting June 2018.”
>
> Is there a 64-bit revsecurity.dylib I can download and swap in to replace
> the 32-bit version installed by LiveCode Standalone App Builder?
>
> Alternatively, what functionality must I remove from my app so that
> revsecurity.dylib does not get installed (or can be safely removed
> manually)?
>
> Kee Nethery
> ___
> 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

revsecurity.dylib is not 64-bit on macOS

2018-12-03 Thread kee nethery via use-livecode
Trying to upload to the Mac App Store and I get this error.

“Unsupported Architectures. Your executable contained the following disallowed 
architectures: ‘[i386 (in com.elloco.ellocotools.pkg/Payload/El Loco 
Tools.app/Contents/MacOS/revsecurity.dylib)]’. New apps submitted to the Mac 
App Store must support 64-bit starting January 2018, and Mac app updates and 
existing apps must support 64-bit starting June 2018.”

Is there a 64-bit revsecurity.dylib I can download and swap in to replace the 
32-bit version installed by LiveCode Standalone App Builder? 

Alternatively, what functionality must I remove from my app so that 
revsecurity.dylib does not get installed (or can be safely removed manually)?

Kee Nethery
___
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