eas-cli 0.54.0 → 0.55.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +44 -96
- package/build/build/android/build.js +2 -1
- package/build/build/build.d.ts +2 -2
- package/build/build/build.js +9 -3
- package/build/build/context.d.ts +2 -0
- package/build/build/createContext.d.ts +3 -1
- package/build/build/createContext.js +2 -1
- package/build/build/ios/build.js +2 -1
- package/build/build/runBuildAndSubmit.d.ts +2 -0
- package/build/build/runBuildAndSubmit.js +15 -2
- package/build/build/types.d.ts +4 -0
- package/build/build/types.js +6 -1
- package/build/commands/build/index.d.ts +2 -0
- package/build/commands/build/index.js +8 -1
- package/build/commands/metadata/push.js +5 -3
- package/build/commands/update/index.d.ts +1 -0
- package/build/commands/update/index.js +12 -3
- package/build/env.d.ts +11 -0
- package/build/env.js +12 -0
- package/build/graphql/generated.d.ts +15 -0
- package/build/graphql/generated.js +9 -1
- package/build/graphql/mutations/BuildMutation.d.ts +3 -1
- package/build/graphql/mutations/BuildMutation.js +14 -2
- package/build/graphql/queries/WebhookQuery.d.ts +1 -1
- package/build/metadata/apple/config/reader.d.ts +2 -1
- package/build/metadata/apple/config/reader.js +66 -9
- package/build/metadata/apple/config/writer.d.ts +3 -2
- package/build/metadata/apple/config/writer.js +64 -12
- package/build/metadata/apple/data.d.ts +2 -1
- package/build/metadata/apple/tasks/app-review-detail.d.ts +14 -0
- package/build/metadata/apple/tasks/app-review-detail.js +49 -0
- package/build/metadata/apple/tasks/app-version.js +2 -2
- package/build/metadata/apple/tasks/index.js +2 -1
- package/build/metadata/apple/types.d.ts +9 -11
- package/build/metadata/errors.d.ts +5 -0
- package/build/metadata/errors.js +24 -7
- package/build/metadata/upload.d.ts +3 -1
- package/build/metadata/upload.js +14 -3
- package/build/project/android/applicationId.js +4 -0
- package/build/project/publish.js +8 -3
- package/build/project/workflow.js +13 -11
- package/build/submit/utils/files.d.ts +6 -0
- package/build/submit/utils/files.js +16 -3
- package/build/uploads.d.ts +3 -2
- package/build/uploads.js +4 -5
- package/oclif.manifest.json +1 -1
- package/package.json +6 -5
- package/schema/metadata-0.json +988 -0
|
@@ -0,0 +1,988 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-06/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"definitions": {
|
|
5
|
+
"apple": {
|
|
6
|
+
"AppleLocalizedPreviewFolder": {
|
|
7
|
+
"anyOf": [
|
|
8
|
+
{
|
|
9
|
+
"description": "Path to folder containing preview files",
|
|
10
|
+
"type": "string"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"type": "array",
|
|
14
|
+
"uniqueItems": true,
|
|
15
|
+
"items": {
|
|
16
|
+
"type": "string"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
"AppleKidsAge": {
|
|
22
|
+
"enum": [
|
|
23
|
+
"FIVE_AND_UNDER",
|
|
24
|
+
"SIX_TO_EIGHT",
|
|
25
|
+
"NINE_TO_ELEVEN"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"AppleRating": {
|
|
29
|
+
"enum": [
|
|
30
|
+
"NONE",
|
|
31
|
+
"INFREQUENT_OR_MILD",
|
|
32
|
+
"FREQUENT_OR_INTENSE"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"AppleCategory": {
|
|
36
|
+
"type": "array",
|
|
37
|
+
"description": "App Store categories for the app, can add up to two categories. The first item in this list is the primary category, the second is the secondary and optional category. `STICKERS` and `GAMES` categories can add up to two additional subcategories, written as nested array.",
|
|
38
|
+
"markdownDescription": "App Store categories for the app, can add up to two categories. The first item in this list is the primary category, the second is the secondary and optional category. `STICKERS` and `GAMES` categories can add up to two additional subcategories, written as nested array. E.g.\n\n- `[\"SPORTS\"]`\n- `[\"SPORTS\", \"LIFESTYLE\"]`\n- `[[\"GAMES\", \"GAMES_CARD\"], \"ENTERTAINMENT\"]`\n- `[\"GAMES\", \"WEATHER\"]`",
|
|
39
|
+
"minItems": 1,
|
|
40
|
+
"maxItems": 2,
|
|
41
|
+
"uniqueItems": true,
|
|
42
|
+
"defaultSnippets": [
|
|
43
|
+
{
|
|
44
|
+
"label": "Basic categories",
|
|
45
|
+
"description": "Add two simple categories",
|
|
46
|
+
"body": [
|
|
47
|
+
"$1",
|
|
48
|
+
"$2"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"label": "Category with subcategories",
|
|
53
|
+
"description": "Add a category containing subcategories",
|
|
54
|
+
"body": [
|
|
55
|
+
[
|
|
56
|
+
"${1|GAMES,STICKERS|}",
|
|
57
|
+
"$3",
|
|
58
|
+
"$4"
|
|
59
|
+
]
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"items": {
|
|
64
|
+
"oneOf": [
|
|
65
|
+
{
|
|
66
|
+
"$ref": "#/definitions/apple/AppleCategory/categories/root"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"$ref": "#/definitions/apple/AppleCategory/categories/parent"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"type": "array",
|
|
73
|
+
"description": "The GAMES category can have additional subcategories",
|
|
74
|
+
"minItems": 1,
|
|
75
|
+
"maxItems": 3,
|
|
76
|
+
"uniqueItems": true,
|
|
77
|
+
"items": [
|
|
78
|
+
{
|
|
79
|
+
"const": "GAMES"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"$ref": "#/definitions/apple/AppleCategory/categories/games"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"$ref": "#/definitions/apple/AppleCategory/categories/games"
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"type": "array",
|
|
91
|
+
"description": "The STICKERS category can have additional subcategories",
|
|
92
|
+
"minItems": 1,
|
|
93
|
+
"maxItems": 3,
|
|
94
|
+
"uniqueItems": true,
|
|
95
|
+
"items": [
|
|
96
|
+
{
|
|
97
|
+
"const": "STICKERS"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"$ref": "#/definitions/apple/AppleCategory/categories/stickers"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"$ref": "#/definitions/apple/AppleCategory/categories/stickers"
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
"categories": {
|
|
110
|
+
"root": {
|
|
111
|
+
"enum": [
|
|
112
|
+
"BUSINESS",
|
|
113
|
+
"SOCIAL_NETWORKING",
|
|
114
|
+
"MEDICAL",
|
|
115
|
+
"FOOD_AND_DRINK",
|
|
116
|
+
"EDUCATION",
|
|
117
|
+
"BOOKS",
|
|
118
|
+
"SPORTS",
|
|
119
|
+
"FINANCE",
|
|
120
|
+
"REFERENCE",
|
|
121
|
+
"GRAPHICS_AND_DESIGN",
|
|
122
|
+
"DEVELOPER_TOOLS",
|
|
123
|
+
"HEALTH_AND_FITNESS",
|
|
124
|
+
"MUSIC",
|
|
125
|
+
"WEATHER",
|
|
126
|
+
"TRAVEL",
|
|
127
|
+
"ENTERTAINMENT",
|
|
128
|
+
"LIFESTYLE",
|
|
129
|
+
"MAGAZINES_AND_NEWSPAPERS",
|
|
130
|
+
"UTILITIES",
|
|
131
|
+
"SHOPPING",
|
|
132
|
+
"PRODUCTIVITY",
|
|
133
|
+
"NEWS",
|
|
134
|
+
"PHOTO_AND_VIDEO",
|
|
135
|
+
"NAVIGATION"
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
"parent": {
|
|
139
|
+
"enum": [
|
|
140
|
+
"GAMES",
|
|
141
|
+
"STICKERS"
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
"games": {
|
|
145
|
+
"enum": [
|
|
146
|
+
"GAMES_SPORTS",
|
|
147
|
+
"GAMES_WORD",
|
|
148
|
+
"GAMES_MUSIC",
|
|
149
|
+
"GAMES_ADVENTURE",
|
|
150
|
+
"GAMES_ACTION",
|
|
151
|
+
"GAMES_ROLE_PLAYING",
|
|
152
|
+
"GAMES_CASUAL",
|
|
153
|
+
"GAMES_BOARD",
|
|
154
|
+
"GAMES_TRIVIA",
|
|
155
|
+
"GAMES_CARD",
|
|
156
|
+
"GAMES_PUZZLE",
|
|
157
|
+
"GAMES_CASINO",
|
|
158
|
+
"GAMES_STRATEGY",
|
|
159
|
+
"GAMES_SIMULATION",
|
|
160
|
+
"GAMES_RACING",
|
|
161
|
+
"GAMES_FAMILY"
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
"stickers": {
|
|
165
|
+
"enum": [
|
|
166
|
+
"STICKERS_PLACES_AND_OBJECTS",
|
|
167
|
+
"STICKERS_EMOJI_AND_EXPRESSIONS",
|
|
168
|
+
"STICKERS_CELEBRATIONS",
|
|
169
|
+
"STICKERS_CELEBRITIES",
|
|
170
|
+
"STICKERS_MOVIES_AND_TV",
|
|
171
|
+
"STICKERS_SPORTS_AND_ACTIVITIES",
|
|
172
|
+
"STICKERS_EATING_AND_DRINKING",
|
|
173
|
+
"STICKERS_CHARACTERS",
|
|
174
|
+
"STICKERS_ANIMALS",
|
|
175
|
+
"STICKERS_FASHION",
|
|
176
|
+
"STICKERS_ART",
|
|
177
|
+
"STICKERS_GAMING",
|
|
178
|
+
"STICKERS_KIDS_AND_FAMILY",
|
|
179
|
+
"STICKERS_PEOPLE",
|
|
180
|
+
"STICKERS_MUSIC"
|
|
181
|
+
]
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"AppleInfo": {
|
|
186
|
+
"type": "object",
|
|
187
|
+
"additionalProperties": false,
|
|
188
|
+
"required": [
|
|
189
|
+
"title",
|
|
190
|
+
"privacyPolicyUrl"
|
|
191
|
+
],
|
|
192
|
+
"defaultSnippets": [
|
|
193
|
+
{
|
|
194
|
+
"label": "Basic",
|
|
195
|
+
"description": "Create the minimum required locale properties",
|
|
196
|
+
"body": {
|
|
197
|
+
"title": "${1:App title}",
|
|
198
|
+
"privacyPolicyUrl": "https://${3:www.}"
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"label": "Full",
|
|
203
|
+
"description": "Create all available locale properties",
|
|
204
|
+
"body": {
|
|
205
|
+
"title": "${1:App title}",
|
|
206
|
+
"subtitle": "${2:Subtitle for your app}",
|
|
207
|
+
"description": "${3:A longer description of what your app does}",
|
|
208
|
+
"keywords": [
|
|
209
|
+
"${4:keyword}"
|
|
210
|
+
],
|
|
211
|
+
"releaseNotes": "${5:Bug fixes and improved stability}",
|
|
212
|
+
"promoText": "${6:Short tagline for your app}",
|
|
213
|
+
"marketingUrl": "https://${7:www.}",
|
|
214
|
+
"supportUrl": "https://${8:www.}",
|
|
215
|
+
"privacyPolicyUrl": "https://${9:www.}",
|
|
216
|
+
"privacyChoicesUrl": "https://${10:www.}"
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"properties": {
|
|
221
|
+
"title": {
|
|
222
|
+
"type": "string",
|
|
223
|
+
"description": "Name of the app in the store. This should be similar to the installed app name.",
|
|
224
|
+
"minLength": 2,
|
|
225
|
+
"maxLength": 30,
|
|
226
|
+
"meta": {
|
|
227
|
+
"storeInfo": "The name will be reviewed before it is made available on the App Store."
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"subtitle": {
|
|
231
|
+
"type": "string",
|
|
232
|
+
"description": "Subtext for the app. Example: 'A Fun Game For Friends'",
|
|
233
|
+
"maxLength": 30,
|
|
234
|
+
"meta": {
|
|
235
|
+
"storeInfo": "The subtitle will be reviewed before it is made available on the App Store."
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"description": {
|
|
239
|
+
"type": "string",
|
|
240
|
+
"description": "Main description of what the app does",
|
|
241
|
+
"minLength": 10,
|
|
242
|
+
"maxLength": 4000,
|
|
243
|
+
"meta": {
|
|
244
|
+
"versioned": true,
|
|
245
|
+
"liveEdits": true
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
"keywords": {
|
|
249
|
+
"type": "array",
|
|
250
|
+
"description": "List of keywords to help users find the app in the App Store",
|
|
251
|
+
"uniqueItems": true,
|
|
252
|
+
"items": {
|
|
253
|
+
"maxLength": 100,
|
|
254
|
+
"type": "string"
|
|
255
|
+
},
|
|
256
|
+
"meta": {
|
|
257
|
+
"versioned": true
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
"releaseNotes": {
|
|
261
|
+
"type": "string",
|
|
262
|
+
"description": "Changes since the last public version",
|
|
263
|
+
"maxLength": 4000,
|
|
264
|
+
"meta": {
|
|
265
|
+
"versioned": true,
|
|
266
|
+
"liveEdits": true
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"promoText": {
|
|
270
|
+
"type": "string",
|
|
271
|
+
"description": "Short tagline for the app",
|
|
272
|
+
"maxLength": 170,
|
|
273
|
+
"meta": {
|
|
274
|
+
"versioned": true,
|
|
275
|
+
"liveEdits": true,
|
|
276
|
+
"aso": false
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
"marketingUrl": {
|
|
280
|
+
"type": "string",
|
|
281
|
+
"description": "URL to the app marketing page",
|
|
282
|
+
"maxLength": 255,
|
|
283
|
+
"meta": {
|
|
284
|
+
"versioned": true,
|
|
285
|
+
"liveEdits": true
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
"supportUrl": {
|
|
289
|
+
"type": "string",
|
|
290
|
+
"description": "URL to the app support page",
|
|
291
|
+
"maxLength": 255,
|
|
292
|
+
"meta": {
|
|
293
|
+
"versioned": true,
|
|
294
|
+
"liveEdits": true
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
"privacyPolicyText": {
|
|
298
|
+
"type": "string",
|
|
299
|
+
"description": "Privacy policy for Apple TV"
|
|
300
|
+
},
|
|
301
|
+
"privacyPolicyUrl": {
|
|
302
|
+
"type": "string",
|
|
303
|
+
"description": "A URL that links to your privacy policy. A privacy policy is required for all apps.",
|
|
304
|
+
"maxLength": 255,
|
|
305
|
+
"meta": {
|
|
306
|
+
"versioned": true,
|
|
307
|
+
"liveEdits": true
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
"privacyChoicesUrl": {
|
|
311
|
+
"type": "string",
|
|
312
|
+
"description": "A URL where users can modify and delete the data collected from the app, or decide how their data is used and shared.",
|
|
313
|
+
"maxLength": 255,
|
|
314
|
+
"meta": {
|
|
315
|
+
"versioned": true,
|
|
316
|
+
"liveEdits": true,
|
|
317
|
+
"optional": true
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"AppleAdvisory": {
|
|
323
|
+
"type": "object",
|
|
324
|
+
"additionalProperties": false,
|
|
325
|
+
"required": [
|
|
326
|
+
"alcoholTobaccoOrDrugUseOrReferences",
|
|
327
|
+
"contests",
|
|
328
|
+
"gamblingSimulated",
|
|
329
|
+
"horrorOrFearThemes",
|
|
330
|
+
"matureOrSuggestiveThemes",
|
|
331
|
+
"medicalOrTreatmentInformation",
|
|
332
|
+
"profanityOrCrudeHumor",
|
|
333
|
+
"sexualContentGraphicAndNudity",
|
|
334
|
+
"sexualContentOrNudity",
|
|
335
|
+
"violenceCartoonOrFantasy",
|
|
336
|
+
"violenceRealistic",
|
|
337
|
+
"violenceRealisticProlongedGraphicOrSadistic",
|
|
338
|
+
"gambling",
|
|
339
|
+
"unrestrictedWebAccess",
|
|
340
|
+
"kidsAgeBand",
|
|
341
|
+
"seventeenPlus"
|
|
342
|
+
],
|
|
343
|
+
"defaultSnippets": [
|
|
344
|
+
{
|
|
345
|
+
"label": "Basic",
|
|
346
|
+
"description": "Create an advisory that disables all age-rated properties, for when your app does nothing",
|
|
347
|
+
"body": {
|
|
348
|
+
"alcoholTobaccoOrDrugUseOrReferences": "NONE",
|
|
349
|
+
"contests": "NONE",
|
|
350
|
+
"gamblingSimulated": "NONE",
|
|
351
|
+
"horrorOrFearThemes": "NONE",
|
|
352
|
+
"matureOrSuggestiveThemes": "NONE",
|
|
353
|
+
"medicalOrTreatmentInformation": "NONE",
|
|
354
|
+
"profanityOrCrudeHumor": "NONE",
|
|
355
|
+
"sexualContentGraphicAndNudity": "NONE",
|
|
356
|
+
"sexualContentOrNudity": "NONE",
|
|
357
|
+
"violenceCartoonOrFantasy": "NONE",
|
|
358
|
+
"violenceRealistic": "NONE",
|
|
359
|
+
"violenceRealisticProlongedGraphicOrSadistic": "NONE",
|
|
360
|
+
"gambling": false,
|
|
361
|
+
"unrestrictedWebAccess": false,
|
|
362
|
+
"kidsAgeBand": null,
|
|
363
|
+
"seventeenPlus": false
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"label": "Full",
|
|
368
|
+
"description": "Create an advisory that enables some of the age-rated properties",
|
|
369
|
+
"body": {
|
|
370
|
+
"alcoholTobaccoOrDrugUseOrReferences": "${1|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
|
|
371
|
+
"contests": "${2|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
|
|
372
|
+
"gamblingSimulated": "${3|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
|
|
373
|
+
"horrorOrFearThemes": "${4|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
|
|
374
|
+
"matureOrSuggestiveThemes": "${5|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
|
|
375
|
+
"medicalOrTreatmentInformation": "${6|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
|
|
376
|
+
"profanityOrCrudeHumor": "${7|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
|
|
377
|
+
"sexualContentGraphicAndNudity": "${8|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
|
|
378
|
+
"sexualContentOrNudity": "${9|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
|
|
379
|
+
"violenceCartoonOrFantasy": "${10|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
|
|
380
|
+
"violenceRealistic": "${11|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
|
|
381
|
+
"violenceRealisticProlongedGraphicOrSadistic": "${12|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
|
|
382
|
+
"unrestrictedWebAccess": false,
|
|
383
|
+
"gambling": false,
|
|
384
|
+
"kidsAgeBand": null,
|
|
385
|
+
"seventeenPlus": false
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
],
|
|
389
|
+
"properties": {
|
|
390
|
+
"alcoholTobaccoOrDrugUseOrReferences": {
|
|
391
|
+
"$ref": "#/definitions/apple/AppleRating",
|
|
392
|
+
"description": "Does the app contain alcohol, tobacco, or drug use or references?"
|
|
393
|
+
},
|
|
394
|
+
"contests": {
|
|
395
|
+
"$ref": "#/definitions/apple/AppleRating",
|
|
396
|
+
"description": "Does the app contain contests?"
|
|
397
|
+
},
|
|
398
|
+
"gamblingSimulated": {
|
|
399
|
+
"$ref": "#/definitions/apple/AppleRating",
|
|
400
|
+
"description": "Does the app contain simulated gambling?"
|
|
401
|
+
},
|
|
402
|
+
"medicalOrTreatmentInformation": {
|
|
403
|
+
"$ref": "#/definitions/apple/AppleRating",
|
|
404
|
+
"description": "Does the app contain medical or treatment information?"
|
|
405
|
+
},
|
|
406
|
+
"profanityOrCrudeHumor": {
|
|
407
|
+
"$ref": "#/definitions/apple/AppleRating",
|
|
408
|
+
"description": "Does the app contain profanity or crude humor?"
|
|
409
|
+
},
|
|
410
|
+
"sexualContentGraphicAndNudity": {
|
|
411
|
+
"$ref": "#/definitions/apple/AppleRating",
|
|
412
|
+
"description": "Does the app contain graphic sexual content and nudity?"
|
|
413
|
+
},
|
|
414
|
+
"sexualContentOrNudity": {
|
|
415
|
+
"$ref": "#/definitions/apple/AppleRating",
|
|
416
|
+
"description": "Does the app contain sexual content or nudity?"
|
|
417
|
+
},
|
|
418
|
+
"horrorOrFearThemes": {
|
|
419
|
+
"$ref": "#/definitions/apple/AppleRating",
|
|
420
|
+
"description": "Does the app contain horror or fear themes?"
|
|
421
|
+
},
|
|
422
|
+
"matureOrSuggestiveThemes": {
|
|
423
|
+
"$ref": "#/definitions/apple/AppleRating",
|
|
424
|
+
"description": "Does the app contain mature or suggestive themes?"
|
|
425
|
+
},
|
|
426
|
+
"violenceCartoonOrFantasy": {
|
|
427
|
+
"$ref": "#/definitions/apple/AppleRating",
|
|
428
|
+
"description": "Does the app contain cartoon or fantasy violence?"
|
|
429
|
+
},
|
|
430
|
+
"violenceRealisticProlongedGraphicOrSadistic": {
|
|
431
|
+
"$ref": "#/definitions/apple/AppleRating",
|
|
432
|
+
"description": "Does the app contain prolonged graphic or sadistic realistic violence?"
|
|
433
|
+
},
|
|
434
|
+
"violenceRealistic": {
|
|
435
|
+
"$ref": "#/definitions/apple/AppleRating",
|
|
436
|
+
"description": "Does the app contain realistic violence?"
|
|
437
|
+
},
|
|
438
|
+
"unrestrictedWebAccess": {
|
|
439
|
+
"type": "boolean",
|
|
440
|
+
"description": "Does your app contain unrestricted web access, such as with an embedded browser?"
|
|
441
|
+
},
|
|
442
|
+
"gambling": {
|
|
443
|
+
"type": "boolean",
|
|
444
|
+
"description": "Does your app contain gambling?"
|
|
445
|
+
},
|
|
446
|
+
"kidsAgeBand": {
|
|
447
|
+
"oneOf": [
|
|
448
|
+
{
|
|
449
|
+
"type": "null"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"$ref": "#/definitions/apple/AppleKidsAge"
|
|
453
|
+
}
|
|
454
|
+
],
|
|
455
|
+
"description": "When parents visit the Kids category on the App Store, they expect the apps they find will protect their children’s data, provide only age-appropriate content, and require a parental gate in order to link out of the app, request permissions, or present purchasing opportunities. It’s critical that no personally identifiable information or device information be transmitted to third parties, and that advertisements are human-reviewed for age appropriateness in order to be displayed.\n@see https://developer.apple.com/news/?id=091202019a",
|
|
456
|
+
"markdownDescription": "When parents visit the Kids category on the App Store, they expect the apps they find will protect their children’s data, provide only age-appropriate content, and require a parental gate in order to link out of the app, request permissions, or present purchasing opportunities. It’s critical that no personally identifiable information or device information be transmitted to third parties, and that advertisements are human-reviewed for age appropriateness in order to be displayed.\n\n[Learn more](https://developer.apple.com/news/?id=091202019a)"
|
|
457
|
+
},
|
|
458
|
+
"seventeenPlus": {
|
|
459
|
+
"type": "boolean",
|
|
460
|
+
"description": "If your app rates 12+ or lower, and you believe its content may not be suitable for children under 17, you can manually set the age rating to 17+.\n@see https://help.apple.com/app-store-connect/#/dev599d50efb",
|
|
461
|
+
"markdownDescription": "If your app rates 12+ or lower, and you believe its content may not be suitable for children under 17, you can manually set the age rating to 17+.\n\n[Learn more](https://help.apple.com/app-store-connect/#/dev599d50efb)"
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
"AppleRelease": {
|
|
466
|
+
"type": "object",
|
|
467
|
+
"additionalProperties": false,
|
|
468
|
+
"defaultSnippets": [
|
|
469
|
+
{
|
|
470
|
+
"body": {
|
|
471
|
+
"automaticRelease": true,
|
|
472
|
+
"usesThirdPartyContent": false,
|
|
473
|
+
"usesNonExemptEncryption": false
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
],
|
|
477
|
+
"properties": {
|
|
478
|
+
"autoReleaseDate": {
|
|
479
|
+
"description": "ISO Date to release the app automatically. Leave undefined to manually release the app to the public.",
|
|
480
|
+
"defaultSnippets": [
|
|
481
|
+
{
|
|
482
|
+
"body": "$CURRENT_YEAR-${1:$CURRENT_MONTH}-${2:$CURRENT_DATE}"
|
|
483
|
+
}
|
|
484
|
+
],
|
|
485
|
+
"anyOf": [
|
|
486
|
+
{
|
|
487
|
+
"type": "string",
|
|
488
|
+
"format": "date-time"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"type": "string",
|
|
492
|
+
"format": "date"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"type": "number"
|
|
496
|
+
}
|
|
497
|
+
]
|
|
498
|
+
},
|
|
499
|
+
"isPhasedReleaseEnabled": {
|
|
500
|
+
"type": "boolean",
|
|
501
|
+
"description": "Release update over 7-day period instead of instantly.",
|
|
502
|
+
"meta": {
|
|
503
|
+
"storeInfo": "Phased release for automatic updates lets you gradually release this update over a 7-day period to users who have turned on automatic updates. Keep in mind that this version will still be available to all users as a manual update from the App Store. You can pause the phased release for up to 30 days or release this update to all users at any time. [Learn More](https://help.apple.com/app-store-connect/#/dev3d65fcee1)."
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
"shouldResetRatings": {
|
|
507
|
+
"type": "boolean",
|
|
508
|
+
"description": "Should App Store ratings be reset for this version of the app.",
|
|
509
|
+
"meta": {
|
|
510
|
+
"storeInfo": "You can reset your app’s summary rating for all countries or regions when you release this version. Keep in mind that once this version is released, you won’t be able to restore the rating. Your app’s existing customer reviews will still appear on the App Store."
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
"usesThirdPartyContent": {
|
|
514
|
+
"type": "boolean"
|
|
515
|
+
},
|
|
516
|
+
"automaticRelease": {
|
|
517
|
+
"type": "boolean",
|
|
518
|
+
"description": "Should the app automatically be released when approved by App Store review."
|
|
519
|
+
},
|
|
520
|
+
"usesNonExemptEncryption": {
|
|
521
|
+
"type": "boolean",
|
|
522
|
+
"description": "Alternative to setting `ITSAppUsesNonExemptEncryption` in the binary's `Info.plist`."
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
"AppleReview": {
|
|
527
|
+
"type": "object",
|
|
528
|
+
"description": "Info provided to the App Store review team to help them understand how to use your app.",
|
|
529
|
+
"required": [
|
|
530
|
+
"firstName",
|
|
531
|
+
"lastName",
|
|
532
|
+
"email",
|
|
533
|
+
"phone"
|
|
534
|
+
],
|
|
535
|
+
"defaultSnippets": [
|
|
536
|
+
{
|
|
537
|
+
"label": "Basic",
|
|
538
|
+
"description": "Only define the contact details in case communcation is needed with the App Store review team.",
|
|
539
|
+
"body": {
|
|
540
|
+
"firstName": "$1",
|
|
541
|
+
"lastName": "$2",
|
|
542
|
+
"email": "$3",
|
|
543
|
+
"phone": "+$4"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"label": "Full",
|
|
548
|
+
"description": "Define the demo account credentials, additional info, and contact details for the App Store review team.",
|
|
549
|
+
"body": {
|
|
550
|
+
"firstName": "$1",
|
|
551
|
+
"lastName": "$2",
|
|
552
|
+
"email": "$3",
|
|
553
|
+
"phone": "+$4",
|
|
554
|
+
"demoUsername": "$5",
|
|
555
|
+
"demoPassword": "$6",
|
|
556
|
+
"demoRequired": true,
|
|
557
|
+
"notes": "$7"
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
],
|
|
561
|
+
"properties": {
|
|
562
|
+
"firstName": {
|
|
563
|
+
"type": "string",
|
|
564
|
+
"description": "First name of contact in case communication is needed with the App Store review team.",
|
|
565
|
+
"minLength": 1
|
|
566
|
+
},
|
|
567
|
+
"lastName": {
|
|
568
|
+
"type": "string",
|
|
569
|
+
"description": "Last name of contact in case communication is needed with the App Store review team.",
|
|
570
|
+
"minLength": 1
|
|
571
|
+
},
|
|
572
|
+
"email": {
|
|
573
|
+
"type": "string",
|
|
574
|
+
"description": "Email address of contact in case communication is needed with the App Store review team.",
|
|
575
|
+
"format": "email"
|
|
576
|
+
},
|
|
577
|
+
"phone": {
|
|
578
|
+
"type": "string",
|
|
579
|
+
"description": "Phone number of contact in case communication is needed with the App Store review team. Preface the phone number with ‘+’ followed by the country code (for example, +44 844 209 0611)"
|
|
580
|
+
},
|
|
581
|
+
"demoUsername": {
|
|
582
|
+
"type": "string",
|
|
583
|
+
"description": "The user name to sign in to your app to review its features."
|
|
584
|
+
},
|
|
585
|
+
"demoPassword": {
|
|
586
|
+
"type": "string",
|
|
587
|
+
"description": "The password to sign in to your app to review its features."
|
|
588
|
+
},
|
|
589
|
+
"demoRequired": {
|
|
590
|
+
"type": "boolean",
|
|
591
|
+
"description": "A Boolean value that indicates if sign-in information is required to review all the features of your app. If users sign in using social media, provide information for an account for review. Credentials must be valid and active for duration of review.",
|
|
592
|
+
"markdownDescription": "A Boolean value that indicates if sign-in information is required to review all the features of your app. If users sign in using social media, provide information for an account for review.\n\n**Credentials must be valid and active for duration of review.**"
|
|
593
|
+
},
|
|
594
|
+
"notes": {
|
|
595
|
+
"type": "string",
|
|
596
|
+
"description": "Additional information about your app that can help during the review process. Do not include demo account details.",
|
|
597
|
+
"markdownDescription": "Additional information about your app that can help during the review process.\n\n**Do not include demo account details.**",
|
|
598
|
+
"minLength": 2,
|
|
599
|
+
"maxLength": 4000
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"AppleConfig": {
|
|
605
|
+
"type": "object",
|
|
606
|
+
"description": "Configuration that is specific to the Apple App Store.",
|
|
607
|
+
"additionalProperties": false,
|
|
608
|
+
"properties": {
|
|
609
|
+
"advisory": {
|
|
610
|
+
"$ref": "#/definitions/apple/AppleAdvisory"
|
|
611
|
+
},
|
|
612
|
+
"categories": {
|
|
613
|
+
"$ref": "#/definitions/apple/AppleCategory"
|
|
614
|
+
},
|
|
615
|
+
"copyright": {
|
|
616
|
+
"type": "string",
|
|
617
|
+
"description": "The updated company copyright. Example: 2021 Evan Bacon",
|
|
618
|
+
"defaultSnippets": [
|
|
619
|
+
{
|
|
620
|
+
"body": "$CURRENT_YEAR ${1:name}"
|
|
621
|
+
}
|
|
622
|
+
],
|
|
623
|
+
"meta": {
|
|
624
|
+
"versioned": true,
|
|
625
|
+
"liveEdits": true,
|
|
626
|
+
"storeInfo": "The name of the person or entity that owns the exclusive rights to your app, preceded by the year the rights were obtained (for example, \"2008 Acme Inc.\"). Do not provide a URL."
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
"info": {
|
|
630
|
+
"description": "Localized core app info",
|
|
631
|
+
"type": "object",
|
|
632
|
+
"additionalProperties": false,
|
|
633
|
+
"properties": {
|
|
634
|
+
"ar-SA": {
|
|
635
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
636
|
+
"description": "Arabic"
|
|
637
|
+
},
|
|
638
|
+
"ca": {
|
|
639
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
640
|
+
"description": "Catalan"
|
|
641
|
+
},
|
|
642
|
+
"zh-Hans": {
|
|
643
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
644
|
+
"description": "Chinese (Simplified)"
|
|
645
|
+
},
|
|
646
|
+
"zh-Hant": {
|
|
647
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
648
|
+
"description": "Chinese (Traditional)"
|
|
649
|
+
},
|
|
650
|
+
"hr": {
|
|
651
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
652
|
+
"description": "Croatian"
|
|
653
|
+
},
|
|
654
|
+
"cs": {
|
|
655
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
656
|
+
"description": "Czech"
|
|
657
|
+
},
|
|
658
|
+
"da": {
|
|
659
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
660
|
+
"description": "Danish"
|
|
661
|
+
},
|
|
662
|
+
"nl-NL": {
|
|
663
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
664
|
+
"description": "Dutch"
|
|
665
|
+
},
|
|
666
|
+
"en-AU": {
|
|
667
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
668
|
+
"description": "English (Australia)"
|
|
669
|
+
},
|
|
670
|
+
"en-CA": {
|
|
671
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
672
|
+
"description": "English (Canada)"
|
|
673
|
+
},
|
|
674
|
+
"en-GB": {
|
|
675
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
676
|
+
"description": "English (U.K.)"
|
|
677
|
+
},
|
|
678
|
+
"en-US": {
|
|
679
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
680
|
+
"description": "English (U.S.)"
|
|
681
|
+
},
|
|
682
|
+
"fi": {
|
|
683
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
684
|
+
"description": "Finnish"
|
|
685
|
+
},
|
|
686
|
+
"fr-FR": {
|
|
687
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
688
|
+
"description": "French"
|
|
689
|
+
},
|
|
690
|
+
"fr-CA": {
|
|
691
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
692
|
+
"description": "French (Canada)"
|
|
693
|
+
},
|
|
694
|
+
"de-DE": {
|
|
695
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
696
|
+
"description": "German"
|
|
697
|
+
},
|
|
698
|
+
"el": {
|
|
699
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
700
|
+
"description": "Greek"
|
|
701
|
+
},
|
|
702
|
+
"he": {
|
|
703
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
704
|
+
"description": "Hebrew"
|
|
705
|
+
},
|
|
706
|
+
"hi": {
|
|
707
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
708
|
+
"description": "Hindi"
|
|
709
|
+
},
|
|
710
|
+
"hu": {
|
|
711
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
712
|
+
"description": "Hungarian"
|
|
713
|
+
},
|
|
714
|
+
"id": {
|
|
715
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
716
|
+
"description": "Indonesian"
|
|
717
|
+
},
|
|
718
|
+
"it": {
|
|
719
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
720
|
+
"description": "Italian"
|
|
721
|
+
},
|
|
722
|
+
"ja": {
|
|
723
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
724
|
+
"description": "Japanese"
|
|
725
|
+
},
|
|
726
|
+
"ko": {
|
|
727
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
728
|
+
"description": "Korean"
|
|
729
|
+
},
|
|
730
|
+
"ms": {
|
|
731
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
732
|
+
"description": "Malay"
|
|
733
|
+
},
|
|
734
|
+
"no": {
|
|
735
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
736
|
+
"description": "Norwegian"
|
|
737
|
+
},
|
|
738
|
+
"pl": {
|
|
739
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
740
|
+
"description": "Polish"
|
|
741
|
+
},
|
|
742
|
+
"pt-BR": {
|
|
743
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
744
|
+
"description": "Portuguese (Brazil)"
|
|
745
|
+
},
|
|
746
|
+
"pt-PT": {
|
|
747
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
748
|
+
"description": "Portuguese (Portugal)"
|
|
749
|
+
},
|
|
750
|
+
"ro": {
|
|
751
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
752
|
+
"description": "Romanian"
|
|
753
|
+
},
|
|
754
|
+
"ru": {
|
|
755
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
756
|
+
"description": "Russian"
|
|
757
|
+
},
|
|
758
|
+
"sk": {
|
|
759
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
760
|
+
"description": "Slovak"
|
|
761
|
+
},
|
|
762
|
+
"es-MX": {
|
|
763
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
764
|
+
"description": "Spanish (Mexico)"
|
|
765
|
+
},
|
|
766
|
+
"es-ES": {
|
|
767
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
768
|
+
"description": "Spanish (Spain)"
|
|
769
|
+
},
|
|
770
|
+
"sv": {
|
|
771
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
772
|
+
"description": "Swedish"
|
|
773
|
+
},
|
|
774
|
+
"th": {
|
|
775
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
776
|
+
"description": "Thai"
|
|
777
|
+
},
|
|
778
|
+
"tr": {
|
|
779
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
780
|
+
"description": "Turkish"
|
|
781
|
+
},
|
|
782
|
+
"uk": {
|
|
783
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
784
|
+
"description": "Ukrainian"
|
|
785
|
+
},
|
|
786
|
+
"vi": {
|
|
787
|
+
"$ref": "#/definitions/apple/AppleInfo",
|
|
788
|
+
"description": "Vietnamese"
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
},
|
|
792
|
+
"preview": {
|
|
793
|
+
"anyOf": [
|
|
794
|
+
{
|
|
795
|
+
"description": "Path to localized folders containing preview files",
|
|
796
|
+
"type": "string"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"description": "Localized previews object. Ex: `\"en-US\": [\"image.png\"]`",
|
|
800
|
+
"type": "object",
|
|
801
|
+
"additionalProperties": false,
|
|
802
|
+
"properties": {
|
|
803
|
+
"ar-SA": {
|
|
804
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
805
|
+
"description": "Arabic"
|
|
806
|
+
},
|
|
807
|
+
"ca": {
|
|
808
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
809
|
+
"description": "Catalan"
|
|
810
|
+
},
|
|
811
|
+
"zh-Hans": {
|
|
812
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
813
|
+
"description": "Chinese (Simplified)"
|
|
814
|
+
},
|
|
815
|
+
"zh-Hant": {
|
|
816
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
817
|
+
"description": "Chinese (Traditional)"
|
|
818
|
+
},
|
|
819
|
+
"hr": {
|
|
820
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
821
|
+
"description": "Croatian"
|
|
822
|
+
},
|
|
823
|
+
"cs": {
|
|
824
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
825
|
+
"description": "Czech"
|
|
826
|
+
},
|
|
827
|
+
"da": {
|
|
828
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
829
|
+
"description": "Danish"
|
|
830
|
+
},
|
|
831
|
+
"nl-NL": {
|
|
832
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
833
|
+
"description": "Dutch"
|
|
834
|
+
},
|
|
835
|
+
"en-AU": {
|
|
836
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
837
|
+
"description": "English (Australia)"
|
|
838
|
+
},
|
|
839
|
+
"en-CA": {
|
|
840
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
841
|
+
"description": "English (Canada)"
|
|
842
|
+
},
|
|
843
|
+
"en-GB": {
|
|
844
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
845
|
+
"description": "English (U.K.)"
|
|
846
|
+
},
|
|
847
|
+
"en-US": {
|
|
848
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
849
|
+
"description": "English (U.S.)"
|
|
850
|
+
},
|
|
851
|
+
"fi": {
|
|
852
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
853
|
+
"description": "Finnish"
|
|
854
|
+
},
|
|
855
|
+
"fr-FR": {
|
|
856
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
857
|
+
"description": "French"
|
|
858
|
+
},
|
|
859
|
+
"fr-CA": {
|
|
860
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
861
|
+
"description": "French (Canada)"
|
|
862
|
+
},
|
|
863
|
+
"de-DE": {
|
|
864
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
865
|
+
"description": "German"
|
|
866
|
+
},
|
|
867
|
+
"el": {
|
|
868
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
869
|
+
"description": "Greek"
|
|
870
|
+
},
|
|
871
|
+
"he": {
|
|
872
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
873
|
+
"description": "Hebrew"
|
|
874
|
+
},
|
|
875
|
+
"hi": {
|
|
876
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
877
|
+
"description": "Hindi"
|
|
878
|
+
},
|
|
879
|
+
"hu": {
|
|
880
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
881
|
+
"description": "Hungarian"
|
|
882
|
+
},
|
|
883
|
+
"id": {
|
|
884
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
885
|
+
"description": "Indonesian"
|
|
886
|
+
},
|
|
887
|
+
"it": {
|
|
888
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
889
|
+
"description": "Italian"
|
|
890
|
+
},
|
|
891
|
+
"ja": {
|
|
892
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
893
|
+
"description": "Japanese"
|
|
894
|
+
},
|
|
895
|
+
"ko": {
|
|
896
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
897
|
+
"description": "Korean"
|
|
898
|
+
},
|
|
899
|
+
"ms": {
|
|
900
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
901
|
+
"description": "Malay"
|
|
902
|
+
},
|
|
903
|
+
"no": {
|
|
904
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
905
|
+
"description": "Norwegian"
|
|
906
|
+
},
|
|
907
|
+
"pl": {
|
|
908
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
909
|
+
"description": "Polish"
|
|
910
|
+
},
|
|
911
|
+
"pt-BR": {
|
|
912
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
913
|
+
"description": "Portuguese (Brazil)"
|
|
914
|
+
},
|
|
915
|
+
"pt-PT": {
|
|
916
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
917
|
+
"description": "Portuguese (Portugal)"
|
|
918
|
+
},
|
|
919
|
+
"ro": {
|
|
920
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
921
|
+
"description": "Romanian"
|
|
922
|
+
},
|
|
923
|
+
"ru": {
|
|
924
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
925
|
+
"description": "Russian"
|
|
926
|
+
},
|
|
927
|
+
"sk": {
|
|
928
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
929
|
+
"description": "Slovak"
|
|
930
|
+
},
|
|
931
|
+
"es-MX": {
|
|
932
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
933
|
+
"description": "Spanish (Mexico)"
|
|
934
|
+
},
|
|
935
|
+
"es-ES": {
|
|
936
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
937
|
+
"description": "Spanish (Spain)"
|
|
938
|
+
},
|
|
939
|
+
"sv": {
|
|
940
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
941
|
+
"description": "Swedish"
|
|
942
|
+
},
|
|
943
|
+
"th": {
|
|
944
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
945
|
+
"description": "Thai"
|
|
946
|
+
},
|
|
947
|
+
"tr": {
|
|
948
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
949
|
+
"description": "Turkish"
|
|
950
|
+
},
|
|
951
|
+
"uk": {
|
|
952
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
953
|
+
"description": "Ukrainian"
|
|
954
|
+
},
|
|
955
|
+
"vi": {
|
|
956
|
+
"$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
|
|
957
|
+
"description": "Vietnamese"
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
}
|
|
961
|
+
]
|
|
962
|
+
},
|
|
963
|
+
"release": {
|
|
964
|
+
"$ref": "#/definitions/apple/AppleRelease",
|
|
965
|
+
"description": "Release strategy"
|
|
966
|
+
},
|
|
967
|
+
"review": {
|
|
968
|
+
"$ref": "#/definitions/apple/AppleReview",
|
|
969
|
+
"description": "Info for the App Store reviewer"
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
"properties": {
|
|
975
|
+
"configVersion": {
|
|
976
|
+
"const": 0,
|
|
977
|
+
"description": "The EAS metadata store configuration version"
|
|
978
|
+
},
|
|
979
|
+
"apple": {
|
|
980
|
+
"$ref": "#/definitions/AppleConfig"
|
|
981
|
+
}
|
|
982
|
+
},
|
|
983
|
+
"additionalProperties": false,
|
|
984
|
+
"required": [
|
|
985
|
+
"configVersion",
|
|
986
|
+
"apple"
|
|
987
|
+
]
|
|
988
|
+
}
|