File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ file(CONFIGURE
2929 ESCAPE_QUOTES @ONLY NEWLINE_STYLE LF)
3030
3131add_library (SWBApplePlatform STATIC
32+ AppIntentsMetadataCompiler.swift
33+ AppIntentsMetadataTaskProducer.swift
34+ AppIntentsSSUTrainingCompiler.swift
3235 AssetCatalogCompiler.swift
3336 CopyTiffFile.swift
3437 CoreDataCompiler.swift
Original file line number Diff line number Diff line change @@ -136,8 +136,6 @@ add_library(SWBCore
136136 SpecImplementations/SpecParser.swift
137137 SpecImplementations/SpecRegistry.swift
138138 SpecImplementations/Specs.swift
139- SpecImplementations/Tools/AppIntentsMetadataCompiler.swift
140- SpecImplementations/Tools/AppIntentsSSUTrainingCompiler.swift
141139 SpecImplementations/Tools/AppShortcutStringsMetadataCompiler.swift
142140 SpecImplementations/Tools/CCompiler.swift
143141 SpecImplementations/Tools/ClangModuleVerifierInputGenerator.swift
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ add_library(SWBTaskConstruction
2828 TaskProducers/BuildPhaseTaskProducers/ShellScriptTaskProducer.swift
2929 TaskProducers/BuildPhaseTaskProducers/SourcesTaskProducer.swift
3030 TaskProducers/BuildPhaseTaskProducers/SwiftPackageCopyFilesTaskProducer.swift
31- TaskProducers/OtherTaskProducers/AppIntentsMetadataTaskProducer.swift
3231 TaskProducers/OtherTaskProducers/CopySwiftPackageResourcesTaskProducer.swift
3332 TaskProducers/OtherTaskProducers/CustomTaskProducer.swift
3433 TaskProducers/OtherTaskProducers/DevelopmentAssetsTaskProducer.swift
You can’t perform that action at this time.
0 commit comments