-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathProductDescription.xml
142 lines (121 loc) · 8.55 KB
/
ProductDescription.xml
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<?xml version="1.0" encoding="utf-8"?>
<ProductDescription language="en-us"
xmlns="http://schemas.microsoft.com/appx/2012/ProductDescription"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Release="1611">
<!-- Valid length: 200 character limit -->
<AppStoreName _locID="App_StoreName">
<!-- This is optional. AppStoreName is typically extracted from your package's AppxManifest DisplayName property. -->
<!-- _locComment_text="{MaxLength=200} App StoreName" -->My Localized AppName
</AppStoreName>
<Keywords>
<!-- Valid length: 30 character limit, up to 7 -->
<Keyword _locID="App_keyword1"><!-- _locComment_text="{MaxLength=30} App keyword 1" -->Video edit</Keyword>
<Keyword _locID="App_keyword2"><!-- _locComment_text="{MaxLength=30} App keyword 2" -->Captions</Keyword>
<Keyword _locID="App_keyword3"><!-- _locComment_text="{MaxLength=30} App keyword 3" -->Trim</Keyword>
<Keyword _locID="App_keyword4"><!-- _locComment_text="{MaxLength=30} App keyword 4" -->Soundtrack</Keyword>
<Keyword _locID="App_keyword5"><!-- _locComment_text="{MaxLength=30} App keyword 5" -->Video sharing</Keyword>
</Keywords>
<!-- Valid length: 10000 character limit -->
<Description _locID="App_Description"><!-- _locComment_text="{MaxLength=10000} App Description" -->
Turn any video into a memorable moment you'll love to share. With this app, you can trim your video to your favorite parts, highlight key moments with captions and effects, and set the mood with music.
</Description>
<!-- Valid length: 500 character limit -->
<!-- Only used for games. This description appears in the Information section of the Game Hub on Xbox One, and helps customers understand more about your game. -->
<ShortDescription _locID="App_ShortDescription"><!-- _locComment_text="{MaxLength=500} App Short Description" -->
</ShortDescription>
<!-- Valid length: 50 character limit -->
<!-- A shorter version of your product's name. If provided, this shorter name may appear in various places on Xbox One (during installation, in Achievements, etc.) in place of the full title of your product. -->
<ShortTitle _locID="App_ShortTitle"><!-- _locComment_text="{MaxLength=50} App Short Title" -->
</ShortTitle>
<!-- Valid length: 255 character limit -->
<!-- If your product could be alphabetized in different ways, you can enter another version here. This may help customers find the product more quickly when searching. -->
<SortTitle _locID="App_SortTitle"><!-- _locComment_text="{MaxLength=255} App Sort Title" -->
</SortTitle>
<!-- Valid length: 255 character limit -->
<!-- An alternate name for your product that, if provided, may be used in the audio experience on Xbox One when using Kinect or a headset. -->
<VoiceTitle _locID="App_VoiceTitle"><!-- _locComment_text="{MaxLength=255} App Voice Title" -->
</VoiceTitle>
<!-- Valid length: 255 character limit -->
<!-- Specify this value if you want to include a "Developed by" field in the listing. (The "Published by" field will list the publisher display name associated with your account, whether or not you provide a devStudio value.) -->
<DevStudio _locID="App_DevStudio"><!-- _locComment_text="{MaxLength=255} App Dev Studio" -->
</DevStudio>
<!-- Valid length: 1500 character limit, optional -->
<ReleaseNotes _locID="App_ReleaseNotes"><!-- _locComment_text="{MaxLength=1500} App Release Note" -->
Various performance optimiazations, this app is wicked-fast now.
</ReleaseNotes>
<ScreenshotCaptions>
<!-- Valid length: 200 character limit, up to 9 elements per platform -->
<!-- Valid attributes: any of DesktopImage, MobileImage, XboxImage, SurfaceHubImage, and HoloLensImage -->
<Caption _locID="App_caption1"
DesktopImage="Desktop1.jpg"
MobileImage="Mobile1.jpg"
XboxImage="Xbox1.jpg"
SurfaceHubImage="Surface1.jpg"
HoloLensImage="Holo1.jpg">
<!-- _locComment_text="{MaxLength=200} Screenshot caption 1" -->Video editing is easy</Caption>
<Caption _locID="App_caption2"
DesktopImage="Desktop2.jpg"
MobileImage="Mobile2.jpg"
XboxImage="Xbox2.jpg"
SurfaceHubImage="Surface2.jpg"
HoloLensImage="Holo2.jpg">
<!-- _locComment_text="{MaxLength=200} Screenshot caption 2" -->Add matching music to your video</Caption>
<Caption _locID="App_caption3"
DesktopImage="Desktop3.jpg">
<!-- _locComment_text="{MaxLength=200} Screenshot caption 3" -->Add text to your video</Caption>
</ScreenshotCaptions>
<AdditionalAssets>
<!-- Valid elements: StoreLogo9x16, StoreLogoSquare, Icon (use this value for the 1:1 300x300 pixels logo), -->
<!-- PromotionalArt16x9, PromotionalArtwork2400X1200, XboxBrandedKeyArt, XboxTitledHeroArt, XboxFeaturedPromotionalArt, -->
<!-- SquareIcon358X358, BackgroundImage1000X800, PromotionalArtwork414X180 -->
<!-- There is no content for any of these elements... just a single attribute called FileName. -->
<XboxBrandedKeyArt FileName="xboxBrandedKeyArt.png"/>
<PromotionalArtwork2400X1200 FileName="PromoArtLarge.png"/>
<StoreLogo9x16 FileName="logo9x16.png"/>
</AdditionalAssets>
<Trailers>
<Trailer FileName="trailer1.mp4">
<Title _locID="App_trailerTitle1"><!-- _locComment_text="{MaxLength=255} Trailer title 1" -->This is Trailer 1's title.</Title>
<Images> <!-- Current maximum of 1 image per trailer allowed -->
<Image FileName="trailer1screenshot.png"><!-- _locComment_text="{Locked} Trailer Image 1 description" -->Description of trailer 1's screenshot that no user will ever see.</Image>
</Images>
</Trailer>
</Trailers>
<AppFeatures>
<!-- Valid length: 200 character limit, up to 20 -->
<AppFeature _locID="App_feature1"><!-- _locComment_text="{MaxLength=200} App Feature 1" -->Pick your favorite 60 seconds. You can trim from the beginning, middle, or end.</AppFeature>
<AppFeature _locID="App_feature2"><!-- _locComment_text="{MaxLength=200} App Feature 2" -->Highlight your favorite moments with fun, colorful captions in a range of styles.</AppFeature>
<AppFeature _locID="App_feature3"><!-- _locComment_text="{MaxLength=200} App Feature 3" -->Add music that matches the moment. We've included a few songs for different moods, or you can use songs from your collection.</AppFeature>
<AppFeature _locID="App_feature4"><!-- _locComment_text="{MaxLength=200} App Feature 4" -->When your movie is exactly how you want it, share it with family and friends right from the app.</AppFeature>
</AppFeatures>
<MinimumHardware>
<!-- Valid length: 200 character limit, up to 11 -->
<MinimumRequirement _locID="App_MinimumRequirementHW1"><!-- _locComment_text="{MaxLength=200} App Minimum Required Hardware 1" -->Computer</MinimumRequirement>
<MinimumRequirement _locID="App_MinimumRequirementHW2"><!-- _locComment_text="{MaxLength=200} App Minimum Required Hardware 2" -->Keyboard</MinimumRequirement>
</MinimumHardware>
<RecommendedHardware>
<!-- Valid length: 200 character limit, up to 11 -->
<Recommendation _locID="App_RecommendedHW1"><!-- _locComment_text="{MaxLength=200} App Recommended Hardware 1" -->Zune music device</Recommendation>
<Recommendation _locID="App_RecommendedHW2"><!-- _locComment_text="{MaxLength=200} App Recommended Hardware 2" -->Windows PC</Recommendation>
</RecommendedHardware>
<!-- Valid length: 200 character limit -->
<CopyrightAndTrademark _locID="App_CopyrightandTrademark"><!-- _locComment_text="{MaxLength=200} Copyright and Trademark" -->
(c) Contoso LLC.
</CopyrightAndTrademark>
<!-- Valid length: 10000 character limit -->
<AdditionalLicenseTerms _locID="App_AddtionalLiceseTerms"><!-- _locComment_text="{MaxLength=10000} Additional License Terms" -->
</AdditionalLicenseTerms>
<!-- Valid length: 2048 character limit -->
<WebsiteURL _locID="App_WebsiteURL"><!-- _locComment_text="{MaxLength=2048} WebsiteURL" -->
http://www.contoso.com/App
</WebsiteURL>
<!-- Valid length: 2048 character limit -->
<SupportContactInfo _locID="App_SupportContactInfo"><!-- _locComment_text="{MaxLength=2048} Support Contact Info" -->
</SupportContactInfo>
<!-- Valid length: 2048 character limit -->
<PrivacyPolicyURL _locID="App_PrivacyURL"><!-- _locComment_text="{MaxLength=2048} Privacy Policy URL" -->
http://www.contoso.com/App/privacy
</PrivacyPolicyURL>
</ProductDescription>