Skip to content

Commit 88ac25c

Browse files
committed
Add DashDocSetFamily to Info.plist
1 parent 5652d3c commit 88ac25c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/plist_parser.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ bool WriteDocSetPlist(const std::string& bundle_identifier,
6767
<< bundle_identifier << R"~~~(</string>
6868
<key>isDashDocset</key>
6969
<true/>
70+
<key>DashDocSetFamily</key>
71+
<string>dashtoc</string>
7072
</dict>
7173
</plist>)~~~";
7274

0 commit comments

Comments
 (0)