Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed unused platform targets #22

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/_typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
[files]
extend-exclude = [
"_typos.toml",
"LM-Kit-Maestro/wwwroot/*"
"LM-Kit-Maestro/wwwroot/*",
"LM-Kit-Maestro/Resources/*"
]

9 changes: 3 additions & 6 deletions LM-Kit-Maestro/LM-Kit-Maestro.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFrameworks>net9.0;net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks>
<TargetFrameworks>net9.0;net9.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks>
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
<!-- <TargetFrameworks>$(TargetFrameworks);net9.0-tizen</TargetFrameworks> -->
Expand Down Expand Up @@ -33,13 +33,10 @@
<!-- Versions -->
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
<ApplicationVersion>1</ApplicationVersion>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">15.0</SupportedOSPlatformVersion>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">15.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">24.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 0 additions & 6 deletions LM-Kit-Maestro/Platforms/Android/AndroidManifest.xml

This file was deleted.

11 changes: 0 additions & 11 deletions LM-Kit-Maestro/Platforms/Android/MainActivity.cs

This file was deleted.

16 changes: 0 additions & 16 deletions LM-Kit-Maestro/Platforms/Android/MainApplication.cs

This file was deleted.

6 changes: 0 additions & 6 deletions LM-Kit-Maestro/Platforms/Android/Resources/values/colors.xml

This file was deleted.

17 changes: 0 additions & 17 deletions LM-Kit-Maestro/Platforms/Tizen/Main.cs

This file was deleted.

15 changes: 0 additions & 15 deletions LM-Kit-Maestro/Platforms/Tizen/tizen-manifest.xml

This file was deleted.

10 changes: 0 additions & 10 deletions LM-Kit-Maestro/Platforms/iOS/AppDelegate.cs

This file was deleted.

32 changes: 0 additions & 32 deletions LM-Kit-Maestro/Platforms/iOS/Info.plist

This file was deleted.

16 changes: 0 additions & 16 deletions LM-Kit-Maestro/Platforms/iOS/Program.cs

This file was deleted.

51 changes: 0 additions & 51 deletions LM-Kit-Maestro/Platforms/iOS/Resources/PrivacyInfo.xcprivacy

This file was deleted.

Loading