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
diff --git a/release/Description.plist.tmpl b/release/Description.plist.tmpl
deleted file mode 100644
index 18b4bd5..0000000
--- 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>