AW: building standalone FAILS with German Umlaute in app name

2021-06-16 Thread Tiemo via use-livecode
Hi Bob,
yes I provided a different name without umlaute in the standalone settings with 
success.

But my question was what happens, if I rename the standalone after the build 
whilst the build name is also used inside the bundle at different places 
(plist, content,...). Will macOS accept those difference?

And now with my last post, I think, renaming after codesigning will break the 
codesign and notarization. Or am I wrong and that doesen't matter?

Thanks for your ideas

Tiemo


-Ursprüngliche Nachricht-
Von: use-livecode  Im Auftrag von Bob 
Sneidar via use-livecode
Gesendet: Mittwoch, 16. Juni 2021 17:16
An: How to use LiveCode 
Cc: Bob Sneidar 
Betreff: Re: building standalone FAILS with German Umlaute in app name

I think he is saying name the stack without the umlat before building, then 
rename the resulting app bundle after the build. There should be no 
consequences for that. Also in the Standalone Settings, you should be able to 
provide a different name than the mainstack for the resulting app. 

Bob S


> On Jun 16, 2021, at 24:51 , Tiemo via use-livecode 
>  wrote:
> 
> Hello Ludovic,
> 
> thank you for your idea!
> 
> I didn't dare to just rename the app because I don't know what the 
> consequences might be. Can I really just rename the app and leave all other 
> places in the bundle where the name of the app occurs (plist, etc.) as it is 
> without any problems, or do I have to rename the app name in every place I 
> find?
> 
> Any experiences?
> 
> Thanks
> Tiemo
> 
> 
> 
> -Ursprüngliche Nachricht-
> Von: use-livecode  Im Auftrag 
> von Ludovic THEBAULT via use-livecode
> Gesendet: Mittwoch, 16. Juni 2021 07:16
> An: How to use LiveCode 
> Cc: Ludovic THEBAULT 
> Betreff: Re: building standalone FAILS with German Umlaute in app name
> 
> 
> 
>> Le 15 juin 2021 à 15:19, Tiemo via use-livecode 
>>  a écrit :
>> 
>> Hello,
>> 
>> 
>> 
>> macOS 11.2.3, LC 9.6.1 and 9.6.2
>> 
>> 
>> 
>> when the app name has German Umlaute, building a standalone fails 
>> with the
>> error:
>> 
>> “Adding ad-hoc signature failed. … Too many open files in 
>> subcomponent myÖApp.app/Contents/MacOS/myÖApp.app”
>> 
>> 
>> 
>> This was working for the last years without any problem. I don’t 
>> know, since which version it failed.
>> 
>> When replacing the Umlaut, everything works fine.
>> 
>> Since I have to build shortly an update to an existing app with an 
>> Umlaut in its name, this is pretty annoying!
>> 
>> 
>> 
>> Any workaround? Any help?
>> 
> 
> 
> Seem it’s the same bug : 
> https://quality.livecode.com/show_bug.cgi?id=22791 
> 
> 
> Workaround : rename the app after building it
> 
> Ludovic
> ___
> 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


AW: building standalone FAILS with German Umlaute in app name

2021-06-16 Thread Tiemo via use-livecode
Yes, I did

-Ursprüngliche Nachricht-
Von: use-livecode  Im Auftrag von Paul 
Dupuis via use-livecode
Gesendet: Mittwoch, 16. Juni 2021 13:57
An: use-livecode@lists.runrev.com
Cc: Paul Dupuis 
Betreff: Re: building standalone FAILS with German Umlaute in app name

So this is clearly a bug in the standalone builder. Has anyone files a bug 
report yet?


On 6/16/2021 2:19 AM, Richmond via use-livecode wrote:
> Oddly enough, trying to make standalones from a stack called "करिय" 
> worked perfectly well.
>
> Richmond.
>
> On 16.06.21 8:18, Richmond wrote:
>> 
>>
>> Richmond
>>
>>
>>
>> On 15.06.21 22:03, Keith Martin via use-livecode wrote:
>>> OT: Fortunately (in a sense) when I got a frozen shoulder four years 
>>> ago I had surgery to release it. Because I'd also dislocated and 
>>> fractured it. Longboard injury. Anyway, it worked well. But I hope 
>>> the solution for this problem is faster and less painful!
>>>
>>> Keith
>>>
>>> Keith Martin
>>> 360 media specialist http://PanoramaPhotographer.com
>>> Contact and info http://thatkeith.com
>>> +44 (0)7909541365
>>>
>>>
>>>
 On Jun 15, 2021, at 4:50 PM, Mark Smith via use-livecode 
  wrote:

 It sounds funny but that is the advice given for people with 
 adhesive capsulitis aka “frozen shoulder”. Best thing to do is just 
 leave it alone and don’t irritate it. It will resolve itself over a 
 period of months or years 

