I am having one sub-project[.xcodeproject folder] inside the main project. I want to update the info.plist file of the sub-project, but I am not able to find it. When I open the sub-project as the main project, and see the Info tab of it, I don't see table with Key, Type, Value columns but instead they have 3 sections - Deployment Target, Configurations, Localizations.
Can anyone help me with it? The main project is using iOS9 beta and Xcode 7.0 beta 3, but the framework project which I am putting inside the main project was originally written for some older iOS versions.
Thanks!