Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conversation with "NULL" team #1

Open
frankynines opened this issue Oct 30, 2014 · 4 comments
Open

conversation with "NULL" team #1

frankynines opened this issue Oct 30, 2014 · 4 comments

Comments

@frankynines
Copy link

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

@bnatalent
Copy link

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

@mspensieri
Copy link

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.

@anieto
Copy link

anieto commented Dec 27, 2014

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

@mspensieri
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants