-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhit_plus.plist
35 lines (35 loc) · 1.33 KB
/
hit_plus.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
<?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>https://sso.sibetech.cn/pub/hitplus.ipa</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<!-- BundleID,就是新建app时的包名 -->
<string>cn.edu.hit.welink</string>
<key>bundle-version</key>
<!-- 版本号 -->
<string>5.3.3</string>
<key>kind</key>
<string>software</string>
<key>title</key>
<!-- 安装app时的提示信息 -->
<string>HIT Plus</string>
</dict>
</dict>
</array>
</dict>
</plist>