Skip to content

Remove Apple Bitcode support

Nirbheek Chauhan requested to merge nirbheek/cerbero:remove-bitcode-support into main

Apple has deprecated Bitcode support in XCode 14 with a loud warning asking users to stop using it, and submissions to the App Store now strip bitcode information. Time to just delete all the relevant code.

https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes#Deprecations

Merge request reports