Build-OpenSSL-cURL icon indicating copy to clipboard operation
Build-OpenSSL-cURL copied to clipboard

Remove bitcode logic from build script

Open jasonacox opened this issue 9 months ago • 1 comments

Bitcode is now deprecated. It was used as a universal LLVM intermediate language to allow compliers to rebuild the bitcode into different architectures. It was required by Apple for submission of apps to the App store. However, with Xcode 14, it was depreciated and the App store will reject bitcode submission.

The complicated logic in the build script can now be removed to streamline the build process.

jasonacox avatar Jan 20 '25 05:01 jasonacox