<?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>software-package</string> <key>url</key> <!-- http或者https链接的ipa文件地址 --> <string>http://47.112.194.23/MSSWCFServiceTest/app/apk/MemoryScaleMobileApp.ipa</string> </dict> <dict> <key>kind</key> <string>full-size-image</string> <key>needs-shine</key> <true/> <key>url</key> <!-- http或者https链接的图片地址,可直接使用app对应的icon(分辨率没强制要求) --> <string>http://47.112.194.23/MSSWCFServiceTest/app/apk/appicon_120.png</string> </dict> <dict> <key>kind</key> <string>display-image</string> <key>needs-shine</key> <true/> <key>url</key> <!-- http或者https链接的小图片地址,可直接使用app对应的icon(分辨率没强制要求) --> <string>http://47.112.194.23/MSSWCFServiceTest/app/apk/appicon_60.png</string> </dict> </array> <key>metadata</key> <dict> <key>bundle-identifier</key> <!-- BundleID,就是新建app时的包名 --> <string>smilsoft.MemoryScaleApp</string> <key>bundle-version</key> <!-- 版本号 --> <string>1.2</string> <key>kind</key> <string>software</string> <key>title</key> <!-- 安装app时的提示信息 --> <string>记忆门诊App</string> </dict> </dict> </array> </dict> </plist>
无标题文章
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。