Przeglądaj źródła

use version of OpenSSL with bitcode

Jonas Reinsch 7 lat temu
rodzic
commit
645084003b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Podfile

+ 1 - 1
Podfile

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