Skip to content

Commit 1c99c16

Browse files
committed
Removed the iOS component for HeaderedTextBlock as currently not working successfully. Need to plan the scope of this work as this is not easy in the multi-targetting world.
1 parent 0d26504 commit 1c99c16

14 files changed

Lines changed: 1639 additions & 379 deletions

File tree

MADE.App.Design/MADE.App.Design.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
</ItemGroup>
5353

5454
<ItemGroup>
55-
<PackageReference Include="docfx.console" Version="2.36.2" PrivateAssets="All" />
5655
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.5.4" PrivateAssets="All" />
5756
</ItemGroup>
5857

MADE.App.Mvvm/MADE.App.Mvvm.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,4 @@
4646
<None Remove="toc.yml" />
4747
</ItemGroup>
4848

49-
<ItemGroup>
50-
<PackageReference Include="docfx.console" Version="2.36.2" PrivateAssets="All" />
51-
</ItemGroup>
52-
5349
</Project>

MADE.App.Mvvm/log.txt

Lines changed: 1539 additions & 0 deletions
Large diffs are not rendered by default.

MADE.App.Views.Controls.HeaderedTextBlock/HeaderedTextBlock.designer.cs

Lines changed: 0 additions & 59 deletions
This file was deleted.

MADE.App.Views.Controls.HeaderedTextBlock/HeaderedTextBlock.iOS.cs

Lines changed: 0 additions & 199 deletions
This file was deleted.

MADE.App.Views.Controls.HeaderedTextBlock/HeaderedTextBlock.xib

Lines changed: 0 additions & 46 deletions
This file was deleted.

MADE.App.Views.Controls.HeaderedTextBlock/MADE.App.Views.Controls.HeaderedTextBlock.csproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,9 @@
5757

5858
<ItemGroup>
5959
<Compile Remove="**\*.designer.cs" />
60-
<None Include="Resources\**\*.*;**\*.xib;**\*.designer.cs" />
6160
<Page Remove="Themes\*.xaml" />
6261
</ItemGroup>
6362

64-
<ItemGroup Condition=" '$(TargetFramework)' == 'xamarin.ios10' ">
65-
<Compile Include="HeaderedTextBlock.designer.cs" />
66-
<InterfaceDefinition Include="*.xib">
67-
<SubType>Designer</SubType>
68-
</InterfaceDefinition>
69-
</ItemGroup>
70-
7163
<ItemGroup Condition=" '$(TargetFramework)' == 'monoandroid81' ">
7264
<Compile Include="Resources\**\*.cs" />
7365
<AndroidResource Include="Resources\**\*.axml" />
@@ -87,7 +79,6 @@
8779
</ItemGroup>
8880

8981
<ItemGroup>
90-
<PackageReference Include="docfx.console" Version="2.36.2" PrivateAssets="All" />
9182
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.5.4" PrivateAssets="All" />
9283
</ItemGroup>
9384

0 commit comments

Comments
 (0)