Custom keyboard name without the "KeyboardName - HostAppName" scheme

I have a little problem, I changed Bundle Display Nameto info.pliston "MyName" , but unfortunately, in the keyboard menu it is still displayed as "MyName - HostAppName" . Is it possible to change something to show only "MyName" ?

Thanks in advance! And yes, I searched the entire service station to find something about it :)

+4
source share
2 answers

I was also interested in how to achieve this, especially after Swiftkey was able to get one name. For this, both the display name of the Bundle in both info.plist files must be the same.

The moment they differ, they will be displayed with a split line.

Hope this helps.

+9
source

You can do this by setting the " Package Display Name " with the value " My Name " in both info.plist files

  • info.plist file in your target program
  • your application info.plist file
0
source

Source: https://habr.com/ru/post/1612276/


All Articles