Skip to content

Instantly share code, notes, and snippets.

@mantognini
Created August 20, 2012 18:55
Show Gist options
  • Select an option

  • Save mantognini/3406663 to your computer and use it in GitHub Desktop.

Select an option

Save mantognini/3406663 to your computer and use it in GitHub Desktop.
SFML 2.0 Docset Info.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleIdentifier</key>
<string>org.sfml-dev.doc.2.0</string>
<key>CFBundleName</key>
<string>SFML 2.0 Documentation</string>
<key>CFBundleShortVersionString</key>
<string>2.0</string>
<key>CFBundleVersion</key>
<string>2.0</string>
<key>DocSetCertificateIssuer</key>
<string></string>
<key>DocSetCertificateSigner</key>
<string></string>
<key>DocSetDescription</key>
<string>SFML 2.0 Documentation Docset</string>
<key>DocSetFallbackURL</key>
<string>http://www.sfml-dev.org/documentation/2.0/</string>
<key>DocSetFeedName</key>
<string>SFML 2.0</string>
<key>DocSetFeedURL</key>
<string></string>
<key>DocSetMinimumXcodeVersion</key>
<string>4.0</string>
<key>DocSetPlatformFamily</key>
<string>macosx</string>
<key>DocSetPlatformVersion</key>
<string>10.6</string>
<key>DocSetPublisherIdentifier</key>
<string>org.sfml-dev.doc</string>
<key>DocSetPublisherName</key>
<string>SFML</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2007-2011 Laurent Gomila, all rights reserved</string>
<key>dashIndexFilePath</key>
<string>index.htm</string>
</dict>
</plist>
@mantognini
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment