Add auto release module

- added auto release script
- modified minimum OS version requirement to 10.12
- renamed "NFD control Center" to "NDN Control Center"
- adapted auto upgrade xml for auto release
- updated docs

Change-Id: I41024e4f4ac27d2be3c248801e210f87c56a99b7
diff --git a/src/Info.plist.in b/src/Info.plist.in
index a373b29..7171d1e 100644
--- a/src/Info.plist.in
+++ b/src/Info.plist.in
@@ -5,7 +5,7 @@
     <key>CFBundleDevelopmentRegion</key>
     <string>English</string>
     <key>CFBundleExecutable</key>
-    <string>NFD Control Center</string>
+    <string>NDN Control Center</string>
     <key>CFBundleIconFile</key>
     <string>ndn_app.icns</string>
     <key>CFBundleIdentifier</key>
@@ -13,7 +13,7 @@
     <key>CFBundleInfoDictionaryVersion</key>
     <string>6.0</string>
     <key>CFBundleName</key>
-    <string>NFD Control Center</string>
+    <string>NDN Control Center</string>
     <key>CFBundlePackageType</key>
     <string>APPL</string>
     <key>CFBundleSignature</key>
diff --git a/src/main.qml b/src/main.qml
index c134df4..c73f0a7 100644
--- a/src/main.qml
+++ b/src/main.qml
@@ -6,7 +6,7 @@
 ApplicationWindow {
     visible: false
     id: window
-    title: "NFD Control Center"
+    title: "NDN Control Center"
     minimumWidth: 700
     minimumHeight: 400
 
@@ -40,7 +40,7 @@
                         anchors.rightMargin: 10
                         CheckBox {
                             id: startOnLogin
-                            text: "Launch NFD Control Center on login"
+                            text: "Launch NDN Control Center on login"
                             checked: trayModel.isNccAutoStartEnabled()
                             onCheckedChanged: trayModel.enableDisableNccAutoStart(this.checked)
                         }
@@ -95,7 +95,7 @@
                      anchors.left: parent.left
                      anchors.bottom: parent.bottom
                      Label {
-                         text: "NFD Control Center version:"
+                         text: "NDN Control Center version:"
                          font.pixelSize: 10
                      }
                      Label {