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 1538
1538
isa = XCBuildConfiguration;
1539
1539
buildSettings = {
1540
1540
ALWAYS_SEARCH_USER_PATHS = NO;
1541
+ BITCODE_GENERATION_MODE = marker;
1541
1542
CLANG_ANALYZER_NONNULL = YES;
1542
1543
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
1543
1544
CLANG_CXX_LIBRARY = "libc++";
1575
1576
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1576
1577
MTL_ENABLE_DEBUG_INFO = YES;
1577
1578
ONLY_ACTIVE_ARCH = YES;
1579
+ OTHER_CFLAGS = "";
1578
1580
SDKROOT = iphoneos;
1579
1581
TARGETED_DEVICE_FAMILY = "1,2";
1580
1582
VERSIONING_SYSTEM = "apple-generic";
1586
1588
isa = XCBuildConfiguration;
1587
1589
buildSettings = {
1588
1590
ALWAYS_SEARCH_USER_PATHS = NO;
1591
+ BITCODE_GENERATION_MODE = bitcode;
1589
1592
CLANG_ANALYZER_NONNULL = YES;
1590
1593
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
1591
1594
CLANG_CXX_LIBRARY = "libc++";
1616
1619
GCC_WARN_UNUSED_VARIABLE = YES;
1617
1620
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1618
1621
MTL_ENABLE_DEBUG_INFO = NO;
1622
+ OTHER_CFLAGS = "";
1619
1623
SDKROOT = iphoneos;
1620
1624
TARGETED_DEVICE_FAMILY = "1,2";
1621
1625
VALIDATE_PRODUCT = YES;
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ let builds = sdks.flatMap { sdk in
114
114
" -scheme " : scheme,
115
115
" -configuration " : " Release " ,
116
116
" -sdk " : sdk,
117
- " -derivedDataPath " : DerivedDataDir
117
+ " -derivedDataPath " : DerivedDataDir,
118
118
] )
119
119
}
120
120
}
You can’t perform that action at this time.
0 commit comments