diff --git a/remotex-iOS/Controller/JobWebViewController.swift b/remotex-iOS/Controller/JobWebViewController.swift
index 6f0c2d2..5272a12 100644
--- a/remotex-iOS/Controller/JobWebViewController.swift
+++ b/remotex-iOS/Controller/JobWebViewController.swift
@@ -53,6 +53,8 @@ class JobWebViewController: UIViewController, WKNavigationDelegate {
webView.allowsBackForwardNavigationGestures = true
webView.allowsLinkPreview = true
webView.addObserver(self, forKeyPath: #keyPath(WKWebView.estimatedProgress), options: .new, context: nil)
+
+ self.navigationController?.setNavigationBarHidden(false, animated: true)
}
override func viewWillDisappear(_ animated: Bool) {
diff --git a/remotex-iOS/Info.plist b/remotex-iOS/Info.plist
index 247a899..f343a03 100644
--- a/remotex-iOS/Info.plist
+++ b/remotex-iOS/Info.plist
@@ -15,9 +15,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0.4
+ 1.0.5
CFBundleVersion
- 6
+ 7
Fabric
APIKey
@@ -34,6 +34,11 @@
LSRequiresIPhoneOS
+ NSAppTransportSecurity
+
+ NSAllowsArbitraryLoads
+
+
UILaunchStoryboardName
LaunchScreen
UIRequiredDeviceCapabilities
diff --git a/remotex-iOSTests/View/ReferenceImages_64/remotex_iOSTests.AboutNodeTests/testInit@2x.png b/remotex-iOSTests/View/ReferenceImages_64/remotex_iOSTests.AboutNodeTests/testInit@2x.png
index 69ab999..cbe28ac 100644
Binary files a/remotex-iOSTests/View/ReferenceImages_64/remotex_iOSTests.AboutNodeTests/testInit@2x.png and b/remotex-iOSTests/View/ReferenceImages_64/remotex_iOSTests.AboutNodeTests/testInit@2x.png differ
diff --git a/remotex-iOSTests/View/ReferenceImages_iOS_10/remotex_iOSTests.AboutNodeTests/testInit@2x.png b/remotex-iOSTests/View/ReferenceImages_iOS_10/remotex_iOSTests.AboutNodeTests/testInit@2x.png
index 69ab999..cbe28ac 100644
Binary files a/remotex-iOSTests/View/ReferenceImages_iOS_10/remotex_iOSTests.AboutNodeTests/testInit@2x.png and b/remotex-iOSTests/View/ReferenceImages_iOS_10/remotex_iOSTests.AboutNodeTests/testInit@2x.png differ