Explorar el Código

use version of OpenSSL with bitcode

Jonas Reinsch hace 7 años
padre
commit
645084003b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Podfile

+ 1 - 1
Podfile

@@ -1,4 +1,4 @@
 target 'deltachat-ios' do
   use_frameworks!
-  pod 'OpenSSL'
+  pod 'openssl-ios-bitcode'
 end