Skip to content
Snippets Groups Projects
Forked from VideoLAN / VLCKit
Source project has a limited visibility.
Felix Paul Kühne's avatar
Felix Paul Kühne authored
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.
a51b5435
Name Last commit Last update
..