dev_manifest.plist 1.2 KB
Newer Older
M
update  
Miles'mini 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
<?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>
qingmang199's avatar
qingmang199 已提交
14
					<string>https://codechina.csdn.net/install/yzcj/-/raw/master/offline.ipa</string>
M
update  
Miles'mini 已提交
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
				</dict>
				<dict>
					<key>kind</key>
					<string>display-image</string>
					<key>url</key>
					<string>https://codechina.csdn.net/install/yzcj/-/raw/master/57.png</string>
				</dict>
				<dict>
					<key>kind</key>
					<string>full-size-image</string>
					<key>url</key>
					<string>https://codechina.csdn.net/install/yzcj/-/raw/master/512.png</string>
				</dict>
			</array>
			<key>metadata</key>
			<dict>
				<key>bundle-identifier</key>
				<string>com.anhuihuangpu.yunzhangcaijinghpkj</string>
				<key>bundle-version</key>
				<string>7.1.20</string>
				<key>kind</key>
				<string>software</string>
				<key>platform-identifier</key>
				<string>com.apple.platform.iphoneos</string>
				<key>title</key>
				<string>云掌财经</string>
			</dict>
		</dict>
	</array>
</dict>
</plist>