Skip to content

Commit a863c13

Browse files
authored
Add iOS-required configuration to BlazorMauiApp.csproj (#266)
1 parent 6ff3226 commit a863c13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

common/hybrid-blazor-apps/BlazorMauiApp/BlazorMauiApp.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>
3232
</PropertyGroup>
3333

34+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)'=='Release|net7.0-ios'">
35+
<MtouchExtraArgs>--linkskip=Telerik.UI.for.Blazor</MtouchExtraArgs>
36+
<UseInterpreter>true</UseInterpreter>
37+
</PropertyGroup>
38+
3439
<ItemGroup>
3540
<!-- App Icon -->
3641
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#512BD4" />

0 commit comments

Comments
 (0)