File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Tests/SWBBuildSystemTests Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4467,7 +4467,7 @@ When this setting is enabled:
4467
4467
{
4468
4468
Name = "ENABLE_SDK_IMPORTS";
4469
4469
Type = Boolean;
4470
- DefaultValue = "$(ASSETCATALOG_COMPILER_SKIP_APP_STORE_DEPLOYMENT:not) ";
4470
+ DefaultValue = "NO ";
4471
4471
},
4472
4472
);
4473
4473
},
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ fileprivate struct SDKImportsBuildOperationTests: CoreBasedTests {
36
36
" CODE_SIGN_IDENTITY " : " - " ,
37
37
" CODE_SIGN_ENTITLEMENTS " : " Entitlements.plist " ,
38
38
" DEFINES_MODULE " : " YES " ,
39
+ " ENABLE_SDK_IMPORTS " : " YES " ,
39
40
" GENERATE_INFOPLIST_FILE " : " YES " ,
40
41
" PRODUCT_NAME " : " $(TARGET_NAME) " ,
41
42
" SDKROOT " : " $(HOST_PLATFORM) " ,
@@ -138,6 +139,7 @@ fileprivate struct SDKImportsBuildOperationTests: CoreBasedTests {
138
139
" ARCHS " : " $(ARCHS_STANDARD) " ,
139
140
" CODE_SIGNING_ALLOWED " : " NO " ,
140
141
" DEFINES_MODULE " : " YES " ,
142
+ " ENABLE_SDK_IMPORTS " : " YES " ,
141
143
" GENERATE_INFOPLIST_FILE " : " YES " ,
142
144
" PRODUCT_NAME " : " $(TARGET_NAME) " ,
143
145
" SDKROOT " : " $(HOST_PLATFORM) " ,
You can’t perform that action at this time.
0 commit comments