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
As I know you cannot link two plist files. You can only set one plist per target configuration.
Maybe, separating plist files per configuration is what you looking for. To do this go to Build Settings > Packaging > Info.plist File, expand it and set different plist file paths for specified configurations (by default there are 2 configurations: Debug and Release).