欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  移动技术

Info.plist的CFBundleIdentifier、CFBundleName、BundleDisplayName

程序员文章站 2022-10-16 12:10:43
plist关键字段: CFBundleIdentifier:应用包名、唯一标识 CFBundleVersion:文件版本号,可以每次发版本递增 CFBundleShortVersionString:appstore显示版本号,每次app store发版递增 CFBundleName:默认设置是等同于 ......

plist关键字段:

  • cfbundleidentifier:应用包名、唯一标识
  • cfbundleversion:文件版本号,可以每次发版本递增
  • cfbundleshortversionstring:appstore显示版本号,每次app store发版递增
  • cfbundlename:默认设置是等同于product name,应用安装的时候创建的文件夹名称。
  • bundledisplayname:显示在手机屏幕上的应用名字。
  • appurl scheme:设置app被访问时的url,可以设置多个