iOS: How to enable bitcode?

In order to help protect Vuplex's development investment, 3D WebView's native libVuplexWebViewiOS.a library doesn't include bitcode, because it could be used to decompile or reverse engineer the library. Because of this, 3D WebView iOSBuildScript.cs script automatically disables bitcode in the project. Also, starting in Xcode 14, Apple has deprecated bitcode support and will no longer be accepting bitcode submissions. Here's the relevant excerpt from the Xcode 14 release notes:

Xcode no longer builds bitcode by default and generates a warning message if a project explicitly enables bitcode: “Building with bitcode is deprecated. Please update your project and/or target settings to disable bitcode.” The capability to build with bitcode will be removed in a future Xcode release. IPAs that contain bitcode will have the bitcode stripped before being submitted to the App Store.

Since bitcode is now deprecated, there are no plans for Vuplex to add bitcode support in the future.