键
类型
值
说明
图示
Localization native development region
String
China/Canada/Japan/United State等
本地化,设成相应的值后,App中的显示语言等信息变为相应国家的语言
Bundle display name
String
如设为网易云
即为在App图标下方显示的语言
Application requires iPhone environment
Boolean
Yes
表明该app只允许在iOS上运行
Supported interface orientations
Array
Portrait (bottom home button)、Landscape (right home button)、Landscape (left home button)
使用数组表示,若数组为空,则该App将不具有方向感应旋转功能,即App界面只能竖立显示,若在数组中加入Landscape (right home button),则当手机向右倒放时,app画面也向右旋转。iPhone最多支持三个方向的画面旋转。iPad则四个方向都支持。
View controller-based status bar appearance
Boolean
No
两个都设为No,则App中,状态栏将不现实,只设置其中一个为No,则状态栏依然存在。
Status bar is initially hidden
Boolean
No
Privacy - Photo Library Usage Description
String
随便自己写(即描述为何要使用手机中的照片库)
如果你的App要从手机中的照片库里导入照片,这要在Info.plist中加入这个属性