1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3<plist version="1.0"> 4<dict> 5 <key>CFBundleIdentifier</key> 6 <string>nlohmann_json</string> 7 <key>CFBundleName</key> 8 <string>JSON for Modern C++</string> 9 <key>DocSetPlatformFamily</key> 10 <string>json</string> 11 <key>isDashDocset</key> 12 <true/> 13 <key>dashIndexFilePath</key> 14 <string>index.html</string> 15 <key>DashDocSetFallbackURL</key> 16 <string>https://nlohmann.github.io/json/</string> 17 <key>isJavaScriptEnabled</key> 18 <true/> 19</dict> 20</plist> 21