feat(ui-mobile-base): enable bitcode (#8917)

This commit is contained in:
mapo80
2020-10-01 01:56:03 +02:00
committed by GitHub
parent 6d135e5d63
commit 66cea78c49

View File

@ -371,6 +371,7 @@
F98F5CC41CD0EFEA00978308 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BITCODE_GENERATION_MODE = bitcode;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
@ -387,6 +388,7 @@
F98F5CC51CD0EFEA00978308 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BITCODE_GENERATION_MODE = bitcode;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;