diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-06-24 06:56:11 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-06-24 06:56:11 +0000 |
commit | 3641a17969df0f38a9f886971f4dc232c7c47b46 (patch) | |
tree | 7adaa8bc342a8ad4b597a7de7d5be81c7f384ecd /release | |
parent | 1a1840795d08d5382d0f2586829a3a50d10ad9c4 (diff) | |
download | tigervnc-3641a17969df0f38a9f886971f4dc232c7c47b46.tar.gz tigervnc-3641a17969df0f38a9f886971f4dc232c7c47b46.zip |
Deploy Mac TigerVNC Viewer as an application bundle instead of a package, and consolidate all of the installer scripts under release/ and cmake/
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4539 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'release')
-rw-r--r-- | release/Description.plist.tmpl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/release/Description.plist.tmpl b/release/Description.plist.tmpl deleted file mode 100644 index 18b4bd51..00000000 --- a/release/Description.plist.tmpl +++ /dev/null @@ -1,12 +0,0 @@ -<?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> |