Skip to content

Commit 1f5ce57

Browse files
authored
Remove Info.plist keys that are never used by DocC (#264)
These keys have no effect on the documentation build, and only distract from the keys that *are* used by DocC. No diff in the doc archive when building: docc convert --no-transform-for-static-hosting --output-path TSPL.doccarchive TSPL.docc
2 parents 1420f25 + 7a4a290 commit 1f5ce57

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

TSPL.docc/Info.plist

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,12 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>CFBundleName</key>
6-
<string>TSPL</string>
75
<key>CFBundleDisplayName</key>
86
<string>The Swift Programming Language</string>
97
<key>CFBundleIdentifier</key>
108
<string>org.swift.tspl</string>
119
<key>CDDefaultCodeListingLanguage</key>
1210
<string>swift</string>
13-
<key>CFBundleDevelopmentRegion</key>
14-
<string>en</string>
15-
<key>CFBundleIconFile</key>
16-
<string>DocumentationIcon</string>
17-
<key>CFBundleIconName</key>
18-
<string>DocumentationIcon</string>
19-
<key>CFBundlePackageType</key>
20-
<string>DOCS</string>
21-
<key>CFBundleShortVersionString</key>
22-
<string>0.1.0</string>
23-
<key>CFBundleVersion</key>
24-
<string>0.1.0</string>
2511
<key>CDDefaultModuleKind</key>
2612
<string></string>
2713
</dict>

0 commit comments

Comments
 (0)