ios plist文件制作

ios plist文件的格式, 新建文件后缀为.plist

需要有ipa包才可以, 且是https
替换ipa地址: https://up.sosovp.com/download/2.ipa
替换icon地址: https://cdn.xinstall.com/image/deff_icon.png
替换app名字: 金盾 使用方法: a标签的href为, 'itms-services://?action=download-manifest&url=https://xxx.com/download/xxx.plist' 替换 https://xxx.com/download/xxx.plist
<?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>
					<string>https://up.sosovp.com/download/2.ipa</string>
				</dict>
				<dict>
					<key>kind</key>
					<string>display-image</string>
					<key>needs-shine</key>
					<true/>
					<key>url</key>
					<string>https://cdn.xinstall.com/image/deff_icon.png</string>
				</dict>
			</array>
			<key>metadata</key>
			<dict>
				<key>bundle-identifier</key>
				<string>goldenShield2</string>
				<key>bundle-version</key>
				<string>1.0</string>
				<key>kind</key>
				<string>software</string>
				<key>subtitle</key>
				<string>App Subtitle</string>
				<key>title</key>
				<string>金盾</string>
			</dict>
		</dict>
	</array>
</dict>
</plist>

posted on 2024-04-15 20:17  完美前端  阅读(91)  评论(0编辑  收藏  举报

导航