`

Info.plist中常用的key简介

ios 
阅读更多
UIRequiresPersistentWiFi 在程序中弹出wifi选择的key(系统设置中需要将wifi提示打开)
UIAppFonts 内嵌字体
UIApplicationExitsOnSuspend 程序是否在后台运行,自己在进入后台的时候exit(0)是很傻的办法
UIBackgroundModes 后台运行时的服务,具体看iOS4的后台介绍
UIDeviceFamily array类型(1为iPhone和iPod touch设备,2为iPad)
UIFileSharingEnabled 开启itunes共享document文件夹
UILaunchImageFile 相当于Default.png(更名而已)
UIPrerenderedIcon icon上是否有高光
UIRequiredDeviceCapabilities 设备需要的功能
UIStatusBarHidden 状态栏隐藏(和程序内的区别是在于显示Default.png已经生效)
UIStatusBarStyle 状态栏类型
UIViewEdgeAntialiasing 是否开启抗锯齿
CFBundleDisplayName app显示名
CFBundleIconFile、CFBundleIconFiles 图标
CFBundleName 与CFBundleDisplayName的区别在于这个是短名,16字符之内
CFBundleVersion 版本
CFBundleURLTypes 自定义url,用于利用url弹回程序
CFBundleLocalizations 本地资源的本地化语言,用于itunes页面左下角显示本地话语种
CFBundleDevelopmentRegion 也是本地化相关,如果用户所在地没有相应的语言资源,则用这个key的value来作为默认

分享到:
评论

相关推荐

    cordova-ios-requires-fullscreen:将UIRequiresFullScreen添加到* -Info.plist

    cordova-ios-需要全屏 cordova plugin add cordova-ios-requires-fullscreen或cordova plugin add ... 它将在构建过程中将以下部分添加到*-Info.plist文件中: <key>UIRequiresFullScreen</key> <true>

    plist文件是标准的xml文件

    //读取工程中的plist,初始化Dictionary。 NSMutableDictionary* dict = [ [ NSMutableDictionary alloc ] initWithContentsOfFile:@"/Sample.plist" ]; NSString* object = [ dict objectForKey:@...

    OCSanity:OpenCore config.plist完整性检查器

    OpenCore健全性检查器OCSanity提供了一种... 对于如下所示的Sample.plist文件的片段:< dict> < key>ACPI</ key> < dict> < key>Add</ key> < array> < dict> < key>Comment</ key> < string>My custom DSDT</ string>

    ios多文件编程

    ios多文件编程用法: 作用:保存应用的信息,软件名称...注意:图形化的Info.plist文件上面的KEY不是真实的KEY,要想看真实的KEY得看Info.plist文件的源码 操作:Info.plist(选中后右键单击) -> Open As -> Source Code

    ERROR ITMS-90062: “This bundle is invalid. The value for key CFBundleShortVersionString [1.2] …

    The value for key CFBundleShortVersionString [1.2] in the Info.plist file must contain a higher version than that of the previously approved version [1.15] 明明1.2的版本号要大于1.15,怎么还会出现错误...

    全国省市县plist xml

    NSArray *ary = [NSArray arrayWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"ProvinceCityDistrict" ofType:@"plist"]]; for (int i = 0; i < ary.count; i ++) { NSDictionary *province = ary...

    ios-系统方法实现二维码扫描、识别和生成.zip

    The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data. 和 This app has crashed because it attempted to access...

    ios11.0 xcode 真机调试支持包 bate版、正式版

    安装方法:找到xcode应用程序,右击显示包内容,找到路径:/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 将下载到的三个文件夹都放进该目录,重启xcode即可。

    Emoji的plist文件

    文件内容为字典列表,字典包含两个key,一个是表情字符串,一个是表情描述字符串。

    iOS开发 -3Dtouch demo

    1 静态3Dtouch 在info.plist中配置 <key>UIApplicationShortcutItems</key> <key>UIApplicationShortcutItemType</key> <string>com.test.static1</string> <key>UIApplicationShortcutItemTitle</key> ...

    IOS CSV转PLIST工具

    CSV转PLIST工具。 以CSV行标题为主key,列标题为子key,...则Plist为主Key 为CIN0-->UpLimit:10 LowLimit:0 CIN1-->UpLimit:9 LowLimit:1 CIN2-->UpLimit:8 LowLimit:2 如有问题,或建议请私信我:QQ:375818962

    VoodooHDA 2.8 最新版

    -解决方案: 在info.plist中启用 VoodooHDAEnableVolumeChangeFix <key>VoodooHDAEnableVolumeChangeFix</key> 问题:声音太低啦!= =! -解决方案: 在info.plist中启用VoodooHDAEnableHalfVolumeFix <key>...

    生活轨迹Android端

    public static final String STR_KEY="mTz6OcEZL1vsVubcfUMqCUiM"; public boolean m_bKeyRight = true; @Override public void onCreate() { // TODO Auto-generated method stub super.onCreate(); ...

    全国省市区的plist文件

    全国省市区的plist文件 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <key>北京市</key> <key>0</key> <key>北京...

    media_gallery:Flutter插件,列出了本地图库项目

    的iOS 将以下键添加到您的Info.plist文件中,该文件位于<project>/ios/Runner/Info.plist : < key>NSPhotoLibraryUsageDescription</ key>< string>Example usage description安卓下列权限添加到您的...

    puppet-mac_plist_value:在Mac OS X下更改属性列表(桩)中的值

    例子: mac_plist_value { 'meaningless unique name with no colons':file => '/path/to/settings.plist',key => ['key', 'key2'],value => 3, } mac_plist_value { '/path/to/settings.plist:key/key2':value => ...

    flutter_pdfview:Flutter的PDF视图

    flutter_pdfview 适用于iOS和Android的本机PDF视图将此包用作库1.依赖它将此添加到包的pubspec.yaml文件中: dependencies: flutter_pdfview: ^... # Info.plist...<key>io.flutter.embedded_views_preview</key><true>

    ios8 精简教程

    /System/Library/BulletinBoardPlugins/CalendarProvider.bundle 打开Info.plist 删掉第8行: <string>EKBBReminderProvider</string> ,保存 12.删除passbook /Applications/Passbook.app /Applications/...

    Cocoapods-frameworks-version-number-fix

    The value for key CFBundleShortVersionString in the Info.plist file must contain a higher version than that of the previously approved version". 感谢的最初想法!安装在Podfile的末尾添加此脚本。 post_...

    clover-theme-minimal-dark:最小的三叶草主题的深色版本,并进行了一些调整

    将主题文件夹放在EFI系统分区上的/ EFI / CLOVER / themes中。 然后,编辑您的Clover config.plist以选择主题。 ... <key>Theme</key> <string>clover-theme-minimal-dark ... 默认情况下,启动项目的标签和徽章被...

Global site tag (gtag.js) - Google Analytics