> On Jun 15, 2021, at 4:21 PM, Bob Sneidar via use-livecode 
>  wrote:
>
> A man went to see hist doctor for a problem with his shoulder. He 
> told the doctor, "When I move my arm like this, my shoulder really 
> hurts!" They doctor replied, "Well, don't do that!"
>
> :-)
>
> Bob S
>
>
>>> On Jun 15, 2021, at 06:19 , Tiemo via use-livecode 
>>>  wrote:
>> Hello,
>>
>>
>>
>> macOS 11.2.3, LC 9.6.1 and 9.6.2
>>
>>
>>
>> when the app name has German Umlaute, building a standalone fails 
>> with the
>> error:
>>
>> "Adding ad-hoc signature failed. . Too many open files in 
>> subcomponent
>> myÖApp.app/Contents/MacOS/myÖApp.app"
>>
>>
>>
>> This was working for the last years without any problem. I don't 
>> know, since
>> which version it failed.
>>
>> When replacing the Umlaut, everything works fine.
>>
>> Since I have to build shortly an update to an existing app with 
>> an Umlaut in
>> its name, this is pretty annoying!
>>
>>
>>
>> Any workaround? Any help?
>>
>>
>>
>> Tiemo
> ___
> 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


___
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


AW: building standalone FAILS with German Umlaute in app name

2021-06-16 Thread Tiemo via use-livecode
Hello Ludovic,

thank you for your idea!

I didn't dare to just rename the app because I don't know what the consequences 
might be. Can I really just rename the app and leave all other places in the 
bundle where the name of the app occurs (plist, etc.) as it is without any 
problems, or do I have to rename the app name in every place I find?

Any experiences?

Thanks
Tiemo



-Ursprüngliche Nachricht-
Von: use-livecode  Im Auftrag von 
Ludovic THEBAULT via use-livecode
Gesendet: Mittwoch, 16. Juni 2021 07:16
An: How to use LiveCode 
Cc: Ludovic THEBAULT 
Betreff: Re: building standalone FAILS with German Umlaute in app name



> Le 15 juin 2021 à 15:19, Tiemo via use-livecode 
>  a écrit :
> 
> Hello,
> 
> 
> 
> macOS 11.2.3, LC 9.6.1 and 9.6.2
> 
> 
> 
> when the app name has German Umlaute, building a standalone fails with 
> the
> error:
> 
> “Adding ad-hoc signature failed. … Too many open files in subcomponent 
> myÖApp.app/Contents/MacOS/myÖApp.app”
> 
> 
> 
> This was working for the last years without any problem. I don’t know, 
> since which version it failed.
> 
> When replacing the Umlaut, everything works fine.
> 
> Since I have to build shortly an update to an existing app with an 
> Umlaut in its name, this is pretty annoying!
> 
> 
> 
> Any workaround? Any help?
> 


Seem it’s the same bug : https://quality.livecode.com/show_bug.cgi?id=22791 


Workaround : rename the app after building it

Ludovic
___
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


AW: building standalone FAILS with German Umlaute in app name

2021-06-15 Thread Tiemo via use-livecode
Easy to tell, living in a country with such a small char set 

Tiemo

-Ursprüngliche Nachricht-
Von: use-livecode  Im Auftrag von Bob 
Sneidar via use-livecode
Gesendet: Dienstag, 15. Juni 2021 17:22
An: How to use LiveCode 
Cc: Bob Sneidar 
Betreff: Re: building standalone FAILS with German Umlaute in app name

A man went to see hist doctor for a problem with his shoulder. He told the 
doctor, "When I move my arm like this, my shoulder really hurts!" They doctor 
replied, "Well, don't do that!" 

:-)

Bob S


> On Jun 15, 2021, at 06:19 , Tiemo via use-livecode 
>  wrote:
> 
> Hello,
> 
> 
> 
> macOS 11.2.3, LC 9.6.1 and 9.6.2
> 
> 
> 
> when the app name has German Umlaute, building a standalone fails with 
> the
> error:
> 
> "Adding ad-hoc signature failed. . Too many open files in subcomponent 
> myÖApp.app/Contents/MacOS/myÖApp.app"
> 
> 
> 
> This was working for the last years without any problem. I don't know, 
> since which version it failed.
> 
> When replacing the Umlaut, everything works fine.
> 
> Since I have to build shortly an update to an existing app with an 
> Umlaut in its name, this is pretty annoying!
> 
> 
> 
> Any workaround? Any help?
> 
> 
> 
> Tiemo

___
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