krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
920 stars 340 forks source link

bitcode support for libcrypto.a, libssl.a #83

Closed hcn1519 closed 4 years ago

hcn1519 commented 4 years ago

Found Issue

$ otool -l libcrypto.a | grep __bitcode

# You can find bitcode keyword, if binary has bitcode.
# sectname __bitcode
# sectname __bitcode
# sectname __bitcode

How to Fix and What This PR do

Information of updated Binary File

file name current state embed bitcode
libcrypto.a 15.1MB 45.2MB
libssl.a 2.6MB 8.5MB
krzyzanowskim commented 4 years ago

thanks. Would you mind to keep only script changes here? I'm unlikely to accept binary update in PR

krzyzanowskim commented 4 years ago

awesome. thanks!

hcn1519 commented 4 years ago

Thank you for quick response!