Sha256: a0bc3babc90e5593a57a5757950fd6da97ab1c69f827e3cf4505a076cb8f1999

Contents?: true

Size: 858 Bytes

Versions: 4

Compression:

Stored size: 858 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_safe_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

4 entries across 4 versions & 1 rubygems

Version Path
jazzy-0.15.3 lib/jazzy/docset_builder/info_plist.mustache
jazzy-0.15.2 lib/jazzy/docset_builder/info_plist.mustache
jazzy-0.15.1 lib/jazzy/docset_builder/info_plist.mustache
jazzy-0.15.0 lib/jazzy/docset_builder/info_plist.mustache