In my iOS project, I've created a separate plist file with values for all social sharing keys and appIds et al.
How do I specify, in the project/target settings, that this new plist file is an extension of the default info.plist file? Can I create a link in the main info.plist file pointing to the new one?
Some third party libraries try to look for key-values in the project info.plist file, so I don't have the option to specify the new plist file at the point of reference.
I was only able to specify one file in the Build Settings > Packaging > Info.plist