conversation with "NULL" team
How do I specify the team name, and or modify what this chat interface looks like.
I wanted to ping this as well as I didn't see a resolution or answer. Thanks for the project!
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.
How can I modify the entire "header" section? I tried using the localizable strings but that hasn't worked. Suggestions?
@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.