I would like to use 2 diffrent Info.plist files - one for iOS 8 and another one for iOS 9. Is it possible?
Specifically, I would like to set plist value of RequestsOpenAccess under NSExtensionAttributes to true on iOS 8 and to false on iOS 9. How can I do that?
Please note: While questions asking for the same exists answers generally recommend using mechanism other than plist to differenciate between versions. I do not think that could be applied in my case (I would be happy if somebody proves me wrong).