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,