Skip to content

Commit

Permalink
Fix compile for current MAUI - remove old samples
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Apr 1, 2024
1 parent 0231e15 commit 2f8f26c
Show file tree
Hide file tree
Showing 87 changed files with 7 additions and 1,316 deletions.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# <img src="icon.png" width="71" height="71"/> ACR User Dialogs

A cross platform library that allows you to call for standard user dialogs from a shared/portable library.
Supports Android, iOS, and Unified Windows Platform (UWP, UAP)

[![NuGet](https://img.shields.io/nuget/v/Acr.UserDialogs.svg?maxAge=2592000)](https://www.nuget.org/packages/Acr.UserDialogs/)

Expand Down Expand Up @@ -35,6 +34,11 @@ v8.x Supports ONLY .NET 6 target
* .NET for iOS
* .NET for MacCatalyst

v9.x Supports ONLY .NET 8 target
* .NET for Android
* .NET for iOS
* .NET for MacCatalyst

## Setup

To use, simply reference the nuget package in each of your platform projects. If you are getting issues with System.Drawing.Color, please make sure you are using the latest version of Xamarin
Expand Down
2 changes: 1 addition & 1 deletion sample/Sample/Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.10" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.14" />
<ProjectReference Include="..\..\src\Acr.UserDialogs\Acr.UserDialogs.csproj" />
</ItemGroup>
</Project>
34 changes: 0 additions & 34 deletions sample/Samples.Droid/MainActivity.cs

This file was deleted.

5 changes: 0 additions & 5 deletions sample/Samples.Droid/Properties/AndroidManifest.xml

This file was deleted.

34 changes: 0 additions & 34 deletions sample/Samples.Droid/Properties/AssemblyInfo.cs

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed sample/Samples.Droid/Resources/drawable/icon.png
Binary file not shown.
11 changes: 0 additions & 11 deletions sample/Samples.Droid/Resources/layout/Toolbar.axml

This file was deleted.

11 changes: 0 additions & 11 deletions sample/Samples.Droid/Resources/layout/tabs.axml

This file was deleted.

7 changes: 0 additions & 7 deletions sample/Samples.Droid/Resources/values-v21/style.xml

This file was deleted.

7 changes: 0 additions & 7 deletions sample/Samples.Droid/Resources/values/colors.xml

This file was deleted.

11 changes: 0 additions & 11 deletions sample/Samples.Droid/Resources/values/style.xml

This file was deleted.

119 changes: 0 additions & 119 deletions sample/Samples.Droid/Samples.Droid.csproj

This file was deleted.

23 changes: 0 additions & 23 deletions sample/Samples.Tizen/Program.cs

This file was deleted.

20 changes: 0 additions & 20 deletions sample/Samples.Tizen/Samples.Tizen.csproj

This file was deleted.

Binary file removed sample/Samples.Tizen/shared/res/Samples.Tizen.png
Binary file not shown.
12 changes: 0 additions & 12 deletions sample/Samples.Tizen/tizen-manifest.xml

This file was deleted.

8 changes: 0 additions & 8 deletions sample/Samples.Uwp/App.xaml

This file was deleted.

Loading

0 comments on commit 2f8f26c

Please sign in to comment.