Shoot, I forgot to mention that I currently have two targets, and they share 99% of the code.
The places that reference VLC conditionally use the libraries depending on the platform.
#if os(iOS)
import MobileVLCKit
#elseif os(tvOS)
import TVVLCKit
#endif
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: