Skip to content

Commit 0fca2ee

Browse files
authored
chore: remove unused field (#188)
* fix!: typo in the `UserVisibleName` This may need extra attention since it is parsing a raw string * chore: remove unused field
1 parent 0cc2cb0 commit 0fca2ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SWBCore/Specs/Specs.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ public final class ArchitectureSpec : Spec, SpecType, @unchecked Sendable {
243243
parser.parseBool("ListInEnum")
244244
parser.parseString("PerArchBuildSettingName")
245245
parser.parseString("SortNumber")
246-
parser.parseString("UserVisisbleName")
247246
super.init(parser, basedOnSpec)
248247
}
249248
}

0 commit comments

Comments
 (0)