We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f56ce4 commit a4a50e9Copy full SHA for a4a50e9
src/CommunityToolkit.Maui.Camera/AppBuilderExtensions.shared.cs
@@ -10,9 +10,9 @@ namespace CommunityToolkit.Maui;
10
/// </summary>
11
[SupportedOSPlatform("windows10.0.10240.0")]
12
[SupportedOSPlatform("android21.0")]
13
-[SupportedOSPlatform("ios")]
14
-[SupportedOSPlatform("maccatalyst")]
15
-[SupportedOSPlatform("tizen")]
+[SupportedOSPlatform("ios15.0")]
+[SupportedOSPlatform("maccatalyst15.0")]
+[SupportedOSPlatform("tizen6.5")]
16
public static class AppBuilderExtensions
17
{
18
/// <summary>
0 commit comments