Skip to content

Commit fbb8412

Browse files
committed
fixes declaration for Metadata to match the actual content produced
1 parent 5915e66 commit fbb8412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SwiftDocC/SwiftDocC.docc/Resources/Metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"type": "object",
1313
"required": [
1414
"bundleDisplayName",
15-
"bundleIdentifier",
15+
"bundleID",
1616
"schemaVersion"
1717
],
1818
"properties": {
1919
"bundleDisplayName": {
2020
"type": "string"
2121
},
22-
"bundleIdentifier": {
22+
"bundleID": {
2323
"type": "string"
2424
},
2525
"schemaVersion": {

0 commit comments

Comments
 (0)