user1158196
user1158196

Reputation: 41

Can not change sash title in AppleWatch notification

I am currently programming an application for AppleWatch which display notifications. However, the name of the app is too long to appear correctly in sash title. I want to rename it.

In some post, i saw that we must change the "bundle display name" of the watch app info.plist. But it does not work. How can i make this change ?

Upvotes: 0

Views: 274

Answers (1)

Dan O'Leary
Dan O'Leary

Reputation: 946

In your project there is the App folder and the Watchkit Extension folder, each of which contains an Info.plist file. Change the Bundle Display Name in "App" folder.

I'm referencing Xcode 7 Beta 6(7A192o).

Upvotes: 1

Related Questions