-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewfarmexpert.plist
45 lines (45 loc) · 1.88 KB
/
newfarmexpert.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
<?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://pro.***.com.cn:30010/app-prod.ipa</string>
<!-- https://pro.***.com.cn:30010/app-prod.ipa ipa包可以下载的路径
必须是https服务 不能使用ip,必须使用域名访问
-->
</dict>
<dict>
<key>kind</key>
<string>full-size-image</string>
<key>needs-shine</key>
<true/>
<key>url</key>
<string>https://pro.***.com.cn:30010/dcloud_logo-2x.png</string>
<!-- https://pro.***.com.cn:30010/dcloud_logo-2x.png png图片的下载路径
必须是https服务 不能使用ip,必须使用域名访问
-->
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>com.**.**替换成应用的bundleId值</string>
<key>bundle-version</key>
<string>1.0</string>
<key>kind</key>
<string>software</string>
<key>title</key>
<string>替换成应用名</string>
</dict>
</dict>
</array>
</dict>
</plist>