Skip to content

Commit 32c9978

Browse files
chore: only keep xcmappingmodel as sources
1 parent cc224b4 commit 32c9978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XcodeGraph/Models/Target.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public struct Target: Equatable, Hashable, Comparable, Codable, Sendable {
88
// Note: The `.docc` file type is technically both a valid source extension and folder extension
99
// in order to compile the documentation archive (including Tutorials, Articles, etc.)
1010
public static let validSourceCompatibleFolderExtensions: [String] = [
11-
"playground", "rcproject", "mlpackage", "docc", "xcdatamodeld", "xcmappingmodel",
11+
"playground", "rcproject", "mlpackage", "docc", "xcmappingmodel",
1212
]
1313
public static let validSourceExtensions: [String] = [
1414
"m", "swift", "mm", "cpp", "c++", "cc", "c", "d", "s", "intentdefinition", "metal", "mlmodel", "clp",

0 commit comments

Comments
 (0)