Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In `Simplified/Reader2/Internal/LibrayService.swift` init adds AdobeDRMLibraryService to drmLibraryServices array (added code in bold):  init


Code Block
languagecpp
  init(publicationServer: PublicationServer)

...

 {

    self.publicationServer =

...

    #if LCP

...

 publicationServer

    #if LCP

    drmLibraryServices.append(LCPLibraryService())

...

    #endif

    

...



    #endif

    

    drmLibraryServices.append(AdobeDRMLibraryService())

...



  }


Decrypting Table of Contents

...