Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit dc092d6

Browse files
committed
Merge pull request #4 from lisaong/master
Updated assets to match packaging requirements
2 parents 1f4b661 + 6e75431 commit dc092d6

8 files changed

Lines changed: 15 additions & 8 deletions

Steps/Assets/Square44x44Logo.png

912 Bytes
Loading

Steps/Assets/StoreLogo.png

1 KB
Loading
-1.49 KB
Binary file not shown.
13.9 KB
Loading
6.8 KB
Loading
2.06 KB
Loading

Steps/Package.appxmanifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
EntryPoint="Steps.App">
3434
<uap:VisualElements
3535
DisplayName="Steps – Lumia SensorCore SDK sample"
36-
Square150x150Logo="Assets\steps_launcher.png"
36+
Square150x150Logo="Assets\steps_launcher150x150.png"
3737
Square44x44Logo="Assets\Square44x44Logo.png"
3838
Description="Steps"
3939
BackgroundColor="#008A00">
40-
<uap:DefaultTile Wide310x150Logo="Assets\steps_launcher.png"/>
41-
<uap:SplashScreen Image="Assets\steps_background_02.png" />
40+
<uap:DefaultTile Wide310x150Logo="Assets\steps_launcher310x150.png"/>
41+
<uap:SplashScreen Image="Assets\steps_background_02_620x300.png" />
4242
<uap:InitialRotationPreference>
4343
<uap:Rotation Preference="portrait" />
4444
</uap:InitialRotationPreference>

Steps/Steps.csproj

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
1818
<FileAlignment>512</FileAlignment>
1919
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
20+
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
21+
<AppxBundle>Always</AppxBundle>
22+
<AppxBundlePlatforms>arm</AppxBundlePlatforms>
23+
<PackageCertificateThumbprint>CED4691A35A63193226AFBB1A3D9921B3CFB0CDB</PackageCertificateThumbprint>
24+
<PackageCertificateKeyFile>Steps_TemporaryKey.pfx</PackageCertificateKeyFile>
2025
</PropertyGroup>
2126
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
2227
<DebugSymbols>true</DebugSymbols>
@@ -90,6 +95,7 @@
9095
<ItemGroup>
9196
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
9297
<None Include="project.json" />
98+
<None Include="Steps_TemporaryKey.pfx" />
9399
<PRIResource Include="Strings\en-US\Resources.resw" />
94100
<PRIResource Include="Strings\en-US\ActivateSensorCore.resw" />
95101
</ItemGroup>
@@ -114,7 +120,12 @@
114120
</AppxManifest>
115121
</ItemGroup>
116122
<ItemGroup>
117-
<Content Include="Assets\Square44x44Logo.scale-240.png" />
123+
<Content Include="Assets\Square44x44Logo.png" />
124+
<Content Include="Assets\steps_background_02.png" />
125+
<Content Include="Assets\steps_background_02_620x300.png" />
126+
<Content Include="Assets\steps_launcher150x150.png" />
127+
<Content Include="Assets\steps_launcher310x150.png" />
128+
<Content Include="Assets\StoreLogo.png" />
118129
<Content Include="Properties\Default.rd.xml" />
119130
</ItemGroup>
120131
<ItemGroup>
@@ -137,11 +148,7 @@
137148
<Content Include="Assets\Images\pin-48px.png" />
138149
<Content Include="Assets\Images\unpin-48px.png" />
139150
<Content Include="Assets\SplashScreen.scale-240.png" />
140-
<Content Include="Assets\SquareTile150x150.scale-240.png" />
141-
<Content Include="Assets\SquareTile71x71.scale-240.png" />
142-
<Content Include="Assets\steps_background_02.png" />
143151
<Content Include="Assets\steps_launcher.png" />
144-
<Content Include="Assets\StoreLogo.scale-240.png" />
145152
<Content Include="Assets\Images\pushpin.png" />
146153
<Content Include="Assets\Tiles\150x150.png" />
147154
<Content Include="Assets\Tiles\30x30.png" />

0 commit comments

Comments
 (0)