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 25, 2016
  3. May 20, 2016
  4. May 19, 2016
  5. May 18, 2016
  6. May 17, 2016
  7. May 12, 2016
  8. May 11, 2016
Loading