Переглянути джерело

use version of OpenSSL with bitcode

Jonas Reinsch 7 роки тому
батько
коміт
645084003b
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Podfile

+ 1 - 1
Podfile

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