Skip to content

MobileVLCKit: fix bitcode support

Felix Paul Kühne requested to merge fkuehne/VLCKit:3.0-fix-bitcode into 3.0

It was not implemented for dynamic frameworks for iOS but just for tvOS. This commit solves the problem. Note that bitcode is still not the default for iOS for performance and size reasons. Fixes #480 (closed)

Merge request reports