mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
This commit adds the `docset` command to jake, to create a Docset from a doxygen build. It adds a shell script to the "support" directory that manages the build, and includes an Info.plist file that gets copied to the Docset when built.
14 lines
397 B
Plaintext
14 lines
397 B
Plaintext
<?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>CFBundleName</key>
|
|
<string>Cappuccino</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>cappuccino</string>
|
|
<key>DocSetPlatformFamily</key>
|
|
<string>cappuccino</string>
|
|
</dict>
|
|
</plist>
|