From 8a17279d401bd9c476020e62c6f3b3b2668f639d Mon Sep 17 00:00:00 2001 From: Wesley de Groot Date: Sun, 24 Apr 2016 22:06:29 +0200 Subject: [PATCH] v0.2.0 Release! --- WebShell/Info.plist | 4 ++-- WebShell/Settings.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WebShell/Info.plist b/WebShell/Info.plist index 8a77cfd..4a8e317 100755 --- a/WebShell/Info.plist +++ b/WebShell/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.1.11 + 0.2.0 CFBundleSignature ???? CFBundleVersion - 201601301259 + 201605242200 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSAppTransportSecurity diff --git a/WebShell/Settings.swift b/WebShell/Settings.swift index eda0a1d..c50bbbe 100755 --- a/WebShell/Settings.swift +++ b/WebShell/Settings.swift @@ -19,7 +19,7 @@ class WebShell { */ var Settings: [String: Any] = [ // Url to browse to. - "url": "https://www.google.com", + "url": "http://djyde.github.io/WebShell/WebShell/", // set the app title "title": NSBundle.mainBundle().infoDictionary!["CFBundleName"] as! String,