Browse Source

use version of OpenSSL with bitcode

Jonas Reinsch 7 years ago
parent
commit
645084003b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Podfile

+ 1 - 1
Podfile

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