Uirequirespersistentwifi the key selected by WiFi is displayed in the program (the WiFi prompt must be enabled in system settings)
Uiappfonts embedded font (http://www.minroad.com /? P = 412 for details)
Whether or not the uiapplicationexitsonsuspend program is running in the background. It is silly to exit (0) when you enter the background.
Uibackgroundmodes is a service running in the background. For details, refer to the background introduction of ios4.
Uidevicefamily array type (1 for iPhone and iPod Touch devices, 2 for iPad)
Uifilesharingenabled enable iTunes shared document folder
Uilaunchimagefile is equivalent to default.png (renamed only)
Whether there is a highlight on uiprerenderedicon icon
Functions required by the uirequireddevicecapabilities device (click here for details)
Uistatusbarhidden State Bar Hidden (and the difference in the program is that default.png has taken effect)
Uistatusbarstyle Status Bar type
Uiviewedgeantialiasing
Cfbundledisplayname app display name
Cfbundleiconfile and cfbundleiconfiles icons
The difference between cfbundlename and cfbundledisplayname is that it is a short name, within 16 characters.
Cfbundleversion
Cfbundleurltypes custom URL, used to use the URL to play back the program
Localized language of cfbundlelocalizations local resources, used to display local language in the lower left corner of the iTunes page
Cfbundledevelopmentregion is also related to localization. If the user's location does not have the corresponding language resources, use the value of this key as the default value.
At last, I attached the official document. All the keys are available. Reading the original English version is the right path. :) click here to enter.
From: http://www.minroad.com /? P = 434
By sschu