7

I have small problem, I have changed Bundle Display Name in info.plist to "MyName", but unfortunately in Keyboard Choice Menu it still shows as "MyName — HostAppName". Is that possible to change something to show "MyName" only?

Thanks in advance! And yes I have searched through entire STO to find anything about that :)

Drwalcore
  • 161
  • 1
  • 13

2 Answers2

13

I too was wondering how to achieve this, especially after Swiftkey was able to have a single name. To do this both the Bundle display name in both info.plist files must be the same.

The moment they are different then they will display with separated string.

I hope this helps.

Pavan
  • 17,840
  • 8
  • 59
  • 100
1

You can do that by setting "Bundle Display Name" key with value "My Name" in both info.plist files

  1. info.plist file in your keyboard target
  2. info.plist file of you Application
Mohammed Elrashidy
  • 1,820
  • 1
  • 14
  • 16