ソースを参照

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
   use_frameworks!
-  pod 'OpenSSL'
+  pod 'openssl-ios-bitcode'
 end