1. uiappfonts Embedded Fonts
2, uibackgroundmodes Background Runtime Services (voip,audio,location)
3. Uidevicefamily array type (1 for iphone and ipod touch device , 2 for ipad)
4. uifilesharingenabled open itunes shared document folder
5, Uilaunchimagefile equivalent to Default.png
6, Uiprerenderedicon icon on whether there is high-gloss/polishing
7, uirequireddevicecapabilities equipment needs the function
8, Uistatusbarhidden status bar hidden
9. Uistatusbarstyle status bar type
10, uiviewedgeantialiasing whether to turn on anti-aliasing
11. Cfbundledisplayname App display name
12, Cfbundleiconfile, cfbundleiconfiles icon
13. The difference between Cfbundlename and Cfbundledisplayname is that this is a short name, within 16 characters
14. Cfbundleversion version
15, cfbundleurltypes custom URL, used to bounce back the program with the URL
16, cfbundlelocalizations Local resources localization language, for itunes page in the lower left corner of the display of local discourse
17, Cfbundledevelopmentregion is also localization-related, if the user location does not have the corresponding language resources
18, Uiapplicationexistsonsuspend program does not enter the background
Get the content in plist by code
1 nsdictionary *dict = [[NSBundle Mainbundle] infodictionary]; 3 NSLog (@ "%@", dict);
iOS reading notes-the meaning of key in common plist