Sha256: 1c232136570d72504a2c4238f6c8baa082063bc49e22568b46ac844277b97512
Contents?: true
Size: 853 Bytes
Versions: 10
Compression:
Stored size: 853 Bytes
Contents
<?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.{{lowercase_name}}</string> <key>CFBundleName</key> <string>{{name}}</string> <key>DocSetPlatformFamily</key> <string>{{lowercase_name}}</string> <key>isDashDocset</key> <true/> <key>dashIndexFilePath</key> <string>index.html</string> <key>isJavaScriptEnabled</key> <true/> <key>DashDocSetFamily</key> <string>dashtoc</string> {{#root_url}} <key>DashDocSetFallbackURL</key> <string>{{{.}}}</string> {{/root_url}} {{#playground_url}} <key>DashDocSetPlayURL</key> <string>{{{.}}}</string> {{/playground_url}} </dict> </plist>
Version data entries
10 entries across 10 versions & 1 rubygems