Skip to content

Commit c15e1fd

Browse files
authored
Merge pull request #22139 from unoplatform/dev/jonpryor/jonp-remove-uno9430-workaround
chore: Enable iOS+NativeAOT builds by removing #9430 workaround
2 parents 5db684b + e8243dd commit c15e1fd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Uno.Sdk/targets/xamarin-ios-maccatalyst-workarounds.targets

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
<!-- Debugger workaround https://github.com/dotnet/maui-samples/blob/8aa6b8780b12e97b157514c3bdc54bb4a13001cd/HelloMacCatalyst/HelloMacCatalyst.csproj#L7 -->
55
<!-- <MtouchExtraArgs Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">$(MtouchExtraArgs) -setenv:MONO_THREADS_SUSPEND=preemptive</MtouchExtraArgs> -->
66
<MtouchExtraArgs Condition="!$(MtouchExtraArgs.ToLowerInvariant().Contains('--setenv=mono_gc_params=')) and $(DisableXamarinDebug_Workaround) != 'true'">$(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep</MtouchExtraArgs>
7-
8-
<!-- See https://github.com/unoplatform/uno/issues/9430 for more details. -->
9-
<MtouchExtraArgs Condition="!$(MtouchExtraArgs.ToLowerInvariant().Contains('--registrar:')) and $(DisableUno9430_Workaround) != 'true'">$(MtouchExtraArgs) --registrar:static</MtouchExtraArgs>
107
</PropertyGroup>
118
</Project>

0 commit comments

Comments
 (0)