diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-10-31 07:06:30 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-10-31 07:06:30 +0000 |
commit | f373c9326a6715ab127bfe95426c3f55b97bfcfd (patch) | |
tree | b7c41fd7683399fafc63037e247d02a0b8272e7f /Description.plist | |
parent | 3dbd266d21f94aebce5cd458f6d632bac79804ec (diff) | |
download | pandoc-f373c9326a6715ab127bfe95426c3f55b97bfcfd.tar.gz |
Improved osx-pkg target; added Info.plist and Description.plist.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@50 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Description.plist')
-rw-r--r-- | Description.plist | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Description.plist b/Description.plist new file mode 100644 index 000000000..8795e8831 --- /dev/null +++ b/Description.plist @@ -0,0 +1,10 @@ +<?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>IFPkgDescriptionDescription</key> + <string></string> + <key>IFPkgDescriptionTitle</key> + <string>Pandoc</string> +</dict> +</plist> |