I've heard when using open source code, that they need to be visibly accessible in your app or you need to include them in your settings bundle.
How can I include them in my settings bundle?
1) What exactly is necessary to be included? The actual LICENSE file that comes with the open source code, or just the text inside it?
2) How does it get stored? Do they all get bunched together, or as separate elements of an XML file or something?
3) How is it written to the setting bundle? What is the syntax/code to do this?