Skip to content
Snippets Groups Projects
  1. Jun 02, 2021
  2. Jun 01, 2021
  3. May 31, 2021
  4. May 30, 2021
  5. May 29, 2021
  6. May 28, 2021
    • Alexandre Janniaux's avatar
      src: remove libtool version for iOS/tvOS · 2ccd4e6b
      Alexandre Janniaux authored and Felix Paul Kühne's avatar Felix Paul Kühne committed
      The libtool versionning is there to handle linkage compatibility during
      runtime with older/more recent version of the libraries. On iOS and
      tvOS, the dynamic libraries MUST be shipped in a framework. A framework
      already provides its own way of handling versionning, and applications
      cannot install global dynamic libraries (except maybe on jailbroken
      devices) so cannot really use the libtool versionning features for
      anything.
      2ccd4e6b
    • Alexandre Janniaux's avatar
      lib: remove libtool version for iOS/tvOS · eab777c5
      Alexandre Janniaux authored and Felix Paul Kühne's avatar Felix Paul Kühne committed
      The libtool versionning is there to handle linkage compatibility during
      runtime with older/more recent version of the libraries. On iOS and
      tvOS, the dynamic libraries MUST be shipped in a framework. A framework
      already provides its own way of handling versionning, and applications
      cannot install global dynamic libraries (except maybe on jailbroken
      devices) so cannot really use the libtool versionning features for
      anything.
      eab777c5
  7. May 27, 2021
Loading