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

Commit

Permalink
Merge pull request #4 from lisaong/master
Browse files Browse the repository at this point in the history
Updated assets to match packaging requirements
  • Loading branch information
lisaong committed Nov 26, 2015
2 parents 1f4b661 + 6e75431 commit dc092d6
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
Binary file added Steps/Assets/Square44x44Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Steps/Assets/StoreLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Steps/Assets/StoreLogo.scale-240.png
Binary file not shown.
Binary file added Steps/Assets/steps_background_02_620x300.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Steps/Assets/steps_launcher150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Steps/Assets/steps_launcher310x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions Steps/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
EntryPoint="Steps.App">
<uap:VisualElements
DisplayName="Steps – Lumia SensorCore SDK sample"
Square150x150Logo="Assets\steps_launcher.png"
Square150x150Logo="Assets\steps_launcher150x150.png"
Square44x44Logo="Assets\Square44x44Logo.png"
Description="Steps"
BackgroundColor="#008A00">
<uap:DefaultTile Wide310x150Logo="Assets\steps_launcher.png"/>
<uap:SplashScreen Image="Assets\steps_background_02.png" />
<uap:DefaultTile Wide310x150Logo="Assets\steps_launcher310x150.png"/>
<uap:SplashScreen Image="Assets\steps_background_02_620x300.png" />
<uap:InitialRotationPreference>
<uap:Rotation Preference="portrait" />
</uap:InitialRotationPreference>
Expand Down
17 changes: 12 additions & 5 deletions Steps/Steps.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>arm</AppxBundlePlatforms>
<PackageCertificateThumbprint>CED4691A35A63193226AFBB1A3D9921B3CFB0CDB</PackageCertificateThumbprint>
<PackageCertificateKeyFile>Steps_TemporaryKey.pfx</PackageCertificateKeyFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -90,6 +95,7 @@
<ItemGroup>
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
<None Include="project.json" />
<None Include="Steps_TemporaryKey.pfx" />
<PRIResource Include="Strings\en-US\Resources.resw" />
<PRIResource Include="Strings\en-US\ActivateSensorCore.resw" />
</ItemGroup>
Expand All @@ -114,7 +120,12 @@
</AppxManifest>
</ItemGroup>
<ItemGroup>
<Content Include="Assets\Square44x44Logo.scale-240.png" />
<Content Include="Assets\Square44x44Logo.png" />
<Content Include="Assets\steps_background_02.png" />
<Content Include="Assets\steps_background_02_620x300.png" />
<Content Include="Assets\steps_launcher150x150.png" />
<Content Include="Assets\steps_launcher310x150.png" />
<Content Include="Assets\StoreLogo.png" />
<Content Include="Properties\Default.rd.xml" />
</ItemGroup>
<ItemGroup>
Expand All @@ -137,11 +148,7 @@
<Content Include="Assets\Images\pin-48px.png" />
<Content Include="Assets\Images\unpin-48px.png" />
<Content Include="Assets\SplashScreen.scale-240.png" />
<Content Include="Assets\SquareTile150x150.scale-240.png" />
<Content Include="Assets\SquareTile71x71.scale-240.png" />
<Content Include="Assets\steps_background_02.png" />
<Content Include="Assets\steps_launcher.png" />
<Content Include="Assets\StoreLogo.scale-240.png" />
<Content Include="Assets\Images\pushpin.png" />
<Content Include="Assets\Tiles\150x150.png" />
<Content Include="Assets\Tiles\30x30.png" />
Expand Down

0 comments on commit dc092d6

Please sign in to comment.