File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 15381538 isa = XCBuildConfiguration;
15391539 buildSettings = {
15401540 ALWAYS_SEARCH_USER_PATHS = NO;
1541+ BITCODE_GENERATION_MODE = marker;
15411542 CLANG_ANALYZER_NONNULL = YES;
15421543 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
15431544 CLANG_CXX_LIBRARY = "libc++";
15751576 IPHONEOS_DEPLOYMENT_TARGET = 8.0;
15761577 MTL_ENABLE_DEBUG_INFO = YES;
15771578 ONLY_ACTIVE_ARCH = YES;
1579+ OTHER_CFLAGS = "";
15781580 SDKROOT = iphoneos;
15791581 TARGETED_DEVICE_FAMILY = "1,2";
15801582 VERSIONING_SYSTEM = "apple-generic";
15861588 isa = XCBuildConfiguration;
15871589 buildSettings = {
15881590 ALWAYS_SEARCH_USER_PATHS = NO;
1591+ BITCODE_GENERATION_MODE = bitcode;
15891592 CLANG_ANALYZER_NONNULL = YES;
15901593 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
15911594 CLANG_CXX_LIBRARY = "libc++";
16161619 GCC_WARN_UNUSED_VARIABLE = YES;
16171620 IPHONEOS_DEPLOYMENT_TARGET = 8.0;
16181621 MTL_ENABLE_DEBUG_INFO = NO;
1622+ OTHER_CFLAGS = "";
16191623 SDKROOT = iphoneos;
16201624 TARGETED_DEVICE_FAMILY = "1,2";
16211625 VALIDATE_PRODUCT = YES;
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ let builds = sdks.flatMap { sdk in
114114 " -scheme " : scheme,
115115 " -configuration " : " Release " ,
116116 " -sdk " : sdk,
117- " -derivedDataPath " : DerivedDataDir
117+ " -derivedDataPath " : DerivedDataDir,
118118 ] )
119119 }
120120}
You can’t perform that action at this time.
0 commit comments