赞
踩
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>items</key>
- <array>
- <dict>
- <key>assets</key>
- <array>
- <dict>
- <key>kind</key>
- <string>full-size-image</string>
- <key>needs-shine</key>
- <true/>
- <key>url</key>
- <string>用来在 iTunes 中表示应用程序的 512 x 512 像素 PNG 图像。</string>
- </dict>
- <dict>
- <key>kind</key>
- <string>display-image</string>
- <key>needs-shine</key>
- <true/>
- <key>url</key>
- <string>下载和安装过程中显示的 57 x 57 像素 PNG 图像。指定图像的完整合格的 URL。</string>
- </dict>
- <dict>
- <key>kind</key>
- <string>software-package</string>
- <key>url</key>
- <string>app的下载地址</string>
- </dict>
- </array>
- <key>metadata</key>
- <dict>
- <key>bundle-identifier</key>
- <string>您应用程序的包标识符,与 Xcode 项目中指定的完全一样</string>
- <key>bundle-version</key>
- <string>您应用程序的包版本,在 Xcode 项目中指定。</string>
- <key>kind</key>
- <string>software</string>
- <key>title</key>
- <string>下载和安装过程中显示的应用程序的名称。</string>
- </dict>
- </dict>
- </array>
- </dict>
- </plist>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。