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 6ff3226 commit a863c13Copy full SHA for a863c13
common/hybrid-blazor-apps/BlazorMauiApp/BlazorMauiApp.csproj
@@ -31,6 +31,11 @@
31
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>
32
</PropertyGroup>
33
34
+ <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)'=='Release|net7.0-ios'">
35
+ <MtouchExtraArgs>--linkskip=Telerik.UI.for.Blazor</MtouchExtraArgs>
36
+ <UseInterpreter>true</UseInterpreter>
37
+ </PropertyGroup>
38
+
39
<ItemGroup>
40
<!-- App Icon -->
41
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#512BD4" />
0 commit comments