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
29
29
ESCAPE_QUOTES @ONLY NEWLINE_STYLE LF )
30
30
31
31
add_library (SWBApplePlatform STATIC
32
+ AppIntentsMetadataCompiler.swift
33
+ AppIntentsMetadataTaskProducer.swift
34
+ AppIntentsSSUTrainingCompiler.swift
32
35
AssetCatalogCompiler.swift
33
36
CopyTiffFile.swift
34
37
CoreDataCompiler.swift
Original file line number Diff line number Diff line change @@ -136,8 +136,6 @@ add_library(SWBCore
136
136
SpecImplementations/SpecParser.swift
137
137
SpecImplementations/SpecRegistry.swift
138
138
SpecImplementations/Specs.swift
139
- SpecImplementations/Tools/AppIntentsMetadataCompiler.swift
140
- SpecImplementations/Tools/AppIntentsSSUTrainingCompiler.swift
141
139
SpecImplementations/Tools/AppShortcutStringsMetadataCompiler.swift
142
140
SpecImplementations/Tools/CCompiler.swift
143
141
SpecImplementations/Tools/ClangModuleVerifierInputGenerator.swift
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ add_library(SWBTaskConstruction
28
28
TaskProducers/BuildPhaseTaskProducers/ShellScriptTaskProducer.swift
29
29
TaskProducers/BuildPhaseTaskProducers/SourcesTaskProducer.swift
30
30
TaskProducers/BuildPhaseTaskProducers/SwiftPackageCopyFilesTaskProducer.swift
31
- TaskProducers/OtherTaskProducers/AppIntentsMetadataTaskProducer.swift
32
31
TaskProducers/OtherTaskProducers/CopySwiftPackageResourcesTaskProducer.swift
33
32
TaskProducers/OtherTaskProducers/CustomTaskProducer.swift
34
33
TaskProducers/OtherTaskProducers/DevelopmentAssetsTaskProducer.swift
You can’t perform that action at this time.
0 commit comments