Reputation: 1626
Can anybody explain me what is Info.plist in Resource folder..How can i make use This in my app..?Thanks in Advance.
Upvotes: 2
Views: 905
Reputation: 4159
You can specify different general resources and application configuration in Info.plist file like Application Icons, for all type of devices; supported device orientations; application version; application preferred language. Check this out PLIST documentation
Upvotes: 4