Skip to content

Commit 74b2930

Browse files
authored
chore: Remove llvm workaround
1 parent 7ab9e19 commit 74b2930

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Uno.Gallery/Uno.Gallery.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@
114114
<PropertyGroup Condition="'$(Configuration)'=='Release' and '$(System_PullRequest_IsFork)'!='True' and '$([MSBuild]::GetTargetPlatformIdentifier($(TargetFramework)))' == 'ios' ">
115115
<CodesignKey>iPhone Distribution</CodesignKey>
116116
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
117-
118-
<!-- BEGIN Workaround - AOT fails currently uno-private #648 -->
119-
<MtouchUseLlvm>false</MtouchUseLlvm>
120-
<!-- END Workaround -->
121117
</PropertyGroup>
122118

123119
<ItemGroup Condition=" '$([MSBuild]::GetTargetPlatformIdentifier($(TargetFramework)))' == 'ios' ">

0 commit comments

Comments
 (0)