I have an iOS application with several goals - a goal for developers and enterprise programs.
My application needs to access some other properties depending on the purpose. I configured the targets for packing individual plist files using Target -> Build Settings -> Packaging -> Info.plist File).
Most of the properties are distributed between two plist files, but some of them are different.
Can plits inherit from a common parent plist? I would like to reduce duplication in plist files if possible.
source
share