-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsupergo.plist
36 lines (35 loc) · 1.36 KB
/
supergo.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>
<!-- 注意:IPA文件URL -->
<!-- <string>https://raw.githubusercontent.com/johnlcd/IPA_install/master/software/supergo.413.ipa</string> -->
<string>https://github.com/johnlcd/IPA_install/raw/master/software/supergo.413.ipa</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<!-- 注意:应用程序identifier -->
<string>com.mmp.mmpas</string>
<key>bundle-version</key>
<string>1.0</string>
<key>kind</key>
<string>software</string>
<key>title</key>
<!-- 注意:应用程序名称 -->
<string>Apple APP</string>
</dict>
</dict>
</array>
</dict>
</plist>