Browse Source

use version of OpenSSL with bitcode

Jonas Reinsch 7 năm trước cách đây
mục cha
commit
645084003b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Podfile

+ 1 - 1
Podfile

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