Skip to content
Snippets Groups Projects
  1. Jun 09, 2016
    • Jorge Canizales's avatar
    • Jorge Canizales's avatar
      Remove #include <inttypes.h> from BoringSSL · 18c0bd3f
      Jorge Canizales authored
      Apple hasn’t created a module map for that system header, which means
      it can’t be used from frameworks.
      18c0bd3f
    • Jorge Canizales's avatar
      Make BoringSSL work with frameworks · 5842277e
      Jorge Canizales authored
      Cocoapods 1.0 keeps the directory structure of the public headers when
      creating a dynamic framework, so if we keep the header_mappings_dir as it
      was, includes would need to be of the form #include <openssl/openssl/ssl.h>
      
      This means our header_mappings_dir has to be ‘include/openssl’ instead of
      ‘include’. Which in turn means that, for static libraries, we have to tell
      Cocoapods to prepend an ‘openssl’ directory to the headers. We do that
      with the ‘header_dir’ attribute of the podspec.
      5842277e
  2. May 20, 2016
  3. Apr 30, 2016
  4. Apr 29, 2016
  5. Mar 31, 2016
  6. Mar 21, 2016
  7. Mar 15, 2016
  8. Mar 14, 2016
  9. Mar 13, 2016
  10. Mar 12, 2016
  11. Mar 11, 2016
  12. Mar 05, 2016
  13. Mar 04, 2016
  14. Mar 03, 2016
  15. Feb 27, 2016
  16. Feb 25, 2016
  17. Feb 24, 2016
  18. Feb 18, 2016
  19. Feb 08, 2016
  20. Feb 05, 2016
Loading