Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
libvlc-nuget
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
libvlc-nuget
Commits
1cc8d744
Commit
1cc8d744
authored
2 years ago
by
Thom Brink
Committed by
Martin Finkel
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Updated ios targets to support maui
parent
6d0927ae
No related branches found
Branches containing commit
No related tags found
1 merge request
!7
Updated ios targets to support maui
Pipeline
#336490
passed with stage
in 16 minutes and 54 seconds
Changes
1
Pipelines
113
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/VideoLAN.LibVLC.iOS.targets
+2
-2
2 additions, 2 deletions
build/VideoLAN.LibVLC.iOS.targets
with
2 additions
and
2 deletions
build/VideoLAN.LibVLC.iOS.targets
+
2
−
2
View file @
1cc8d744
<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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment