Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • VLCKit VLCKit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 111
    • Issues 111
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLAN
  • VLCKitVLCKit
  • Merge requests
  • !117

VLCKit: use a designated module map and exclude C interface

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Felix Paul Kühne requested to merge fkuehne/VLCKit:exclude-c-interface-modulemap into 3.0 Dec 02, 2021
  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 5

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).

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: exclude-c-interface-modulemap

VideoLAN code repository instance