Skip to content
Snippets Groups Projects
  1. Apr 28, 2020
  2. Apr 27, 2020
  3. Apr 24, 2020
  4. Apr 23, 2020
  5. Apr 22, 2020
  6. Apr 21, 2020
  7. Apr 20, 2020
  8. Apr 17, 2020
  9. Apr 16, 2020
    • alcroito's avatar
      iOS: Fix detection of supported SDK architectures · 170e598a
      alcroito authored and Brad King's avatar Brad King committed
      Instead of relying on SDKSettings.plist which does not contain the
      certain architectures, deduce the supported architectures by
      inspecting libSystem.tbd and libSystem.dylib.
      
      .tbd files are text files, so just parse out the archs string.
      .dylib files can be fat or non-fat, so use lipo -info to extract
      the architectures and parse lipo output.
      
      Fixes: #20588
      170e598a
  10. Apr 15, 2020
  11. Apr 14, 2020
  12. Apr 13, 2020
  13. Apr 11, 2020
  14. Apr 10, 2020
Loading