diff options
author | DRC <dcommander@users.sourceforge.net> | 2010-04-12 00:25:14 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2010-04-12 00:25:14 +0000 |
commit | ee229f4259df6bc9b046acd43a1e977b822efb93 (patch) | |
tree | 89a8f8426b7e04be754b1e542fd18c521714cd3e /release/Description.plist.tmpl | |
parent | 752acc7eefeeb0686821d770c023000f91d195e3 (diff) | |
download | tigervnc-ee229f4259df6bc9b046acd43a1e977b822efb93.tar.gz tigervnc-ee229f4259df6bc9b046acd43a1e977b822efb93.zip |
Mac package build
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4017 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'release/Description.plist.tmpl')
-rw-r--r-- | release/Description.plist.tmpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/release/Description.plist.tmpl b/release/Description.plist.tmpl new file mode 100644 index 00000000..18b4bd51 --- /dev/null +++ b/release/Description.plist.tmpl @@ -0,0 +1,12 @@ +<?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>IFPkgDescriptionDescription</key> + <string>A high-speed version of VNC that is compatible with RealVNC and TightVNC</string> + <key>IFPkgDescriptionTitle</key> + <string>{__APPNAME}</string> + <key>IFPkgDescriptionVersion</key> + <string>{__VERSION}</string> +</dict> +</plist> |