mirror of
https://github.com/sparkle-project/sparkle-project.github.io.git
synced 2025-11-01 15:35:08 +00:00
21 lines
614 B
Plaintext
21 lines
614 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.jazzy.sparkle</string>
|
|
<key>CFBundleName</key>
|
|
<string>Sparkle</string>
|
|
<key>DocSetPlatformFamily</key>
|
|
<string>sparkle</string>
|
|
<key>isDashDocset</key>
|
|
<true/>
|
|
<key>dashIndexFilePath</key>
|
|
<string>index.html</string>
|
|
<key>isJavaScriptEnabled</key>
|
|
<true/>
|
|
<key>DashDocSetFamily</key>
|
|
<string>dashtoc</string>
|
|
</dict>
|
|
</plist>
|