Skip to content
Snippets Groups Projects
Commit 1cc8d744 authored by Thom Brink's avatar Thom Brink Committed by Martin Finkel
Browse files

Updated ios targets to support maui

parent 6d0927ae
No related branches found
No related tags found
1 merge request!7Updated ios targets to support maui
Pipeline #336490 passed with stage
in 16 minutes and 54 seconds
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Condition="(('$(Platform)' == 'iPhoneSimulator'))">
<ItemGroup Condition="(('$(Platform)' == 'iPhoneSimulator') OR $(RuntimeIdentifier.StartsWith('iossimulator')))">
<NativeReference Include="$(MSBuildThisFileDirectory)ios-simulator\DynamicMobileVLCKit.framework">
<Kind>Framework</Kind>
</NativeReference>
</ItemGroup>
<ItemGroup Condition="(('$(Platform)' == 'iPhone'))">
<ItemGroup Condition="(('$(Platform)' == 'iPhone') OR ('$(RuntimeIdentifier)' == 'ios') OR $(RuntimeIdentifier.StartsWith('ios-')) OR $(RuntimeIdentifier.StartsWith('ios.')))">
<NativeReference Include="$(MSBuildThisFileDirectory)ios-device\DynamicMobileVLCKit.framework">
<Kind>Framework</Kind>
</NativeReference>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment