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:
44674467 {
44684468 Name = "ENABLE_SDK_IMPORTS";
44694469 Type = Boolean;
4470- DefaultValue = "$(ASSETCATALOG_COMPILER_SKIP_APP_STORE_DEPLOYMENT:not) ";
4470+ DefaultValue = "NO ";
44714471 },
44724472 );
44734473 },
Original file line number Diff line number Diff 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) " ,
You can’t perform that action at this time.
0 commit comments