Skip to content
Snippets Groups Projects

VLCKit: use a designated module map and exclude C interface

Merged Felix Paul Kühne requested to merge fkuehne/VLCKit:exclude-c-interface-modulemap into 3.0

This excludes libvlc's C interface from the module map fixing warnings in swift projects that its headers were not part of the umbrella header, which is the expected behavior.

The C interface can still be used by using its own designated umbrella header with a #import <VLCKit/vlc/vlc.h> statement.

This fixes #561 (closed).

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading