CFBundleGetInfoString and CFBundleShortVersionString

What’s the legal policy on changing the CFBundleGetInfoString and CFBundleShortVersionString in built games? Is it okay with OTEE just add onto the start of it?

For example:

CFBundleGetInfoString
Big Bang Sudoku version 1.0.0 ©2006 Freeverse Software, Inc. UnityPlayer version 1.5.0, Unity Player Copyright © 2002-2005 by Over the Edge. All rights reserved.
CFBundleShortVersionString
Big Bang Sudoku 1.0.0. UnityPlayer version 1.5.0

What do you think would be best? There were problem with some of my other games, where people would send bug reports to OTEE instead of the appropriate party. I’d like to do everything so that doesn’t happen. :slight_smile:

Thanks,
-Jon

You can remove the OverTheEdge copyright if it is too much noise. But it would be nice to keep something with Unity in there.

eg.
short: Big Bang Sudoku 1.0.0. Made with Unity.
long: Big Bang Sudoku version 1.0.0 ©2006 Freeverse Software, Inc. Made with Unity.

I like your suggestion.

Thanks,
-Jon