开发者

Localizing iPad app changed my executable name

开发者 https://www.devze.com 2023-01-25 12:52 出处:网络
so I have an ipad app in the app store with an executable name like \'dutch.app\'. Now I added an english localization to my app and when I build it now for distribution my executable is all of a sudd

so I have an ipad app in the app store with an executable name like 'dutch.app'. Now I added an english localization to my app and when I build it now for distribution my executable is all of a sudden named 'english.app'. I can submit this just fine to the app store but I'm afraid users that update to the new version will have a problem with it since the executable name has changed.

The only place where english is mentioned is in the InfoPlist.strings where I specified the cfbundledisplayname. It looks like the english localization overrules the dutch one.

Will this cause a pr开发者_高级运维oblem or will users with the old executable name have no problem running the new version?

Any advise is appreciated.


The filename doesn't matter at all.

0

精彩评论

暂无评论...
验证码 换一张
取 消