ethanifier icon indicating copy to clipboard operation
ethanifier copied to clipboard

conversation with "NULL" team

Open frankynines opened this issue 11 years ago • 4 comments

How do I specify the team name, and or modify what this chat interface looks like.

frankynines avatar Oct 30 '14 22:10 frankynines

I wanted to ping this as well as I didn't see a resolution or answer. Thanks for the project!

bnatalent avatar Nov 05 '14 00:11 bnatalent

The (null) comes from CFBundleDisplayName property in your app’s info.plist. It comes from the following code:

[[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleDisplayName”]

To change it, just set that property in your info file.

mspensieri avatar Nov 11 '14 20:11 mspensieri

How can I modify the entire "header" section? I tried using the localizable strings but that hasn't worked. Suggestions?

anieto avatar Dec 27 '14 17:12 anieto

@anieto String customization is only available as of SupportKit v2.4.0. This repo bundles v2.3.0. You can update it using pod update or from the SupportKit repo.

mspensieri avatar Jan 05 '15 14:01 mspensieri