Skip to content
  • Carola's avatar
    VLCAppdelegate: Fix "open in VLC" failure · 20474e51
    Carola authored
    With the added Files support we switched the LSSupportsOpeningDocumentsInPlace to true.
    This lead to urls being securely scoped and turning our "copy to" action into "open in" calls.
    These need to be handled by a UIDocument subclass which handles calls to the system regarding access of other sandboxes.
    (closes #233 #126)
    20474e51