Sfoglia il codice sorgente

use version of OpenSSL with bitcode

Jonas Reinsch 7 anni fa
parent
commit
645084003b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Podfile

+ 1 - 1
Podfile

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