美文网首页
发布企业版安装包plist内容

发布企业版安装包plist内容

作者: 某个胖子 | 来源:发表于2016-10-25 16:51 被阅读141次

The manifest is an XML-based property list. It must contain six key/value pairs:

  • URL—a fully-qualified URL pointing to the ipa file
  • display-image—a fully-qualified URL pointing to a 57×57-pixel PNG
    icon used during download and installation
  • full-size-image—a fully-qualified URL pointing to a 512×512-pixel PNG (not JPEG!) image that represents the iTunes app
  • bundle-identifier—the app’s standard application identifier string, as specified in the app’s Info.plist file
  • bundle-version—the app’s current bundle version string, as specified in the app’s Info.plist file
  • title—a human-readable application name

source

相关文章

网友评论

      本文标题:发布企业版安装包plist内容

      本文链接:https://www.haomeiwen.com/subject/qmwruttx.html