-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfiguration.storekit
More file actions
64 lines (62 loc) · 1.49 KB
/
Configuration.storekit
File metadata and controls
64 lines (62 loc) · 1.49 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"identifier" : "8A5C5C5A-0000-0000-0000-000000000001",
"nonRenewingSubscriptions" : [
],
"products" : [
{
"displayPrice" : "1.99",
"familyShareable" : false,
"internalID" : "tip.small",
"localizations" : [
{
"description" : "A small tip to support KeeForge",
"displayName" : "Small Tip",
"locale" : "en_US"
}
],
"productID" : "com.keevault.app.tip.small",
"referenceName" : "Small Tip",
"type" : "Consumable"
},
{
"displayPrice" : "4.99",
"familyShareable" : false,
"internalID" : "tip.nice",
"localizations" : [
{
"description" : "A nice tip to support KeeForge",
"displayName" : "Nice Tip",
"locale" : "en_US"
}
],
"productID" : "com.keevault.app.tip.nice",
"referenceName" : "Nice Tip",
"type" : "Consumable"
},
{
"displayPrice" : "9.99",
"familyShareable" : false,
"internalID" : "tip.big",
"localizations" : [
{
"description" : "A big tip to support KeeForge",
"displayName" : "Big Tip",
"locale" : "en_US"
}
],
"productID" : "com.keevault.app.tip.big",
"referenceName" : "Big Tip",
"type" : "Consumable"
}
],
"settings" : {
"_applicationInternalID" : "6759309295",
"_developerTeamID" : "XXXXXXXXXX"
},
"subscriptionGroups" : [
],
"version" : {
"major" : 4,
"minor" : 0
}
}