Re: Codesigning issue with revxml.bundle in LC 8

2017-01-05 Thread Trevor DeVore via use-livecode
The code walks through your app bundle and signs any bundles it comes across (e.g. revxml). Once that is done it signs your app bundle. -- Trevor On Thu, Jan 5, 2017 at 10:15 AM Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > yesss! It works, now the validation

AW: Codesigning issue with revxml.bundle in LC 8

2017-01-05 Thread Tiemo Hollmann TB via use-livecode
.runrev.com> Cc: Trevor DeVore <li...@mangomultimedia.com> Betreff: Re: Codesigning issue with revxml.bundle in LC 8 On Thu, Jan 5, 2017 at 7:40 AM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > thank you for that helpful link. > After I gave rw

Re: Codesigning issue with revxml.bundle in LC 8

2017-01-05 Thread Trevor DeVore via use-livecode
On Thu, Jan 5, 2017 at 7:40 AM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > thank you for that helpful link. > After I gave rwx permission to the files with chmod I could successfully > use > xattr -cr, whereafter I could "successfully" codesign my app without

AW: Codesigning issue with revxml.bundle in LC 8

2017-01-05 Thread Tiemo Hollmann TB via use-livecode
; Betreff: Re: Codesigning issue with revxml.bundle in LC 8 Hi Tiemo, > On MacOS Sierra I am just trying to codesign a new version with LC > 8.1.2 of > an old program, which I have codesigned successfully in the past. > > I do the codesigning manually via terminal like: codesign -s > "m

Re: Codesigning issue with revxml.bundle in LC 8

2017-01-05 Thread Mark Waddingham via use-livecode
Hi Tiemo, On MacOS Sierra I am just trying to codesign a new version with LC 8.1.2 of an old program, which I have codesigned successfully in the past. I do the codesigning manually via terminal like: codesign -s "myCertificateName" --deep --force myApp Today I get the error "resource forke,

Re: Codesigning issue with revxml.bundle in LC 8

2017-01-05 Thread Richmond Mathewson via use-livecode
My mind must work in an odd way because I read "codesign" as 'co-design' as in team-work . . . . . . it took me a few seconds to realise you meant 'code sign'. It might not be a bad idea in future to make sure the way you write "codesign" is not open to two interpretations. Sorry, slightly

Codesigning issue with revxml.bundle in LC 8

2017-01-05 Thread Tiemo Hollmann TB via use-livecode
Hello, On MacOS Sierra I am just trying to codesign a new version with LC 8.1.2 of an old program, which I have codesigned successfully in the past. I do the codesigning manually via terminal like: codesign -s "myCertificateName" --deep --force myApp Today I get the error "resource forke,