File tree 7 files changed +179
-82
lines changed
7 files changed +179
-82
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "appPolicies" : {
3
+ "eula" : "",
4
+ "policies" : [
5
+ {
6
+ "locale" : "en_US",
7
+ "policyText" : "",
8
+ "policyURL" : ""
9
+ }
10
+ ]
11
+ },
2
12
"identifier" : "A2B91788",
3
13
"nonRenewingSubscriptions" : [
4
14
13
23
"description" : "A small one time donation.",
14
24
"displayName" : "Transistor",
15
25
"locale" : "en_US"
26
+ },
27
+ {
28
+ "description" : "一次性小额捐赠。",
29
+ "displayName" : "晶体管",
30
+ "locale" : "zh_CN"
31
+ },
32
+ {
33
+ "description" : "一次性的少量捐贈。",
34
+ "displayName" : "電晶體",
35
+ "locale" : "zh_TW"
16
36
}
17
37
],
18
38
"productID" : "consumable.small",
28
48
"description" : "A medium one time donation.",
29
49
"displayName" : "Chip",
30
50
"locale" : "en_US"
51
+ },
52
+ {
53
+ "description" : "一次性中等捐赠。",
54
+ "displayName" : "芯片",
55
+ "locale" : "zh_CN"
56
+ },
57
+ {
58
+ "description" : "一次性的中等量捐贈。",
59
+ "displayName" : "晶片",
60
+ "locale" : "zh_TW"
31
61
}
32
62
],
33
63
"productID" : "consumable.medium",
43
73
"description" : "A large one time donation.",
44
74
"displayName" : "Computer",
45
75
"locale" : "en_US"
76
+ },
77
+ {
78
+ "description" : "一次性大额捐赠。",
79
+ "displayName" : "计算机",
80
+ "locale" : "zh_CN"
81
+ },
82
+ {
83
+ "description" : "一次性的大量捐贈。",
84
+ "displayName" : "電腦",
85
+ "locale" : "zh_TW"
46
86
}
47
87
],
48
88
"productID" : "consumable.large",
106
146
107
147
],
108
148
"version" : {
109
- "major" : 3 ,
149
+ "major" : 4 ,
110
150
"minor" : 0
111
151
}
112
152
}
Original file line number Diff line number Diff line change 2
2
"CFBundleName" = "UTM";
3
3
4
4
/* Privacy - Local Network Usage Description */
5
- "NSLocalNetworkUsageDescription" = "虛擬機器可以取用區域網絡 。UTM 還會使用區域網絡與 AltServer 通訊 。";
5
+ "NSLocalNetworkUsageDescription" = "虛擬機器可能會取用區域網絡 。UTM 也可能會使用區域網絡與本地伺服器通訊 。";
6
6
7
7
/* Privacy - Location Always and When In Use Usage Description */
8
8
"NSLocationAlwaysAndWhenInUseUsageDescription" = "UTM 定期請求位置資料,以確保系統保持背景程序處於啟用狀態。位置資料絕對不會離開裝置。";
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
"CFBundleName" = "UTM";
3
3
4
4
/* Privacy - Local Network Usage Description */
5
- "NSLocalNetworkUsageDescription" = "虚拟机可能会访问本地网络。UTM 还会使用本地网络与 AltServer 通信 。";
5
+ "NSLocalNetworkUsageDescription" = "虚拟机可能会访问本地网络。UTM 也可能会使用本地网络与本地服务器通信 。";
6
6
7
7
/* Privacy - Location Always and When In Use Usage Description */
8
8
"NSLocationAlwaysAndWhenInUseUsageDescription" = "UTM 定期请求位置数据,以确保系统维持后台进程处于活动状态。位置数据永远不会脱离设备。";
You can’t perform that action at this time.
0 commit comments