Skip to content

Commit 68b0a58

Browse files
authored
Turn ENABLE_SDK_IMPORTS off by default for now (#196)
1 parent 86d627b commit 68b0a58

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Sources/SWBCore/Specs/CoreBuildSystem.xcspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4467,7 +4467,7 @@ When this setting is enabled:
44674467
{
44684468
Name = "ENABLE_SDK_IMPORTS";
44694469
Type = Boolean;
4470-
DefaultValue = "$(ASSETCATALOG_COMPILER_SKIP_APP_STORE_DEPLOYMENT:not)";
4470+
DefaultValue = "NO";
44714471
},
44724472
);
44734473
},

Tests/SWBBuildSystemTests/SDKImportsBuildOperationTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ fileprivate struct SDKImportsBuildOperationTests: CoreBasedTests {
3636
"CODE_SIGN_IDENTITY": "-",
3737
"CODE_SIGN_ENTITLEMENTS": "Entitlements.plist",
3838
"DEFINES_MODULE": "YES",
39+
"ENABLE_SDK_IMPORTS": "YES",
3940
"GENERATE_INFOPLIST_FILE": "YES",
4041
"PRODUCT_NAME": "$(TARGET_NAME)",
4142
"SDKROOT": "$(HOST_PLATFORM)",
@@ -138,6 +139,7 @@ fileprivate struct SDKImportsBuildOperationTests: CoreBasedTests {
138139
"ARCHS": "$(ARCHS_STANDARD)",
139140
"CODE_SIGNING_ALLOWED": "NO",
140141
"DEFINES_MODULE": "YES",
142+
"ENABLE_SDK_IMPORTS": "YES",
141143
"GENERATE_INFOPLIST_FILE": "YES",
142144
"PRODUCT_NAME": "$(TARGET_NAME)",
143145
"SDKROOT": "$(HOST_PLATFORM)",

0 commit comments

Comments
 (0)