Skip to content

Commit

Permalink
3.0.3 xf48 template checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaexplorer74 committed Dec 12, 2024
1 parent 18b4f4f commit 1f646e3
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 14 deletions.
Binary file removed Images/screenshot01.png
Binary file not shown.
Binary file added Images/shot01.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 Images/shot02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Music X Player 3.0.1 - ветка xf48_template
# Music X Player 3.0.3 - ветка xf48_template
![](/Images/logo.png)

## О проекте
Expand All @@ -22,18 +22,20 @@ Music X - это мой форк музыкального плеера для в
- В .csproj и manifest внесены хакерские правки для попытки обеспечения совместимости с W10M! В солюшне Xamarin Forms, содержащем проекты .NET Standard 2, пробую это провернуть впервые. :)

## Скриншот(ы)
![](/Images/screenshot01.png)
![Win11Lite](/Images/shot01.png)
![W10M_15254](/Images/shot02.png)

## Статус эксперимента
- Начало
- Что-то на винфоне Lumia 950 ничего под Windows 10 Mobile со сборкой 15254 не завелось.
## Статус эксперимента / Первые выводы
- Эксперимент прошел успешно!
- На винфоне Lumia 950 под Windows 10 Mobile со сборкой 15254 завелось мультиплатформенное приложение, содержащее библиотеку .NET Standard 2.0 и компоненты Xamarin Forms 4.8.0.1821. Ура, товарищи, космос наш! :)
- Конечно, то, что отладка в реальном времене на винфоне такой "программной конструкции" невозможна, омрачает открытие. План Б, думается, в использовании вместо Xamarin Forms 4.8.0.1821 версии подревнее, скажем, 2.5.1.527436, которую я вполне себе совместно с библиотечками .NET Standard 1.4 тягал.

## ..
Как есть. Чисто исследовательская тема. Сделай сам.

## .
mediaexplorer

10 декабря 2024
12 декабря 2024

![](/Images/welcome.png)
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<PackageCertificateKeyFile>Fooxboy.MusicX.UWP_TemporaryKey.pfx</PackageCertificateKeyFile>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundle>Always</AppxBundle>
Expand All @@ -45,6 +45,7 @@
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
<OutputPath>bin\ARM\Release\</OutputPath>
Expand All @@ -68,6 +69,7 @@
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
Expand All @@ -91,6 +93,7 @@
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
Expand Down
4 changes: 2 additions & 2 deletions Src/Fooxboy.MusicX/Fooxboy.MusicX.UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

<Identity
Publisher="CN=Admin"
Version="3.0.1.0" Name="Fooxboy.MusicXV3"/>
Version="3.0.3.0" Name="Fooxboy.MusicXV3p0p3"/>

<mp:PhoneIdentity PhoneProductId="ec0cc741-fd3e-485c-81be-68815c480690" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
<mp:PhoneIdentity PhoneProductId="ec0cc741-fd33-485c-81be-68813c480690" PhonePublisherId="00050000-0005-0500-0030-000550000003"/>

<Properties>
<DisplayName>MusicX 3 Template</DisplayName>
Expand Down
20 changes: 15 additions & 5 deletions Src/Fooxboy.MusicX/Fooxboy.MusicX/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,26 @@

<StackLayout>
<Frame BackgroundColor="#2196F3" Padding="24" CornerRadius="0">
<Label Text="Welcome to Xamarin.Forms!" HorizontalTextAlignment="Center" TextColor="White" FontSize="36"/>
<Label Text="Welcome to Xamarin.Forms 4.8!" HorizontalTextAlignment="Center"
TextColor="LightGreen" FontSize="24"/>
</Frame>
<Label Text="Start developing now" FontSize="Title" Padding="30,10,30,10"/>
<Label Text="Make changes to your XAML file and save to see your UI update in the running app with XAML Hot Reload. Give it a try!" FontSize="16" Padding="30,0,30,0"/>
<Label FontSize="16" Padding="30,24,30,0">

<Label Text="+ Access to the tens of thousands of new APIs added in .NET Standard 2.0"
FontSize="16" Padding="30,0,10,0"/>
<Label Text="+ Access to the thousands of libraries that require > .NET Standard 1.4"
FontSize="16" Padding="30,0,10,0"/>
<Label Text="+ The new .NET Native compiler with much better support for unsafe and optimised code"
FontSize="16" Padding="30,0,10,0"/>
<Label Text="+ The ability to target ARM64 as well as 32-bit ARM without multiple project files/configurations"
FontSize="16" Padding="30,0,10,0"/>

<Label FontSize="16" Padding="30,24,10,0">
<Label.FormattedText>
<FormattedString>
<FormattedString.Spans>
<Span Text="Learn more at "/>
<Span Text="https://aka.ms/xamarin-quickstart" FontAttributes="Bold"/>
<Span Text="https://gist.github.com/WamWooWam/e72e5137606f7c59ed657db6587cd5e8"
FontAttributes="Bold"/>
</FormattedString.Spans>
</FormattedString>
</Label.FormattedText>
Expand Down

0 comments on commit 1f646e3

Please sign in to comment.