Skip to content

Commit bc3ce2e

Browse files
removed windows
1 parent 7798329 commit bc3ce2e

18 files changed

Lines changed: 7 additions & 275 deletions

Sample/DirectMaui2/LocalNotification.Sample/LocalNotification.Sample.csproj

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net10.0-android;net10.0-ios</TargetFrameworks>
5-
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
6-
<!-- <TargetFrameworks>$(TargetFrameworks);net9.0-tizen</TargetFrameworks> -->
7-
5+
86
<!-- Note for MacCatalyst:
97
The default runtime is maccatalyst-x64, except in Release config, in which case the default is maccatalyst-x64;maccatalyst-arm64.
108
When specifying both architectures, use the plural <RuntimeIdentifiers> instead of the singular <RuntimeIdentifier>.
@@ -32,11 +30,7 @@
3230
<WindowsPackageType>None</WindowsPackageType>
3331

3432
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">15.0</SupportedOSPlatformVersion>
35-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">15.0</SupportedOSPlatformVersion>
3633
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
37-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
38-
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
39-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>
4034
</PropertyGroup>
4135

4236
<ItemGroup>

Sample/DirectMaui2/LocalNotification.Sample/MauiProgram.cs

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using Microsoft.Extensions.Logging;
2-
using Plugin.LocalNotification;
1+
using Plugin.LocalNotification;
32
using Plugin.LocalNotification.AndroidOption;
43
using Plugin.LocalNotification.iOSOption;
54

@@ -38,11 +37,7 @@ public static MauiApp CreateMauiApp()
3837
IOS =
3938
{
4039
Action = iOSActionType.Foreground
41-
},
42-
Windows =
43-
{
44-
LaunchAppWhenTapped = true
45-
}
40+
}
4641
},
4742
new(101)
4843
{
@@ -58,10 +53,6 @@ public static MauiApp CreateMauiApp()
5853
IOS =
5954
{
6055
Action = iOSActionType.Destructive
61-
},
62-
Windows =
63-
{
64-
LaunchAppWhenTapped = false
6556
}
6657
}
6758
]

Sample/DirectMaui2/LocalNotification.Sample/Platforms/MacCatalyst/AppDelegate.cs

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

Sample/DirectMaui2/LocalNotification.Sample/Platforms/MacCatalyst/Entitlements.plist

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

Sample/DirectMaui2/LocalNotification.Sample/Platforms/MacCatalyst/Info.plist

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

Sample/DirectMaui2/LocalNotification.Sample/Platforms/MacCatalyst/Program.cs

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

Sample/DirectMaui2/LocalNotification.Sample/Platforms/Tizen/Main.cs

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

Sample/DirectMaui2/LocalNotification.Sample/Platforms/Tizen/tizen-manifest.xml

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

Sample/DirectMaui2/LocalNotification.Sample/Platforms/Windows/App.xaml

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

Sample/DirectMaui2/LocalNotification.Sample/Platforms/Windows/App.xaml.cs

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

0 commit comments

Comments
 (0)