eas-cli 0.54.0 → 0.54.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.
@@ -0,0 +1,928 @@
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": ["FIVE_AND_UNDER", "SIX_TO_EIGHT", "NINE_TO_ELEVEN"]
23
+ },
24
+ "AppleRating": {
25
+ "enum": ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE"]
26
+ },
27
+ "AppleCategory": {
28
+ "enum": [
29
+ "FOOD_AND_DRINK",
30
+ "BUSINESS",
31
+ "EDUCATION",
32
+ "SOCIAL_NETWORKING",
33
+ "BOOKS",
34
+ "SPORTS",
35
+ "FINANCE",
36
+ "REFERENCE",
37
+ "GRAPHICS_AND_DESIGN",
38
+ "DEVELOPER_TOOLS",
39
+ "HEALTH_AND_FITNESS",
40
+ "MUSIC",
41
+ "WEATHER",
42
+ "TRAVEL",
43
+ "ENTERTAINMENT",
44
+ "STICKERS",
45
+ "GAMES",
46
+ "LIFESTYLE",
47
+ "MEDICAL",
48
+ "MAGAZINES_AND_NEWSPAPERS",
49
+ "UTILITIES",
50
+ "SHOPPING",
51
+ "PRODUCTIVITY",
52
+ "NEWS",
53
+ "PHOTO_AND_VIDEO",
54
+ "NAVIGATION"
55
+ ]
56
+ },
57
+ "AppleSubcategory": {
58
+ "enum": [
59
+ "STICKERS_PLACES_AND_OBJECTS",
60
+ "STICKERS_EMOJI_AND_EXPRESSIONS",
61
+ "STICKERS_CELEBRATIONS",
62
+ "STICKERS_CELEBRITIES",
63
+ "STICKERS_MOVIES_AND_TV",
64
+ "STICKERS_SPORTS_AND_ACTIVITIES",
65
+ "STICKERS_EATING_AND_DRINKING",
66
+ "STICKERS_CHARACTERS",
67
+ "STICKERS_ANIMALS",
68
+ "STICKERS_FASHION",
69
+ "STICKERS_ART",
70
+ "STICKERS_GAMING",
71
+ "STICKERS_KIDS_AND_FAMILY",
72
+ "STICKERS_PEOPLE",
73
+ "STICKERS_MUSIC",
74
+ "GAMES_SPORTS",
75
+ "GAMES_WORD",
76
+ "GAMES_MUSIC",
77
+ "GAMES_ADVENTURE",
78
+ "GAMES_ACTION",
79
+ "GAMES_ROLE_PLAYING",
80
+ "GAMES_CASUAL",
81
+ "GAMES_BOARD",
82
+ "GAMES_TRIVIA",
83
+ "GAMES_CARD",
84
+ "GAMES_PUZZLE",
85
+ "GAMES_CASINO",
86
+ "GAMES_STRATEGY",
87
+ "GAMES_SIMULATION",
88
+ "GAMES_RACING",
89
+ "GAMES_FAMILY"
90
+ ]
91
+ },
92
+ "AppleIdfa": {
93
+ "description": "Identifier for Advertisers",
94
+ "type": "object",
95
+ "additionalProperties": false,
96
+ "defaultSnippets": [
97
+ {
98
+ "body": {
99
+ "servesAds": false,
100
+ "attributesAppInstallationToPreviousAd": false,
101
+ "attributesActionWithPreviousAd": false,
102
+ "honorsLimitedAdTracking": false
103
+ }
104
+ }
105
+ ],
106
+ "properties": {
107
+ "servesAds": {
108
+ "type": "boolean"
109
+ },
110
+ "attributesAppInstallationToPreviousAd": {
111
+ "type": "boolean"
112
+ },
113
+ "attributesActionWithPreviousAd": {
114
+ "type": "boolean"
115
+ },
116
+ "honorsLimitedAdTracking": {
117
+ "type": "boolean"
118
+ }
119
+ }
120
+ },
121
+ "AppleInfo": {
122
+ "type": "object",
123
+ "additionalProperties": false,
124
+ "required": [
125
+ "title",
126
+ "subtitle",
127
+ "description",
128
+ "keywords",
129
+ "marketingUrl",
130
+ "supportUrl",
131
+ "privacyPolicyUrl"
132
+ ],
133
+ "defaultSnippets": [
134
+ {
135
+ "label": "Basic",
136
+ "body": {
137
+ }
138
+ },
139
+ {
140
+ "label": "Interactive",
141
+ "description": "Creates localized app info",
142
+ "body": {
143
+ "title": "$1",
144
+ "subtitle": "$2",
145
+ "description": "$3",
146
+ "keywords": [],
147
+ "marketingUrl": "",
148
+ "supportUrl": "",
149
+ "privacyPolicyUrl": ""
150
+ }
151
+ }
152
+ ],
153
+ "properties": {
154
+ "title": {
155
+ "description": "Name of the app in the store. This should be similar to the installed app name.",
156
+ "type": "string",
157
+ "maxLength": 30,
158
+ "meta": {
159
+ "storeInfo": "The name will be reviewed before it is made available on the App Store."
160
+ }
161
+ },
162
+ "subtitle": {
163
+ "description": "Subtext for the app. Example: 'A Fun Game For Friends'",
164
+ "type": "string",
165
+ "maxLength": 30,
166
+ "meta": {
167
+ "storeInfo": "The subtitle will be reviewed before it is made available on the App Store."
168
+ }
169
+ },
170
+ "description": {
171
+ "meta": {
172
+ "versioned": true,
173
+ "liveEdits": true
174
+ },
175
+ "maxLength": 4000,
176
+ "description": "Main description of what the app does",
177
+ "type": "string"
178
+ },
179
+ "promoText": {
180
+ "meta": {
181
+ "versioned": true,
182
+ "liveEdits": true,
183
+ "aso": false
184
+ },
185
+ "maxLength": 170,
186
+ "description": "Short tagline for the app",
187
+ "type": "string"
188
+ },
189
+ "keywords": {
190
+ "meta": {
191
+ "versioned": true
192
+ },
193
+ "description": "List of keywords to help users find the app in the App Store",
194
+ "type": "array",
195
+ "uniqueItems": true,
196
+ "items": {
197
+ "maxLength": 100,
198
+ "type": "string"
199
+ }
200
+ },
201
+ "privacyPolicyText": {
202
+ "type": "string",
203
+ "description": "Privacy policy for Apple TV"
204
+ },
205
+ "whatsNew": {
206
+ "meta": {
207
+ "versioned": true,
208
+ "liveEdits": true
209
+ },
210
+ "maxLength": 4000,
211
+ "description": "Changes since the last public version",
212
+ "type": "string"
213
+ },
214
+ "marketingUrl": {
215
+ "meta": {
216
+ "versioned": true,
217
+ "liveEdits": true
218
+ },
219
+ "description": "URL to the app marketing page",
220
+ "type": "string"
221
+ },
222
+ "supportUrl": {
223
+ "meta": {
224
+ "versioned": true,
225
+ "liveEdits": true
226
+ },
227
+ "description": "URL to the app support page",
228
+ "type": "string"
229
+ },
230
+ "privacyPolicyUrl": {
231
+ "meta": {
232
+ "versioned": true,
233
+ "liveEdits": true
234
+ },
235
+ "maxLength": 255,
236
+ "description": "A URL that links to your privacy policy. A privacy policy is required for all apps.",
237
+ "type": "string"
238
+ },
239
+ "privacyChoicesUrl": {
240
+ "meta": {
241
+ "versioned": true,
242
+ "liveEdits": true,
243
+ "optional": true
244
+ },
245
+ "maxLength": 255,
246
+ "description": "A URL where users can modify and delete the data collected from the app, or decide how their data is used and shared.",
247
+ "type": "string"
248
+ }
249
+ }
250
+ },
251
+ "AppleAdvisory": {
252
+ "type": "object",
253
+ "additionalProperties": false,
254
+ "defaultSnippets": [
255
+ {
256
+ "label": "Minimum",
257
+ "description": "The bare minimum rating, your app does nothing",
258
+ "body": {
259
+ "alcoholTobaccoOrDrugUseOrReferences": "NONE",
260
+ "contests": "NONE",
261
+ "gamblingSimulated": "NONE",
262
+ "medicalOrTreatmentInformation": "NONE",
263
+ "profanityOrCrudeHumor": "NONE",
264
+ "sexualContentGraphicAndNudity": "NONE",
265
+ "sexualContentOrNudity": "NONE",
266
+ "horrorOrFearThemes": "NONE",
267
+ "matureOrSuggestiveThemes": "NONE",
268
+ "violenceCartoonOrFantasy": "NONE",
269
+ "violenceRealisticProlongedGraphicOrSadistic": "NONE",
270
+ "violenceRealistic": "NONE",
271
+ "gamblingAndContests":false,
272
+ "gambling": false,
273
+ "kidsAgeBand": null,
274
+ "seventeenPlus": false,
275
+ "unrestrictedWebAccess": false
276
+ }
277
+ },
278
+ {
279
+ "label": "Interactive",
280
+ "description": "Step through options",
281
+ "body": {
282
+ "alcoholTobaccoOrDrugUseOrReferences": "${1|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
283
+ "contests": "${2|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
284
+ "gamblingSimulated": "${3|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
285
+ "medicalOrTreatmentInformation": "${4|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
286
+ "profanityOrCrudeHumor": "${5|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
287
+ "sexualContentGraphicAndNudity": "${6|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
288
+ "sexualContentOrNudity": "${7|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
289
+ "horrorOrFearThemes": "${8|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
290
+ "matureOrSuggestiveThemes": "${9|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
291
+ "violenceCartoonOrFantasy": "${10|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
292
+ "violenceRealisticProlongedGraphicOrSadistic": "${11|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
293
+ "violenceRealistic": "${12|NONE,INFREQUENT_OR_MILD,FREQUENT_OR_INTENSE|}",
294
+ "gamblingAndContests":false,
295
+ "gambling": false,
296
+ "kidsAgeBand": null,
297
+ "seventeenPlus": false,
298
+ "unrestrictedWebAccess": false
299
+ }
300
+ }
301
+ ],
302
+ "properties": {
303
+ "alcoholTobaccoOrDrugUseOrReferences": {
304
+ "$ref": "#/definitions/apple/AppleRating"
305
+ },
306
+ "contests": {
307
+ "$ref": "#/definitions/apple/AppleRating"
308
+ },
309
+ "gamblingAndContests": {
310
+ "type": "boolean"
311
+ },
312
+ "gambling": {
313
+ "type": "boolean"
314
+ },
315
+ "gamblingSimulated": {
316
+ "$ref": "#/definitions/apple/AppleRating"
317
+ },
318
+ "kidsAgeBand": {
319
+ "anyOf": [
320
+ {
321
+ "$ref": "#/definitions/apple/AppleKidsAge"
322
+ },
323
+ {
324
+ "type": "null"
325
+ }
326
+ ]
327
+ },
328
+ "medicalOrTreatmentInformation": {
329
+ "$ref": "#/definitions/apple/AppleRating"
330
+ },
331
+ "profanityOrCrudeHumor": {
332
+ "$ref": "#/definitions/apple/AppleRating"
333
+ },
334
+ "sexualContentGraphicAndNudity": {
335
+ "$ref": "#/definitions/apple/AppleRating"
336
+ },
337
+ "sexualContentOrNudity": {
338
+ "$ref": "#/definitions/apple/AppleRating"
339
+ },
340
+ "seventeenPlus": {
341
+ "type": "boolean"
342
+ },
343
+ "horrorOrFearThemes": {
344
+ "$ref": "#/definitions/apple/AppleRating"
345
+ },
346
+ "matureOrSuggestiveThemes": {
347
+ "$ref": "#/definitions/apple/AppleRating"
348
+ },
349
+ "unrestrictedWebAccess": {
350
+ "type": "boolean"
351
+ },
352
+ "violenceCartoonOrFantasy": {
353
+ "$ref": "#/definitions/apple/AppleRating"
354
+ },
355
+ "violenceRealisticProlongedGraphicOrSadistic": {
356
+ "$ref": "#/definitions/apple/AppleRating"
357
+ },
358
+ "violenceRealistic": {
359
+ "$ref": "#/definitions/apple/AppleRating"
360
+ }
361
+ }
362
+ },
363
+ "AppleRelease": {
364
+ "type": "object",
365
+ "additionalProperties": false,
366
+ "defaultSnippets": [
367
+ {
368
+ "body": {
369
+ "automaticRelease": true,
370
+ "usesThirdPartyContent": false,
371
+ "usesNonExemptEncryption": false
372
+ }
373
+ }
374
+ ],
375
+ "properties": {
376
+ "autoReleaseDate": {
377
+ "description": "ISO Date to release the app automatically. Leave undefined to manually release the app to the public.",
378
+ "defaultSnippets": [
379
+ {
380
+ "body": "$CURRENT_YEAR-${1:$CURRENT_MONTH}-${2:$CURRENT_DATE}"
381
+ }
382
+ ],
383
+ "anyOf": [
384
+ {
385
+ "type": "string",
386
+ "format": "date-time"
387
+ },
388
+ {
389
+ "type": "string",
390
+ "format": "date"
391
+ },
392
+ {
393
+ "type": "number"
394
+ }
395
+ ]
396
+ },
397
+ "isPhasedReleaseEnabled": {
398
+ "type": "boolean",
399
+ "description": "Release update over 7-day period instead of instantly.",
400
+ "meta": {
401
+ "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)."
402
+ }
403
+ },
404
+ "shouldResetRatings": {
405
+ "description": "Should App Store ratings be reset for this version of the app.",
406
+ "type": "boolean",
407
+ "meta": {
408
+ "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."
409
+ }
410
+ },
411
+ "usesThirdPartyContent": {
412
+ "type": "boolean"
413
+ },
414
+ "automaticRelease": {
415
+ "description": "Should the app automatically be released when approved by App Store review.",
416
+ "type": "boolean"
417
+ },
418
+ "usesNonExemptEncryption": {
419
+ "description": "Alternative to setting `ITSAppUsesNonExemptEncryption` in the binary's `Info.plist`.",
420
+ "type": "boolean"
421
+ }
422
+ }
423
+ },
424
+ "AppleReview": {
425
+ "type": "object",
426
+ "description": "Info provided to the App Store review team to help them understand how to use your app.",
427
+ "required": ["firstName", "lastName"],
428
+ "defaultSnippets": [
429
+ {
430
+ "body": {
431
+ "firstName": "$1",
432
+ "lastName": "$2"
433
+ }
434
+ }
435
+ ],
436
+ "properties": {
437
+ "demoUsername": {
438
+ "description": "Optional username for testing the app.",
439
+ "type": "string"
440
+ },
441
+ "demoPassword": {
442
+ "description": "Optional password for testing the app.",
443
+ "type": "string"
444
+ },
445
+ "attachment": {
446
+ "description": "Local file path to upload to the review team.",
447
+ "type": "string"
448
+ },
449
+ "firstName": {
450
+ "description": "Developer first name for the reviewer to contact.",
451
+ "type": "string"
452
+ },
453
+ "lastName": {
454
+ "description": "Developer last name (surname) for the reviewer to contact.",
455
+ "type": "string"
456
+ },
457
+ "phone": {
458
+ "description": "Developer phone number for the reviewer to contact.",
459
+ "type": "string"
460
+ },
461
+ "email": {
462
+ "description": "Developer email address for the reviewer to contact.",
463
+ "type": "string",
464
+ "format": "email"
465
+ },
466
+ "notes": {
467
+ "description": "Any additional notes for the App Store reviewer.",
468
+ "type": "string"
469
+ }
470
+ }
471
+ }
472
+ },
473
+ "AppleConfig": {
474
+ "description": "Configuration that is specific to the Apple App Store.",
475
+ "type": "object",
476
+ "additionalProperties": false,
477
+ "properties": {
478
+ "advisory": {
479
+ "$ref": "#/definitions/apple/AppleAdvisory"
480
+ },
481
+ "categories": {
482
+ "type": "array",
483
+ "maxItems": 2,
484
+ "description": "App Store categories for the app. Can add up to two categories. STICKERS and GAMES categories can add an additional subcategory.",
485
+ "items": {
486
+ "anyOf": [
487
+ {
488
+ "$ref": "#/definitions/apple/AppleCategory"
489
+ },
490
+ {
491
+ "type": "array",
492
+ "maxItems": 2,
493
+ "items": [
494
+ {
495
+ "enum": ["GAMES"]
496
+ },
497
+ {
498
+ "enum": [
499
+ "GAMES_SPORTS",
500
+ "GAMES_WORD",
501
+ "GAMES_MUSIC",
502
+ "GAMES_ADVENTURE",
503
+ "GAMES_ACTION",
504
+ "GAMES_ROLE_PLAYING",
505
+ "GAMES_CASUAL",
506
+ "GAMES_BOARD",
507
+ "GAMES_TRIVIA",
508
+ "GAMES_CARD",
509
+ "GAMES_PUZZLE",
510
+ "GAMES_CASINO",
511
+ "GAMES_STRATEGY",
512
+ "GAMES_SIMULATION",
513
+ "GAMES_RACING",
514
+ "GAMES_FAMILY"
515
+ ]
516
+ }
517
+ ],
518
+ "additionalItems": false
519
+ },
520
+ {
521
+ "type": "array",
522
+ "maxItems": 2,
523
+ "items": [
524
+ {
525
+ "enum": ["STICKERS"]
526
+ },
527
+ {
528
+ "enum": [
529
+ "STICKERS_PLACES_AND_OBJECTS",
530
+ "STICKERS_EMOJI_AND_EXPRESSIONS",
531
+ "STICKERS_CELEBRATIONS",
532
+ "STICKERS_CELEBRITIES",
533
+ "STICKERS_MOVIES_AND_TV",
534
+ "STICKERS_SPORTS_AND_ACTIVITIES",
535
+ "STICKERS_EATING_AND_DRINKING",
536
+ "STICKERS_CHARACTERS",
537
+ "STICKERS_ANIMALS",
538
+ "STICKERS_FASHION",
539
+ "STICKERS_ART",
540
+ "STICKERS_GAMING",
541
+ "STICKERS_KIDS_AND_FAMILY",
542
+ "STICKERS_PEOPLE",
543
+ "STICKERS_MUSIC"
544
+ ]
545
+ }
546
+ ],
547
+ "additionalItems": false
548
+ }
549
+ ]
550
+ }
551
+ },
552
+ "copyright": {
553
+ "defaultSnippets": [
554
+ {
555
+ "body": "$CURRENT_YEAR ${1:name}"
556
+ }
557
+ ],
558
+ "meta": {
559
+ "versioned": true,
560
+ "liveEdits": true,
561
+ "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."
562
+ },
563
+ "description": "The updated company copyright. Example: 2021 Evan Bacon",
564
+ "type": "string"
565
+ },
566
+ "idfa": {
567
+ "$ref": "#/definitions/apple/AppleIdfa"
568
+ },
569
+ "info": {
570
+ "description": "Localized core app info",
571
+ "type": "object",
572
+ "additionalProperties": false,
573
+ "properties": {
574
+ "ar-SA": {
575
+ "$ref": "#/definitions/apple/AppleInfo",
576
+ "description": "Arabic"
577
+ },
578
+ "ca": {
579
+ "$ref": "#/definitions/apple/AppleInfo",
580
+ "description": "Catalan"
581
+ },
582
+ "zh-Hans": {
583
+ "$ref": "#/definitions/apple/AppleInfo",
584
+ "description": "Chinese (Simplified)"
585
+ },
586
+ "zh-Hant": {
587
+ "$ref": "#/definitions/apple/AppleInfo",
588
+ "description": "Chinese (Traditional)"
589
+ },
590
+ "hr": {
591
+ "$ref": "#/definitions/apple/AppleInfo",
592
+ "description": "Croatian"
593
+ },
594
+ "cs": {
595
+ "$ref": "#/definitions/apple/AppleInfo",
596
+ "description": "Czech"
597
+ },
598
+ "da": {
599
+ "$ref": "#/definitions/apple/AppleInfo",
600
+ "description": "Danish"
601
+ },
602
+ "nl-NL": {
603
+ "$ref": "#/definitions/apple/AppleInfo",
604
+ "description": "Dutch"
605
+ },
606
+ "en-AU": {
607
+ "$ref": "#/definitions/apple/AppleInfo",
608
+ "description": "English (Australia)"
609
+ },
610
+ "en-CA": {
611
+ "$ref": "#/definitions/apple/AppleInfo",
612
+ "description": "English (Canada)"
613
+ },
614
+ "en-GB": {
615
+ "$ref": "#/definitions/apple/AppleInfo",
616
+ "description": "English (U.K.)"
617
+ },
618
+ "en-US": {
619
+ "$ref": "#/definitions/apple/AppleInfo",
620
+ "description": "English (U.S.)"
621
+ },
622
+ "fi": {
623
+ "$ref": "#/definitions/apple/AppleInfo",
624
+ "description": "Finnish"
625
+ },
626
+ "fr-FR": {
627
+ "$ref": "#/definitions/apple/AppleInfo",
628
+ "description": "French"
629
+ },
630
+ "fr-CA": {
631
+ "$ref": "#/definitions/apple/AppleInfo",
632
+ "description": "French (Canada)"
633
+ },
634
+ "de-DE": {
635
+ "$ref": "#/definitions/apple/AppleInfo",
636
+ "description": "German"
637
+ },
638
+ "el": {
639
+ "$ref": "#/definitions/apple/AppleInfo",
640
+ "description": "Greek"
641
+ },
642
+ "he": {
643
+ "$ref": "#/definitions/apple/AppleInfo",
644
+ "description": "Hebrew"
645
+ },
646
+ "hi": {
647
+ "$ref": "#/definitions/apple/AppleInfo",
648
+ "description": "Hindi"
649
+ },
650
+ "hu": {
651
+ "$ref": "#/definitions/apple/AppleInfo",
652
+ "description": "Hungarian"
653
+ },
654
+ "id": {
655
+ "$ref": "#/definitions/apple/AppleInfo",
656
+ "description": "Indonesian"
657
+ },
658
+ "it": {
659
+ "$ref": "#/definitions/apple/AppleInfo",
660
+ "description": "Italian"
661
+ },
662
+ "ja": {
663
+ "$ref": "#/definitions/apple/AppleInfo",
664
+ "description": "Japanese"
665
+ },
666
+ "ko": {
667
+ "$ref": "#/definitions/apple/AppleInfo",
668
+ "description": "Korean"
669
+ },
670
+ "ms": {
671
+ "$ref": "#/definitions/apple/AppleInfo",
672
+ "description": "Malay"
673
+ },
674
+ "no": {
675
+ "$ref": "#/definitions/apple/AppleInfo",
676
+ "description": "Norwegian"
677
+ },
678
+ "pl": {
679
+ "$ref": "#/definitions/apple/AppleInfo",
680
+ "description": "Polish"
681
+ },
682
+ "pt-BR": {
683
+ "$ref": "#/definitions/apple/AppleInfo",
684
+ "description": "Portuguese (Brazil)"
685
+ },
686
+ "pt-PT": {
687
+ "$ref": "#/definitions/apple/AppleInfo",
688
+ "description": "Portuguese (Portugal)"
689
+ },
690
+ "ro": {
691
+ "$ref": "#/definitions/apple/AppleInfo",
692
+ "description": "Romanian"
693
+ },
694
+ "ru": {
695
+ "$ref": "#/definitions/apple/AppleInfo",
696
+ "description": "Russian"
697
+ },
698
+ "sk": {
699
+ "$ref": "#/definitions/apple/AppleInfo",
700
+ "description": "Slovak"
701
+ },
702
+ "es-MX": {
703
+ "$ref": "#/definitions/apple/AppleInfo",
704
+ "description": "Spanish (Mexico)"
705
+ },
706
+ "es-ES": {
707
+ "$ref": "#/definitions/apple/AppleInfo",
708
+ "description": "Spanish (Spain)"
709
+ },
710
+ "sv": {
711
+ "$ref": "#/definitions/apple/AppleInfo",
712
+ "description": "Swedish"
713
+ },
714
+ "th": {
715
+ "$ref": "#/definitions/apple/AppleInfo",
716
+ "description": "Thai"
717
+ },
718
+ "tr": {
719
+ "$ref": "#/definitions/apple/AppleInfo",
720
+ "description": "Turkish"
721
+ },
722
+ "uk": {
723
+ "$ref": "#/definitions/apple/AppleInfo",
724
+ "description": "Ukrainian"
725
+ },
726
+ "vi": {
727
+ "$ref": "#/definitions/apple/AppleInfo",
728
+ "description": "Vietnamese"
729
+ }
730
+ }
731
+ },
732
+ "preview": {
733
+ "anyOf": [
734
+ {
735
+ "description": "Path to localized folders containing preview files",
736
+ "type": "string"
737
+ },
738
+ {
739
+ "description": "Localized previews object. Ex: `\"en-US\": [\"image.png\"]`",
740
+ "type": "object",
741
+ "additionalProperties": false,
742
+ "properties": {
743
+ "ar-SA": {
744
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
745
+ "description": "Arabic"
746
+ },
747
+ "ca": {
748
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
749
+ "description": "Catalan"
750
+ },
751
+ "zh-Hans": {
752
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
753
+ "description": "Chinese (Simplified)"
754
+ },
755
+ "zh-Hant": {
756
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
757
+ "description": "Chinese (Traditional)"
758
+ },
759
+ "hr": {
760
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
761
+ "description": "Croatian"
762
+ },
763
+ "cs": {
764
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
765
+ "description": "Czech"
766
+ },
767
+ "da": {
768
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
769
+ "description": "Danish"
770
+ },
771
+ "nl-NL": {
772
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
773
+ "description": "Dutch"
774
+ },
775
+ "en-AU": {
776
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
777
+ "description": "English (Australia)"
778
+ },
779
+ "en-CA": {
780
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
781
+ "description": "English (Canada)"
782
+ },
783
+ "en-GB": {
784
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
785
+ "description": "English (U.K.)"
786
+ },
787
+ "en-US": {
788
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
789
+ "description": "English (U.S.)"
790
+ },
791
+ "fi": {
792
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
793
+ "description": "Finnish"
794
+ },
795
+ "fr-FR": {
796
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
797
+ "description": "French"
798
+ },
799
+ "fr-CA": {
800
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
801
+ "description": "French (Canada)"
802
+ },
803
+ "de-DE": {
804
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
805
+ "description": "German"
806
+ },
807
+ "el": {
808
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
809
+ "description": "Greek"
810
+ },
811
+ "he": {
812
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
813
+ "description": "Hebrew"
814
+ },
815
+ "hi": {
816
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
817
+ "description": "Hindi"
818
+ },
819
+ "hu": {
820
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
821
+ "description": "Hungarian"
822
+ },
823
+ "id": {
824
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
825
+ "description": "Indonesian"
826
+ },
827
+ "it": {
828
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
829
+ "description": "Italian"
830
+ },
831
+ "ja": {
832
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
833
+ "description": "Japanese"
834
+ },
835
+ "ko": {
836
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
837
+ "description": "Korean"
838
+ },
839
+ "ms": {
840
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
841
+ "description": "Malay"
842
+ },
843
+ "no": {
844
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
845
+ "description": "Norwegian"
846
+ },
847
+ "pl": {
848
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
849
+ "description": "Polish"
850
+ },
851
+ "pt-BR": {
852
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
853
+ "description": "Portuguese (Brazil)"
854
+ },
855
+ "pt-PT": {
856
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
857
+ "description": "Portuguese (Portugal)"
858
+ },
859
+ "ro": {
860
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
861
+ "description": "Romanian"
862
+ },
863
+ "ru": {
864
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
865
+ "description": "Russian"
866
+ },
867
+ "sk": {
868
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
869
+ "description": "Slovak"
870
+ },
871
+ "es-MX": {
872
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
873
+ "description": "Spanish (Mexico)"
874
+ },
875
+ "es-ES": {
876
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
877
+ "description": "Spanish (Spain)"
878
+ },
879
+ "sv": {
880
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
881
+ "description": "Swedish"
882
+ },
883
+ "th": {
884
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
885
+ "description": "Thai"
886
+ },
887
+ "tr": {
888
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
889
+ "description": "Turkish"
890
+ },
891
+ "uk": {
892
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
893
+ "description": "Ukrainian"
894
+ },
895
+ "vi": {
896
+ "$ref": "#/definitions/apple/AppleLocalizedPreviewFolder",
897
+ "description": "Vietnamese"
898
+ }
899
+ }
900
+ }
901
+ ]
902
+ },
903
+ "release": {
904
+ "description": "Release strategy",
905
+ "$ref": "#/definitions/apple/AppleRelease"
906
+ },
907
+ "review": {
908
+ "description": "Info for the App Store reviewer",
909
+ "$ref": "#/definitions/apple/AppleReview"
910
+ },
911
+ "priceTier": {
912
+ "description": "App price tier. 0 is Free.",
913
+ "type": "number"
914
+ }
915
+ }
916
+ }
917
+ },
918
+ "properties": {
919
+ "configVersion": {
920
+ "const": 0
921
+ },
922
+ "apple": {
923
+ "$ref": "#/definitions/AppleConfig"
924
+ }
925
+ },
926
+ "additionalProperties": false,
927
+ "required": ["configVersion", "apple"]
928
+ }